atomfrede / generator-jhipster-swagger2markup

JHipster module to create static api docs with swagger2markup
Apache License 2.0
40 stars 15 forks source link

Maven : indentation in pom.xml #13

Closed pascalgrimaud closed 8 years ago

pascalgrimaud commented 8 years ago

It seems that the pom.xml is not well formatted (indentation). I don't know if it's possible to code better the function addMavenPlugin in the main generator, or should we use the good number of space ?

See what I had to do... https://github.com/pascalgrimaud/generator-jhipster-docker/blob/master/generators/app/index.js#L345-L355