Re: Is Maven the answer?

2012-03-01 Thread John R. Todd
Hello, Long time maven user, new to the alias.. You could probably do all of this in Maven w/ plugins, ant, etc. but you may want to look at a small ensemble of tools to accomplish the work flow as you've layed out. I'm thinking Jenkins to build using the maven plugin and either the ant

Java 7 javadoc broken?

2012-02-16 Thread John R. Todd
Hello fellow Maven users, We have a project where we are trying to build a subset of the JavaDoc as a public API in the section of our POM. This works under Java 6, but when using Java 7, the javadoc process just breaks. It's easy to reproduce if you take the something like the following POM frag