vmware / vcd-api-schemas

Contains relevant schemas for developing against the vCloud Director APIs
Other
8 stars 17 forks source link

Fix deploy issues to Sonatype staging repository. #6

Closed jmoroski closed 5 years ago

jmoroski commented 5 years ago

This change adds the element to the parent POM (to accompany the organization URL which by itself is insufficient). It also reenables Javadoc generation on the generated sources for api-bindings and for extensibility-bindings. The failOnError flag needs to be set to false for this, since the generated code produces invalid javadocs. Since Sonatype deployment requires Javadocs for any JAR containing classes, I decided that invalid Javadoc was better than just generating a dummy Javadoc artifact to trick Sonatype and give the illusion of Javadocs.

Signed-off-by: Jeff Moroski jmoroski@vmware.com


This change is Reviewable