git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-07-22 07:05:14 +00:00
parent 70f2351610
commit 418f58e393
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ public class DefaultMavenProjectBuilder
model.setArtifactId( artifact.getArtifactId() );
model.setGroupId( artifact.getGroupId() );
model.setVersion( artifact.getVersion() );
// TOOD: not correct in some instances
// TODO: not correct in some instances
model.setPackaging( artifact.getType() );
}
}