Actually, I think the biggest problem is that our project directory structures don't conform to the standard Maven conventions (see https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html) and I don't see any project descriptor settings that would change that.
~Roger -----Original Message----- From: Tom Coleman [mailto:[email protected]] Sent: Tuesday, January 19, 2016 9:12 AM To: [email protected] 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-@[email protected] Thanks.
