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>


Reply via email to