Added description
This commit is contained in:
parent
4df7bfa51e
commit
76f1f0d967
7
pom.xml
7
pom.xml
|
@ -13,7 +13,8 @@
|
|||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>Smartgears 4 HelloWorld Service</name>
|
||||
<description>
|
||||
|
||||
Smartgears 4 HelloWorld Service is used as reference project template
|
||||
for Smartgears 4 based services.
|
||||
</description>
|
||||
<packaging>war</packaging>
|
||||
|
||||
|
@ -221,7 +222,9 @@
|
|||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<!-- <docsDir>${project.build.directory}${file.separator}${project.artifactId}-${project.version}${file.separator}api-docs</docsDir>-->
|
||||
<!-- 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>
|
||||
-->
|
||||
<configFile>${project.basedir}${file.separator}documentation${file.separator}enunciate.xml</configFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue