Hi Tom, Welcome to Pivot! Two (hopefully helpful) answers: 1. I don't usually use Maven to build Pivot, but if you change the @VERSION@ in the "pom.xml" you will get that version in the file names. 2. I *think* we are missing Javadoc plugin information in the "pom.xml", but I'm stumped (as well) as to how to do it. Maybe with the <reporting> option? But, actually I can't even get "mvn install" to build things.
Can you use "ant" instead?? "ant package" works really well, as does "ant doc".... Sandro set up the "pom.xml", so hopefully he can help more. ~Roger -----Original Message----- From: Tom Coleman [mailto:t...@soaringclub.org] Sent: Tuesday, January 19, 2016 9:12 AM To: user@pivot.apache.org Subject: Maven build and javadoc Hi I'm trying to build the project using Maven. 2 dumb questions. Sorry. How can I generate javadoc from the maven root directory? mvn javadoc:javadoc just creates an xml file: javadoc-options-javadoc-resources.xml. Google didn't really help. And how can I get a version number into the jars? Here's what I get now: ./core/target/pivot-core-@VERSION@.jar Thanks.