Skip to content

Commit

Permalink
temp: get less info
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Genov <[email protected]>
  • Loading branch information
Michaelpalacce committed Dec 5, 2024
1 parent ebb39ef commit 0a8bc4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/re-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Install necessary components
run: |
mvn clean install -f common/artifact-manager/pom.xml
mvn clean install -f common/artifact-manager/pom.xml -DskipTests
mvn clean install -f maven/plugins/pom.xml
- name: Generate plugin arguments
Expand All @@ -47,7 +47,7 @@ jobs:
echo "Plugin Folder: $PLUGIN_FOLDER"
# mvn help:describe -D"groupId=$GROUP_ID" -D"artifactId=$ARTIFACT_ID" -D"version=$PLUGIN_VERSION" -Ddetail --batch-mode -f $POM_PATH | awk '!/INFO/ && !/WARNING/{ print $0 }' | tail -n +2 > docs/versions/latest/General/Cheatsheets/$PLUGIN_FOLDER-plugin-arguments.md
mvn help:describe -D"groupId=$GROUP_ID" -D"artifactId=$ARTIFACT_ID" -D"version=$PLUGIN_VERSION" -Ddetail --batch-mode -f $POM_PATH
mvn help:describe -D"groupId=$GROUP_ID" -D"artifactId=$ARTIFACT_ID" -D"version=$PLUGIN_VERSION" -Ddetail --batch-mode -f $POM_PATH -q -DforceStdout
done
- name: Print current branch
Expand Down

0 comments on commit 0a8bc4e

Please sign in to comment.