Author: dennisl
Date: Sun Sep 7 08:42:42 2014
New Revision: 1622985
URL: http://svn.apache.org/r1622985
Log:
[WHISKER-13] Error during site generation with HelpMojo and Java8
- The version for maven-plugin-plugin was only specified for reporting, but not
for build. Specifying it for build made the site generation succeed on Java 8.
Modified:
creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml?rev=1622985&r1=1622984&r2=1622985&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml Sun Sep 7
08:42:42 2014
@@ -110,6 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
+ <version>${mavenPluginPluginVersion}</version>
<configuration>
<goalPrefix>plugin</goalPrefix>
<!-- see already solved bug http://jira.codehaus.org/browse/MNG-5346
describes the problems we experience on Jenkins-CI (20140822)-->