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:
@@ -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
|
||||
@@ -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 );
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user