mirror of https://github.com/apache/maven.git
o generate the descriptor as well
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c86ea920b8
commit
fd70e514f9
|
@ -20,19 +20,23 @@ import org.apache.maven.project.MavenProject;
|
|||
* validator=""
|
||||
* expression="#project"
|
||||
* description=""
|
||||
*
|
||||
* @parameter name="installer"
|
||||
* type="org.apache.maven.artifact.installer.ArtifactInstaller"
|
||||
* required="true"
|
||||
* validator=""
|
||||
* expression="#component.org.apache.maven.artifact.installer.ArtifactInstaller"
|
||||
* description=""
|
||||
*
|
||||
* @parameter name="localRepository"
|
||||
* type="org.apache.maven.artifact.repository.ArtifactRepository"
|
||||
* required="true"
|
||||
* validator=""
|
||||
* expression="#localRepository"
|
||||
* description=""
|
||||
*
|
||||
* @prereq jar:jar
|
||||
* @prereq plugin:descriptor
|
||||
*/
|
||||
public class PluginInstallMojo
|
||||
extends AbstractPlugin
|
||||
|
|
Loading…
Reference in New Issue