Skip to content

Commit

Permalink
Skip Maven download logs
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Biville <[email protected]>
  • Loading branch information
ali-ince authored and fbiville committed Nov 16, 2023
1 parent d936442 commit 5a37db8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Install Neo4j Dataflow Template
run: mvn -V -B install --file DataflowTemplates/pom.xml -am -pl v2/googlecloud-to-neo4j -DskipTests -Djib.skip
run: mvn -V -B --no-transfer-progress install --file DataflowTemplates/pom.xml -am -pl v2/googlecloud-to-neo4j -DskipTests -Djib.skip
- name: Build with Maven
run: mvn -V -B package --file pom.xml
run: mvn -V -B --no-transfer-progress package --file pom.xml
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Install Neo4j Dataflow Template
run: mvn -V -B install --file DataflowTemplates/pom.xml -am -pl v2/googlecloud-to-neo4j -DskipTests -Djib.skip
run: mvn -V -B --no-transfer-progress install --file DataflowTemplates/pom.xml -am -pl v2/googlecloud-to-neo4j -DskipTests -Djib.skip
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B --no-transfer-progress package --file pom.xml

- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml
Expand Down

0 comments on commit 5a37db8

Please sign in to comment.