enable integration tests and fix groupids

Original commit: elastic/x-pack-elasticsearch@34530b48fd
This commit is contained in:
Robert Muir 2015-07-07 10:17:02 -04:00
parent eec962f7f8
commit 47ab3cc244
5 changed files with 10 additions and 2 deletions

View File

@ -14,6 +14,8 @@
<properties>
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
<tests.ifNoTests>warn</tests.ifNoTests>
<!-- we aren't really a plugin... -->
<skip.integ.tests>true</skip.integ.tests>
</properties>
</project>

View File

@ -10,6 +10,8 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
<!-- we aren't really a plugin... -->
<skip.integ.tests>true</skip.integ.tests>
</properties>
<artifactId>elasticsearch-license-core</artifactId>

View File

@ -15,6 +15,8 @@
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
<elasticsearch.assembly.descriptor>${basedir}/src/main/assemblies/exec.xml</elasticsearch.assembly.descriptor>
<elasticsearch.assembly.appendId>true</elasticsearch.assembly.appendId>
<!-- we aren't really a plugin... -->
<skip.integ.tests>true</skip.integ.tests>
</properties>
<dependencies>

View File

@ -12,6 +12,8 @@
<artifactId>elasticsearch-license-plugin-api</artifactId>
<properties>
<license.basedir combine.self="override">${project.parent.basedir}</license.basedir>
<!-- we aren't really a plugin... -->
<skip.integ.tests>true</skip.integ.tests>
</properties>
@ -38,4 +40,4 @@
</resource>
</resources>
</build>
</project>
</project>

View File

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.elasticsearch</groupId>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>