ready to release
This commit is contained in:
parent
dcaaa4836b
commit
991ad5ca90
38
pom.xml
38
pom.xml
|
@ -349,25 +349,25 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- <plugin> -->
|
<plugin>
|
||||||
<!-- <groupId>kr.motd.maven</groupId> -->
|
<groupId>kr.motd.maven</groupId>
|
||||||
<!-- <artifactId>sphinx-maven-plugin</artifactId> -->
|
<artifactId>sphinx-maven-plugin</artifactId>
|
||||||
<!-- <version>2.10.0</version> -->
|
<version>2.10.0</version>
|
||||||
<!-- <configuration> -->
|
<configuration>
|
||||||
<!-- <outputDirectory>${project.build.directory}/${project.artifactId}-${project.version}/docs</outputDirectory> -->
|
<outputDirectory>${project.build.directory}/${project.artifactId}-${project.version}/docs</outputDirectory>
|
||||||
<!-- <builder>html</builder> -->
|
<builder>html</builder>
|
||||||
<!-- <configDirectory>${basedir}/docs</configDirectory> -->
|
<configDirectory>${basedir}/docs</configDirectory>
|
||||||
<!-- <sourceDirectory>${basedir}/docs</sourceDirectory> -->
|
<sourceDirectory>${basedir}/docs</sourceDirectory>
|
||||||
<!-- </configuration> -->
|
</configuration>
|
||||||
<!-- <executions> -->
|
<executions>
|
||||||
<!-- <execution> -->
|
<execution>
|
||||||
<!-- <phase>process-resources</phase> -->
|
<phase>process-resources</phase>
|
||||||
<!-- <goals> -->
|
<goals>
|
||||||
<!-- <goal>generate</goal> -->
|
<goal>generate</goal>
|
||||||
<!-- </goals> -->
|
</goals>
|
||||||
<!-- </execution> -->
|
</execution>
|
||||||
<!-- </executions> -->
|
</executions>
|
||||||
<!-- </plugin> -->
|
</plugin>
|
||||||
<!-- Enunciate Maven plugin -->
|
<!-- Enunciate Maven plugin -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.webcohesion.enunciate</groupId>
|
<groupId>com.webcohesion.enunciate</groupId>
|
||||||
|
|
Loading…
Reference in New Issue