If I try to build maven-antrun-plugin or its website, I get:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-invoker-plugin' does not exist
or no valid version could be found
[INFO] ------------------------------------------------------------------------

The invoker plugin is in sandbox/plugins.  (ISTR seeing one in
continuum-sandbox recently, too)

There is a snapshot available, and if I add
<version>1.0-SNAPSHOT</version> to the antrun pom, then it works.
(patch below)

Can we add the version number to the pom, or bring the invoker plugin
out of the sandbox?   (Or is something else going on with this?)

Index: pom.xml
===================================================================
--- pom.xml     (revision 482003)
+++ pom.xml     (working copy)
@@ -86,6 +86,7 @@
        <plugins>
          <plugin>
            <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.0-SNAPSHOT</version>
            <configuration>
              <debug>true</debug>
              <projectsDirectory>src/it</projectsDirectory>

Thanks,
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to