Tagged Questions
1
vote
0answers
23 views
Custom maven mojo and tools
I'm writing maven plugin which depends on several java tools. I'm quite happy with it and want to share it with the community. I'm interested in correct way to handle dependency to these tools:
Use ...
4
votes
4answers
257 views
Continuous integration never results in build errors
I'm working with a variety of Java EE websites which use internal libraries we've developed. For each website, we only upgrade to new versions of our internal libraries as needed, and before ...