Skip to content

Commit 9beeaf8

Browse files
committed
1. change actions maven.yml
1 parent dfd6a8c commit 9beeaf8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@ jobs:
3131
run: mvn -B package --file pom.xml
3232

3333
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34-
# - name: Update dependency graph
35-
# uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
34+
- name: Update dependency graph
35+
uses: advanced-security/maven-dependency-submission-action@multi-module
36+
37+
# - uses: release-drafter/release-drafter@v5
38+
# env:
39+
# GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

web-service/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
</dependencies>
7171

7272
<build>
73-
<defaultGoal>compile</defaultGoal>
7473
<directory>${project.basedir}/target/</directory>
7574
<outputDirectory>${project.build.directory}/classes</outputDirectory>
7675
<finalName>${project.artifactId}-${project.version}</finalName>

0 commit comments

Comments
 (0)