|
@@ -72,13 +72,6 @@
|
|
|
<goal>javadoc</goal>
|
|
<goal>javadoc</goal>
|
|
|
</goals>
|
|
</goals>
|
|
|
</execution>
|
|
</execution>
|
|
|
- <execution>
|
|
|
|
|
- <id>javadocs-jar</id>
|
|
|
|
|
- <phase>install</phase>
|
|
|
|
|
- <goals>
|
|
|
|
|
- <goal>jar</goal>
|
|
|
|
|
- </goals>
|
|
|
|
|
- </execution>
|
|
|
|
|
</executions>
|
|
</executions>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<links>
|
|
<links>
|
|
@@ -106,7 +99,6 @@
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
<version>2.13</version>
|
|
<version>2.13</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <forkMode>pertest</forkMode>
|
|
|
|
|
<argLine>-Xmx${project.test.memory}</argLine>
|
|
<argLine>-Xmx${project.test.memory}</argLine>
|
|
|
<testFailureIgnore>false</testFailureIgnore>
|
|
<testFailureIgnore>false</testFailureIgnore>
|
|
|
<skip>false</skip>
|
|
<skip>false</skip>
|