Use the correct type for pom installation.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-08-16 08:45:38 +00:00
parent 125b833abc
commit 330d33e5aa
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class JarInstallMojo
Artifact pomArtifact = new DefaultArtifact( project.getGroupId(),
project.getArtifactId(),
project.getVersion(),
project.getType() );
"pom" );
artifactInstaller.install( project.getFile(), pomArtifact, localRepository );