| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -450,6 +450,12 @@ | |||
| 450 | 450 | </build> | |
| 451 | 451 | ||
| 452 | 452 | <profiles> | |
| 453 | + <profile> | ||
| 454 | + <id>apidoc</id> | ||
| 455 | + <modules> | ||
| 456 | + <module>apidoc</module> | ||
| 457 | + </modules> | ||
| 458 | + </profile> | ||
| 453 | 459 | <profile> | |
| 454 | 460 | <id>quick-build</id> | |
| 455 | 461 | <activation> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -106,9 +106,5 @@ mvn --quiet versions:set -DnewVersion="${NEW_VERSION}" &> /dev/null | |||
| 106 | 106 | msg "Install BOM ${CYAN}${NEW_VERSION}${NOFORMAT}" | |
| 107 | 107 | mvn --quiet install &> /dev/null | |
| 108 | 108 | 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}" | ||
| 113 | 109 | 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments