Added back enunciate

This commit is contained in:
Luca Frosini 2022-07-12 11:29:53 +02:00
parent b0fc3c0f59
commit 6dbac9bff4
1 changed files with 40 additions and 40 deletions

80
pom.xml
View File

@ -252,50 +252,50 @@
</dependencies>
<!-- <build> -->
<build>
<!-- <plugins> -->
<plugins>
<!-- Enunciate Maven plugin -->
<!-- <plugin> -->
<!-- <groupId>com.webcohesion.enunciate</groupId> -->
<!-- <artifactId>enunciate-maven-plugin</artifactId> -->
<!-- <version>${enunciate.version}</version> -->
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>assemble</id> -->
<!-- <goals> -->
<!-- <goal>assemble</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
<!-- </plugin> -->
<plugin>
<groupId>com.webcohesion.enunciate</groupId>
<artifactId>enunciate-maven-plugin</artifactId>
<version>${enunciate.version}</version>
<executions>
<execution>
<id>assemble</id>
<goals>
<goal>assemble</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Copy Enunciate Documentation from your-application/docs into your war -->
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-resources-plugin</artifactId> -->
<!-- <executions> -->
<!-- <execution> -->
<!-- <id>copy-enunciate-docs</id> -->
<!-- <phase>process-resources</phase> -->
<!-- <goals> -->
<!-- <goal>copy-resources</goal> -->
<!-- </goals> -->
<!-- <configuration> -->
<!-- <outputDirectory>target</outputDirectory> -->
<!-- <resources> -->
<!-- <resource> -->
<!-- <targetPath>${project.build.directory}/${project.artifactId}-${project.version}/docs</targetPath> -->
<!-- <directory>${project.build.directory}/docs</directory> -->
<!-- <filtering>true</filtering> -->
<!-- </resource> -->
<!-- </resources> -->
<!-- </configuration> -->
<!-- </execution> -->
<!-- </executions> -->
<!-- </plugin> -->
<!-- </plugins> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-enunciate-docs</id>
<phase>process-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>target</outputDirectory>
<resources>
<resource>
<targetPath>${project.build.directory}/${project.artifactId}-${project.version}/docs</targetPath>
<directory>${project.build.directory}/docs</directory>
<filtering>true</filtering>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
<!-- </build> -->
</build>
</project>