Can someone give me an idea of why I am getting this in my build. It happens when it tries to use the gmaven plugin to execute a script. (This had been working for quite sometime up until recently).
Here is the relevant part of the pom <plugin> <groupId>org.codehaus.groovy.maven</groupId> <artifactId>gmaven-plugin</artifactId> <version>1.0-rc-3-SNAPSHOT</version> <executions> <execution> <phase>test</phase> <goals> <goal>execute</goal> </goals> <configuration> <classpath> <element> <groupId>com.yahoo.platform.yui</groupId> <artifactId>yuicompressor</artifactId> </element> </classpath> <source>${basedir}/src/main/script/compressJs.groovy</source> </configuration> </execution> </executions> </plugin>
Thanx, LES -- Sent from the groovy - user mailing list archive at Nabble.com.
--------------------------------------------------------------------- To unsubscribe from this list, please visit: