Update exec plugin, the doc task should run manually

This commit is contained in:
Gabriele C 2016-05-18 07:49:37 +02:00
parent 3ad76b8ec5
commit 7229a8b02b

12
pom.xml
View File

@ -241,7 +241,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
<configuration>
<classpathScope>test</classpathScope>
<workingDirectory>${project.basedir}/target/test-classes</workingDirectory>
@ -251,16 +251,6 @@
</arguments>
<includeProjectDependencies>true</includeProjectDependencies>
</configuration>
<!-- Excluded from the lifecycle, it doesn't work!
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>java</goal>
</goals>
</execution>
</executions>
-->
</plugin>
<!-- Test coverage -->
<plugin>