You need to configure a pluginRepository for
http://snapshots.repository.codehaus.org/ (as documented here:
http://mojo.codehaus.org/using-sandbox-plugins.html).
And you need to specify the plugin version as 1.0-alpha-1-SNAPSHOT as
there is not yet a release for this puppy (but its coming real soon).
--jason
On 3/12/07, David Black <[EMAIL PROTECTED]> wrote:
Hi,
Does anyone have the groovy-maven-plugin working?
I am having a real hard time trying to get maven to recognise / see it.
I just keep getting
"The plugin 'org.codehaus.mojo:groovy-maven-plugin ' does
not exist or no valid version could be found"
If you have it working could you please post the plugin section of your
pom.xml and the repository layout (i.e. the directory tree / file names),
and the version, you are using.
Here is what I'm using
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>groovy-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>testCompile</goal>
</goals>
<configuration>
<sources>
<fileset>
<directory>${pom.basedir}/src/test/groovy</directory>
<includes>
<include>**/*.groovy</include>
</includes>
</fileset>
</sources>
</configuration>
</execution>
</executions>
</plugin>
and I've got a snapshot of the plugin installed here:
<repo>\org\codehaus\mojo\groovy-maven-plugin\1.0-alpha-1-SNAPSHOT
thanks in advance,
David Black
http://www.codecurl.org
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email