Skip to content

Commit

Permalink
test: update plugin version and add debug logging (#2126)
Browse files Browse the repository at this point in the history
* test: update plugin version and add debug logging

* remove debug log
  • Loading branch information
alicejli authored Aug 15, 2023
1 parent e47990e commit c92260f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/ghpages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ function retrieve_doc_properties() {
-Dexec.executable="echo" \
-Dexec.args='${docs.main}' \
--non-recursive \
org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
org.codehaus.mojo:exec-maven-plugin:3.1.0:exec)
echo "Extracted 'main.adoc' from Maven build [${MAIN_ADOC_VALUE}]"


ALLOW_PROPERTY=${ALLOW_PROPERTY:-"docs.allowed.branches"}
ALLOWED_BRANCHES_VALUE=$("${MAVEN_PATH}"mvn -q \
-Dexec.executable="echo" \
-Dexec.args="\${${ALLOW_PROPERTY}}" \
org.codehaus.mojo:exec-maven-plugin:1.3.1:exec \
org.codehaus.mojo:exec-maven-plugin:3.1.0:exec \
-P docs \
-pl docs)
echo "Extracted '${ALLOW_PROPERTY}' from Maven build [${ALLOWED_BRANCHES_VALUE}]"
Expand Down

0 comments on commit c92260f

Please sign in to comment.