Quantcast
Channel: Maven-release-plugin and builder-helper plugin - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Bruno Medeiros for Maven-release-plugin and builder-helper plugin

I had the same problem in the past and I think I know what's happening. The release:perform phase checkouts a copy of the tag to be released to 'target/checkout' folder and fork a maven process to...

View Article



Answer by MaDa for Maven-release-plugin and builder-helper plugin

The generated source classes won't make it into the binary jar — there you'll find only .class files resulting from compilation of both regular and generated sources. Maven release plug-in will,...

View Article

Maven-release-plugin and builder-helper plugin

I guess i am missing something.. I want to make a release of my project. I added maven-release-plugin to my pom. In addition, i have another source code dir aside from java(call it gen-src). When i...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images