ryankennedy / swagger-jaxrs-doclet

Apache License 2.0
87 stars 136 forks source link

invalid flag: -swaggerUiZipPath #58

Open hbenlulu opened 11 years ago

hbenlulu commented 11 years ago

Hi,

When trying to run the docket sample I get the following error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:javadoc (generate-service-docs) on project jaxrs-doclet-sample-dropwizard: An error has occurred in JavaDocs report generation: [ERROR] Exit code: 1 - javadoc: error - invalid flag: -swaggerUiZipPath [ERROR] [ERROR] Command line was: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/bin/javadoc @options @packages

When removing the glad from the pom.xml the build executed ok. However, the command for running the sample failed with the following error: Error: Unable to access jarfile target/jaxrs-doclet-sample-dropwizard

the folder target/jaxrs-doclet-sample-dropwizard does not exists.

Am I doing something wrong ?

Thanks, Hanan