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