You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Henning P. Schmiedehausen" <hp...@intermeta.de> on 2006/12/31 12:36:37 UTC

Missing invoker plugin in maven 2 plugins build

Obvious patch. You might at some point try to build the maven plugins
from an empty local repository. Else this bug will not show up (it
will not pick up any changes to the invoker plugin either...)

Patch to plugins/pom.xml

--- cut ---
Index: pom.xml
===================================================================
--- pom.xml	(revision 491401)
+++ pom.xml	(working copy)
@@ -90,6 +90,7 @@
     <module>maven-help-plugin</module>
     <module>maven-idea-plugin</module>
     <module>maven-install-plugin</module>
+    <module>maven-invoker-plugin</module>
     <module>maven-jar-plugin</module>
     <module>maven-javadoc-plugin</module>
     <module>maven-jxr-plugin</module>
--- cut ---

	Best regards
		Henning

-- 
Henning P. Schmiedehausen  -- hps@intermeta.de | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

          "Save the cheerleader. Save the world."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org