fix: Clean geode/pom.xml

This commit is contained in:
1ambda 2016-11-22 19:22:04 +09:00
parent c9e42e78fe
commit faad4be743
2 changed files with 10 additions and 4 deletions

View file

@ -33,7 +33,12 @@
<name>Zeppelin: Apache Geode interpreter</name>
<properties>
<!--library versions-->
<geode.version>1.0.0-incubating-SNAPSHOT</geode.version>
<commons.exec.version>1.3</commons.exec.version>
<!--test library versions-->
<mockito.all.version>1.9.5</mockito.all.version>
</properties>
<dependencies>
@ -53,7 +58,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-exec</artifactId>
<version>1.3</version>
<version>${commons.exec.version}</version>
</dependency>
<dependency>
@ -75,7 +80,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
<version>${mockito.all.version}</version>
<scope>test</scope>
</dependency>
@ -85,7 +90,6 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.3.1</version>
<executions>
<execution>
<id>enforce</id>
@ -96,7 +100,6 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<executions>
<execution>
<id>copy-dependencies</id>

View file

@ -671,12 +671,14 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
@ -689,6 +691,7 @@
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>