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/08/17 19:52:36 UTC

svn commit: r1805334 - /maven/plugins/trunk/maven-jlink-plugin/pom.xml

Author: khmarbaise
Date: Thu Aug 17 19:52:35 2017
New Revision: 1805334

URL: http://svn.apache.org/viewvc?rev=1805334&view=rev
Log:
Updated description in pom file.

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

Modified: maven/plugins/trunk/maven-jlink-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jlink-plugin/pom.xml?rev=1805334&r1=1805333&r2=1805334&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jlink-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jlink-plugin/pom.xml Thu Aug 17 19:52:35 2017
@@ -35,7 +35,8 @@
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven JLink Plugin</name>
-  <description>JLink http://openjdk.java.net/jeps/282, http://openjdk.java.net/jeps/220</description>
+  <description>The Maven JLink Plugin is intended to create Modular Run-Time Images.
+   http://openjdk.java.net/jeps/282, http://openjdk.java.net/jeps/220</description>
   <inceptionYear>2016</inceptionYear>
 
   <prerequisites>