mirror of
https://github.com/apache/maven.git
synced 2025-02-08 11:05:37 +00:00
updated API
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@264971 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c991b41571
commit
6731a0485b
@ -23,6 +23,7 @@
|
||||
import org.apache.maven.plugin.MojoExecutionException;
|
||||
|
||||
import java.io.File;
|
||||
import java.util.Collections;
|
||||
|
||||
/**
|
||||
* @goal deployMapping
|
||||
@ -47,7 +48,8 @@ public void execute()
|
||||
|
||||
try
|
||||
{
|
||||
getRepositoryMetadataManager().resolve( metadata, distributionRepository, getLocalRepository() );
|
||||
getRepositoryMetadataManager().resolve( metadata, Collections.singletonList( distributionRepository ),
|
||||
getLocalRepository() );
|
||||
|
||||
File metadataFile = updatePluginMap( metadata );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user