Author: dion Date: Mon Jan 17 19:22:14 2005 New Revision: 125459 URL: http://svn.apache.org/viewcvs?view=rev&rev=125459 Log: add docs on replacement goals Modified: maven/maven-1/plugins/trunk/jar/xdocs/goals.xml
Modified: maven/maven-1/plugins/trunk/jar/xdocs/goals.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/goals.xml?view=diff&rev=125459&p1=maven/maven-1/plugins/trunk/jar/xdocs/goals.xml&r1=125458&p2=maven/maven-1/plugins/trunk/jar/xdocs/goals.xml&r2=125459 ============================================================================== --- maven/maven-1/plugins/trunk/jar/xdocs/goals.xml (original) +++ maven/maven-1/plugins/trunk/jar/xdocs/goals.xml Mon Jan 17 19:22:14 2005 @@ -45,7 +45,8 @@ </tr> <tr> <td>jar:snapshot</td> - <td><strong>DEPRECATED</strong><br/> + <td> + <strong>DEPRECATED. Please use <code>jar:deploy-snapshot</code> or <code>jar:install-snapshot</code></strong><br/> Creates a jar file in the Maven build directory with the form <code>${project.id}-YYYYMMDD.hhmmss.jar</code> where <ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
