mirror of https://github.com/apache/maven.git
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:
parent
858e98cf5b
commit
8e1f4d632c
|
@ -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", "" +
|
||||
|
|
Loading…
Reference in New Issue