Skip to content

Commit

Permalink
Don't create the generated/swagger-ui directory under the project roo…
Browse files Browse the repository at this point in the history
…t when building it from root with -Pdocgen
  • Loading branch information
jkremser authored and lucasponce committed Mar 25, 2015
1 parent 48862db commit d1dd235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawkular-alerts-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<apiVersion>1.0</apiVersion>
<basePath>http://localhost:8080/hawkular/alerts</basePath>
<outputTemplate>${basedir}/src/main/resources/rest-doc/asciidoc.mustache</outputTemplate>
<swaggerDirectory>generated/swagger-ui</swaggerDirectory>
<swaggerDirectory>${build.directory}/generated/swagger-ui</swaggerDirectory>
<swaggerInternalFilter>org.hawkular.alerts.rest.swagger.filter.JaxRsFilter</swaggerInternalFilter>
<swaggerApiReader>com.wordnik.swagger.jaxrs.reader.DefaultJaxrsApiReader</swaggerApiReader>
<outputPath>${build.directory}/generated/rest-alerts.adoc</outputPath>
Expand Down

0 comments on commit d1dd235

Please sign in to comment.