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