mirror of https://github.com/apache/maven.git
Moving a comment to a place where it will be more useful.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@594300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1a286e2325
commit
fc28a41097
|
@ -275,7 +275,6 @@ public class DefaultMavenProjectBuilder
|
|||
// this snippet of code here.
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
// TODO: such a call in MavenMetadataSource too - packaging not really the intention of type
|
||||
Artifact projectArtifact = project.getArtifact();
|
||||
|
||||
String projectId = safeVersionlessKey( project.getGroupId(), project.getArtifactId() );
|
||||
|
@ -852,6 +851,7 @@ public class DefaultMavenProjectBuilder
|
|||
|
||||
project.setActiveProfiles( activeProfiles );
|
||||
|
||||
// TODO: such a call in MavenMetadataSource too - packaging not really the intention of type
|
||||
// TODO: maybe not strictly correct, while we should enfore that packaging has a type handler of the same id, we don't
|
||||
Artifact projectArtifact = artifactFactory.createBuildArtifact( project.getGroupId(), project.getArtifactId(),
|
||||
project.getVersion(), project.getPackaging() );
|
||||
|
|
Loading…
Reference in New Issue