Author: felipeal Date: Tue Jan 11 17:01:44 2005 New Revision: 124933 URL: http://svn.apache.org/viewcvs?view=rev&rev=124933 Log: MPJAR-42: fixed wrong pom property :-( Modified: maven/maven-1/plugins/trunk/jar/xdocs/properties.xml
Modified: maven/maven-1/plugins/trunk/jar/xdocs/properties.xml Url: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/properties.xml?view=diff&rev=124933&p1=maven/maven-1/plugins/trunk/jar/xdocs/properties.xml&r1=124932&p2=maven/maven-1/plugins/trunk/jar/xdocs/properties.xml&r2=124933 ============================================================================== --- maven/maven-1/plugins/trunk/jar/xdocs/properties.xml (original) +++ maven/maven-1/plugins/trunk/jar/xdocs/properties.xml Tue Jan 11 17:01:44 2005 @@ -237,7 +237,7 @@ <td>maven.final.name</td> <td>Yes</td> <td> - Usually this property is set to <code>${pom.id}-${pom.currentVersion}</code> + Usually this property is set to <code>${pom.artifactId}-${pom.currentVersion}</code> but the snapshot goal overwrites it to be the snapshot signature </td> </tr> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]