mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Added plug-in test hooks
This commit is contained in:
parent
15cfa67ed9
commit
d56619c4c2
30
pom.xml
30
pom.xml
@ -278,4 +278,34 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>default</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>plugin-test</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>tests.plugin</name>
|
||||
</property>
|
||||
</activation>
|
||||
|
||||
<properties>
|
||||
<elasticsearch.lib>${basedir}/elasticsearch/target</elasticsearch.lib>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>ElasticsearchRepo</id>
|
||||
<name>ElasticsearchRepo</name>
|
||||
<url>file://${elasticsearch.lib}</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user