mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Remove old maven profiles (unused)
This commit is contained in:
parent
a5e5769085
commit
b0b7ffe12d
32
pom.xml
32
pom.xml
@ -138,38 +138,6 @@
|
||||
</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>
|
||||
<releases><enabled>true</enabled><updatePolicy>always</updatePolicy></releases>
|
||||
<snapshots><enabled>true</enabled><updatePolicy>always</updatePolicy></snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>oss-snapshots</id>
|
||||
|
Loading…
x
Reference in New Issue
Block a user