Change property name

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@350092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-12-01 01:08:26 +00:00
parent 3997bdfcfe
commit 536497b2dd
3 changed files with 3 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ maven.artifact.manifest.extensions.add=false
maven.artifact.manifest.basedir=${plugin.dir}/plugin-resources/templates
maven.artifact.manifest.template=manifest.vm
maven.deploy.timestamps=true
maven.artifact.deploy.timestamps=true

View File

@@ -262,7 +262,7 @@ public class DefaultArtifactDeployer
destFiles.add( snapshotVersionsFilename );
String deployTimestamp =
(String) project.getContext().getVariable( "maven.deploy.timestamps" );
(String) project.getContext().getVariable( "maven.artifact.deploy.timestamps" );
if ( deployTimestamp.equals("true") )
{
srcFiles.add( file );

View File

@@ -199,7 +199,7 @@
<section name="Other properties used">
<table>
<tr>
<td>maven.deploy.timestamps</td>
<td>maven.artifact.deploy.timestamps</td>
<td>
Specifies whether timestamped versions of artifacts should
be deployed as well when deploying SNAPSHOT versions.