You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/09/16 19:07:28 UTC

svn commit: r1808580 - /maven/plugins/trunk/maven-jmod-plugin/pom.xml

Author: khmarbaise
Date: Sat Sep 16 19:07:28 2017
New Revision: 1808580

URL: http://svn.apache.org/viewvc?rev=1808580&view=rev
Log:
Fixing site generation failure during
release.

Modified:
    maven/plugins/trunk/maven-jmod-plugin/pom.xml

Modified: maven/plugins/trunk/maven-jmod-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jmod-plugin/pom.xml?rev=1808580&r1=1808579&r2=1808580&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jmod-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jmod-plugin/pom.xml Sat Sep 16 19:07:28 2017
@@ -159,6 +159,20 @@
       </resource>
     </resources>
   </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>3.5</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-invoker-plugin</artifactId>
+        <version>3.0.1</version>
+      </plugin>
+    </plugins>
+  </reporting>
   <profiles>
     <profile>
       <id>run-its</id>