Remove more redundancy
Original commit: elastic/x-pack-elasticsearch@9721e8707c
This commit is contained in:
parent
6386c6bfda
commit
62615ae60c
4
pom.xml
4
pom.xml
|
@ -22,10 +22,6 @@
|
|||
<x-dev-tools.dir>${xplugins.basedir}/x-dev-tools</x-dev-tools.dir>
|
||||
<elasticsearch.license.header>${x-dev-tools.dir}/license-check/elasticsearch_license_header.txt</elasticsearch.license.header>
|
||||
<elasticsearch.license.headerDefinition>${x-dev-tools.dir}/license-check/license_header_definition.xml</elasticsearch.license.headerDefinition>
|
||||
|
||||
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
|
||||
<elasticsearch.assembly.appendId>false</elasticsearch.assembly.appendId>
|
||||
<!--<elasticsearch.integ.antfile>${basedir}/dev-tools/integration-tests.xml</elasticsearch.integ.antfile>-->
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
|
|
|
@ -157,48 +157,4 @@
|
|||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>deploy-internal</id>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>elasticsearch-internal-releases</id>
|
||||
<name>Elasticsearch Internal Releases</name>
|
||||
<url>http://maven.elasticsearch.org/artifactory/internal-releases</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>elasticsearch-internal-snapshots</id>
|
||||
<name>Elasticsearch Internal Snapshots</name>
|
||||
<url>http://maven.elasticsearch.org/artifactory/internal-snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
<attach>true</attach>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>deploy-public</id>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>elasticsearch-public-releases</id>
|
||||
<name>Elasticsearch Public Releases</name>
|
||||
<url>http://maven.elasticsearch.org/artifactory/public-releases</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
</profile>
|
||||
<profile>
|
||||
<id>default</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue