FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix API documentation · patternfly-java/patternfly-java@1900783 · GitHub

Commit 1900783

Browse files
committed
Fix API documentation
1 parent a712cd0 commit 1900783

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

‎pom.xml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,12 @@
450450
</build>
451451

452452
<profiles>
453+
<profile>
454+
<id>apidoc</id>
455+
<modules>
456+
<module>apidoc</module>
457+
</modules>
458+
</profile>
453459
<profile>
454460
<id>quick-build</id>
455461
<activation>

‎versionBump.sh‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,5 @@ mvn --quiet versions:set -DnewVersion="${NEW_VERSION}" &> /dev/null
106106
msg "Install BOM ${CYAN}${NEW_VERSION}${NOFORMAT}"
107107
mvn --quiet install &> /dev/null
108108
cd "${script_dir}"
109-
cd apidoc
110-
msg "Update API documentation version to ${CYAN}${NEW_VERSION}${NOFORMAT}"
111-
mvn --quiet versions:set -DnewVersion="${NEW_VERSION}" &> /dev/null
112-
cd "${script_dir}"
113109
msg "Update version to ${CYAN}${NEW_VERSION}${NOFORMAT}"
114-
mvn --quiet versions:set -DnewVersion="${NEW_VERSION}" &> /dev/null
110+
mvn --quiet versions:set -DnewVersion="${NEW_VERSION}" -P apidoc &> /dev/null

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL