unused var

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@306503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-10-06 02:49:43 +00:00
parent 858e98cf5b
commit 8e1f4d632c
1 changed files with 1 additions and 1 deletions

View File

@ -61,9 +61,9 @@ public class MavenArchiver
Manifest.Attribute createdAttr = new Manifest.Attribute( "Created-By", "Apache Maven" );
m.addConfiguredAttribute( createdAttr );
/* TODO: rethink this, it wasn't working
Artifact projectArtifact = project.getArtifact();
/* TODO: rethink this, it wasn't working
if ( projectArtifact.isSnapshot() )
{
Manifest.Attribute buildNumberAttr = new Manifest.Attribute( "Build-Number", "" +