Fixing project structure
This commit is contained in:
parent
549f92f9b4
commit
0fe59d9ec7
2
pom.xml
2
pom.xml
|
@ -199,7 +199,7 @@
|
||||||
<!-- This does not works as expected. We need to use the maven-resources-plugin below
|
<!-- This does not works as expected. We need to use the maven-resources-plugin below
|
||||||
<docsDir>${project.build.directory}${file.separator}${project.artifactId}-${project.version}${file.separator}api-docs</docsDir>
|
<docsDir>${project.build.directory}${file.separator}${project.artifactId}-${project.version}${file.separator}api-docs</docsDir>
|
||||||
-->
|
-->
|
||||||
<configFile>${project.basedir}${file.separator}documentation${file.separator}enunciate.xml</configFile>
|
<configFile>${project.basedir}${file.separator}documentation${file.separator}enunciate${file.separator}enunciate.xml</configFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue