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 2016/06/03 21:47:01 UTC

svn commit: r1746772 - /maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm

Author: khmarbaise
Date: Fri Jun  3 21:47:01 2016
New Revision: 1746772

URL: http://svn.apache.org/viewvc?rev=1746772&view=rev
Log:
[MJAR-219] Improve confusing text wrt Jarsigner plugin on Usage page

Modified:
    maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm?rev=1746772&r1=1746771&r2=1746772&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-jar-plugin/src/site/apt/usage.apt.vm Fri Jun  3 21:47:01 2016
@@ -4,8 +4,9 @@
  Jerome Lacoste
  Dennis Lundberg
  Olivier Lamy
+ Karl Heinz Marbaise
  ------
- 2011-08-17
+ 2016-06-03
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -39,11 +40,8 @@ Usage
   To handle archiving this version of Maven JAR Plugin uses
   {{{http://maven.apache.org/shared/maven-archiver/index.html}Maven Archiver}} ${mavenArchiverVersion}.
 
-  <<Note:>> Originally, this plugin was meant to sign JARs as well. As of version 2.3, the corresponding goals are no
-  longer supported and users are advised to use the dedicated
-  {{{http://maven.apache.org/plugins/maven-jarsigner-plugin/}Maven Jarsigner Plugin}} instead. As of the
-  current version 2.5, the corresponding goals were removed.
-
+  <<Note:>> If you need to sign your JAR files you should use the 
+  {{{http://maven.apache.org/plugins/maven-jarsigner-plugin/}Maven Jarsigner Plugin}} instead. 
 
 * How to build a JAR file