You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:27:51 UTC

[maven-jlink-plugin] 25/38: [MJLINK-1] Upgrade several plugins to get a working site generation o Upgraded maven-invoker-plugin, maven-site-plugin maven-javadoc-plugin also in reporting sections.

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git

commit 201673f11b493f69e693807783499968f06b49b8
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Sep 6 19:45:32 2017 +0000

    [MJLINK-1] Upgrade several plugins to get a working site generation
     o Upgraded maven-invoker-plugin, maven-site-plugin
       maven-javadoc-plugin also in reporting sections.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1807521 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/pom.xml b/pom.xml
index 982237a..d291e12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
+      <version>3.5</version>
       <scope>provided</scope>
     </dependency>
     <!-- Maven -->
@@ -130,12 +131,28 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>3.0.0-M1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>3.5</version>
         </plugin>
 
         <plugin>
           <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M1</version>
           <executions>
             <execution>
               <id>enforce-bytecode-version</id>
@@ -162,4 +179,19 @@
       </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.0</version>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.