mirror of https://github.com/apache/maven.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@220253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70f2351610
commit
418f58e393
|
@ -272,7 +272,7 @@ public class DefaultMavenProjectBuilder
|
||||||
model.setArtifactId( artifact.getArtifactId() );
|
model.setArtifactId( artifact.getArtifactId() );
|
||||||
model.setGroupId( artifact.getGroupId() );
|
model.setGroupId( artifact.getGroupId() );
|
||||||
model.setVersion( artifact.getVersion() );
|
model.setVersion( artifact.getVersion() );
|
||||||
// TOOD: not correct in some instances
|
// TODO: not correct in some instances
|
||||||
model.setPackaging( artifact.getType() );
|
model.setPackaging( artifact.getType() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue