> When I put GMaven in the "child" it compiles. But when I put GMaven (with > the exact same code!) into the parent pom it just outputs: > [groovy:compile] > No sources found to compile
Are you sure there are sources to compile in the parent pom? What type of packaging is applied in the parent? If it is a "pom" project, its possible the plugin assumes there is no code and skips execution. Could you perhaps make a zip with your projects in it and post it somewhere so someone could look at it? You could also just grab the GMaven plugin code and see what its doing. Most plugins are simple to grok. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
