This repository was archived by the owner on Dec 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
spring-auto-restdocs-json-doclet Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ after_success:
2525 && test "$TRAVIS_PULL_REQUEST" = "false"
2626 && test "$TRAVIS_JDK_VERSION" = "oraclejdk7"
2727 && "$DEPLOY_DIR/decrypt.sh"
28- && mvn deploy --settings "$DEPLOY_DIR/travis-settings.xml" -DskipTests=true -Dmaven.javadoc.skip=true - B -V
28+ && mvn deploy --settings "$DEPLOY_DIR/travis-settings.xml" -DskipTests=true -B -V
2929branches :
3030 only :
3131 - master
Original file line number Diff line number Diff line change 6565 <extensions >true</extensions >
6666 <executions >
6767 <execution >
68+ <id >generate-javadoc-json</id >
6869 <phase >compile</phase >
6970 <goals >
7071 <goal >test-javadoc-no-fork</goal >
7172 </goals >
73+ <configuration >
74+ <doclet >capital.scalable.restdocs.jsondoclet.ExtractDocumentationAsJsonDoclet</doclet >
75+ <docletArtifact >
76+ <groupId >capital.scalable</groupId >
77+ <artifactId >spring-auto-restdocs-json-doclet</artifactId >
78+ <version >${project.parent.version} </version >
79+ </docletArtifact >
80+ <destDir >generated-javadoc-json</destDir >
81+ <reportOutputDirectory >${project.build.directory} </reportOutputDirectory >
82+ <useStandardDocletOptions >false</useStandardDocletOptions >
83+ <show >package</show >
84+ </configuration >
7285 </execution >
7386 </executions >
74- <configuration >
75- <doclet >capital.scalable.restdocs.jsondoclet.ExtractDocumentationAsJsonDoclet</doclet >
76- <docletArtifact >
77- <groupId >capital.scalable</groupId >
78- <artifactId >spring-auto-restdocs-json-doclet</artifactId >
79- <version >${project.parent.version} </version >
80- </docletArtifact >
81- <destDir >generated-javadoc-json</destDir >
82- <reportOutputDirectory >${project.build.directory} </reportOutputDirectory >
83- <useStandardDocletOptions >false</useStandardDocletOptions >
84- <show >package</show >
85- </configuration >
8687 </plugin >
8788 </plugins >
8889 </build >
You can’t perform that action at this time.
0 commit comments