Hello everyone, Does anyone know if it's possible to release justa subset of the Reactor when using the maven-release-plugin?
The Layrry build includes a set of modules (examples and integration tests) that should not be part of the release. And added hurdle is that there are "duplicate" modules, that is same groupId:artifactId but different version for a couple of modules (I know, weird) which are needed to test Layrry's capabilities to deal with conflicting module versions. As it stands right now the release plugin attempts to release the whole Reactor and croaks when it finds duplicate modules. I haven't found a *.skip property like other plugins have. TIA. Cheers, Andres ------------------------------------------- Java Champion; Groovy Enthusiast http://andresalmiray.com http://www.linkedin.com/in/aalmiray -- What goes up, must come down. Ask any system administrator. There are 10 types of people in the world: Those who understand binary, and those who don't. To understand recursion, we must first understand recursion.