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>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
<name>Smartgears 4 HelloWorld Service</name>
|
<name>Smartgears 4 HelloWorld Service</name>
|
||||||
<description>
|
<description>
|
||||||
|
Smartgears 4 HelloWorld Service is used as reference project template
|
||||||
|
for Smartgears 4 based services.
|
||||||
</description>
|
</description>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
|
@ -221,7 +222,9 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
<configuration>
|
<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>
|
<configFile>${project.basedir}${file.separator}documentation${file.separator}enunciate.xml</configFile>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue