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/02 21:46:32 UTC

svn commit: r1807100 - /maven/plugins/trunk/pom.xml

Author: khmarbaise
Date: Sat Sep  2 21:46:32 2017
New Revision: 1807100

URL: http://svn.apache.org/viewvc?rev=1807100&view=rev
Log:
Added Maven JLink Plugin and Maven JMod Plugin
to the build.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1807100&r1=1807099&r2=1807100&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sat Sep  2 21:46:32 2017
@@ -126,8 +126,10 @@ under the License.
       <modules>
         <module>maven-assembly-plugin</module>
         <module>maven-checkstyle-plugin</module>
-		<module>maven-javadoc-plugin</module>
+		    <module>maven-javadoc-plugin</module>
         <module>maven-pmd-plugin</module>
+        <module>maven-jlink-plugin</module>
+        <module>maven-jmod-plugin</module>
       </modules>
       <activation>
         <jdk>[1.7,)</jdk>