Merge pull request elastic/elasticsearch#962 from rmuir/integ_testing

Get basic integ test working... fixes broken groupids etc.

Original commit: elastic/x-pack-elasticsearch@7d0262c29a
This commit is contained in:
Robert Muir 2015-07-07 09:50:30 -04:00
commit e09806e21e
1 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@
</scm> </scm>
<parent> <parent>
<groupId>org.elasticsearch</groupId> <groupId>org.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-plugin</artifactId> <artifactId>elasticsearch-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0-SNAPSHOT</version>
</parent> </parent>
@ -72,7 +72,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.elasticsearch</groupId> <groupId>org.elasticsearch</groupId>
<artifactId>securemock</artifactId> <artifactId>elasticsearch-securemock</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
@ -150,7 +150,6 @@
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
<attach>false</attach> <attach>false</attach>
<finalName>shield-${project.version}</finalName>
</configuration> </configuration>
</plugin> </plugin>