> It's working perfectly, as long as I build the project directly. If I try > to built the project as a module from a parent pom, the plugin fails with > the error: > "Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/derby/tools/ij"
In M2.0, the "first" declaration of a plugin "wins". So add the derby and derbytools dependencies to the other places where you declare maven-antrun-plugin, probably in the parent somewhere I'd imagine. This is a bug that is being worked on but won't be resolved for the 2.0 line, as I understand it. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
