File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
name : Bygg pull-request
9
9
runs-on : ubuntu-latest
10
-
10
+
11
11
steps :
12
12
- uses : actions/checkout@v2
13
13
- uses : actions/setup-java@v2
14
14
with :
15
15
distribution : ' adopt'
16
16
java-version : 16
17
17
cache : ' maven'
18
-
18
+
19
19
- name : Publish artifacts
20
20
shell : bash
21
21
run : |
22
- mvn deploy -e --batch-mode --settings .github/.m2/settings.xml --file pom.xml -am -pl kontrakt -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true
22
+ mvn deploy -e --batch-mode --settings .github/.m2/settings.xml --file pom.xml -am -pl kontrakt -P jar-module - DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true
23
23
env :
24
24
GITHUB_TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
25
25
GH_ACCESS_TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 549
549
<profile >
550
550
<id >jar-module</id >
551
551
<activation >
552
- <file >
553
- <exists >${project.build.directory} /${project.artifactId} -jakarta-${project.version} .jar</exists >
554
- </file >
552
+ <activeByDefault >false</activeByDefault >
555
553
</activation >
556
554
<build >
557
555
<plugins >
You can’t perform that action at this time.
0 commit comments