mirror of https://github.com/apache/maven.git
o prereqs in the wrong order
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd70e514f9
commit
47bdc91285
|
@ -35,8 +35,8 @@ import org.apache.maven.project.MavenProject;
|
||||||
* expression="#localRepository"
|
* expression="#localRepository"
|
||||||
* description=""
|
* description=""
|
||||||
*
|
*
|
||||||
* @prereq jar:jar
|
|
||||||
* @prereq plugin:descriptor
|
* @prereq plugin:descriptor
|
||||||
|
* @prereq jar:jar
|
||||||
*/
|
*/
|
||||||
public class PluginInstallMojo
|
public class PluginInstallMojo
|
||||||
extends AbstractPlugin
|
extends AbstractPlugin
|
||||||
|
|
Loading…
Reference in New Issue