File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4848
4949 # Build the project (compiles and packages the code)
5050 - name : Build the project
51- run : mvn -B -X -e clean install --file pom.xml --batch-mode --fail-fast
51+ run : mvn -B -X -e clean install --file pom.xml --batch-mode --fail-fast -Dgpg.skip=true -Dmaven.deploy.skip=true
5252
5353 # Run tests
5454 - name : Run tests
Original file line number Diff line number Diff line change 103103 <groupId >org.apache.maven.plugins</groupId >
104104 <artifactId >maven-gpg-plugin</artifactId >
105105 <version >3.1.0</version >
106+ <configuration >
107+ <skip >${gpg.skip} </skip >
108+ </configuration >
106109 <executions >
107110 <execution >
108111 <id >sign-artifacts</id >
132135 <extensions >true</extensions >
133136 <configuration >
134137 <publishingServerId >central</publishingServerId >
138+ <skipPublishing >${maven.deploy.skip} </skipPublishing >
135139 <!-- <autoPublish>true</autoPublish> -->
136140 </configuration >
137141 </plugin >
You can’t perform that action at this time.
0 commit comments