git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2005-02-19 13:44:19 +00:00
parent b44af08db6
commit de533d7656

View File

@ -71,7 +71,7 @@ public void execute( PluginExecutionRequest request, PluginExecutionResponse res
ArtifactRepository deploymentRepository = RepositoryUtils.mavenRepositoryToWagonRepository( repository );
// Deplou the POM
// Deploy the POM
Artifact pomArtifact = new DefaultArtifact( project.getGroupId(),
project.getArtifactId(),
project.getVersion(),