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.
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