File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3434
3535 # 使用 Maven 打包
3636 - name : Build with Maven
37- run : mvn clean package deploy -DskipTests
37+ run : mvn clean package deploy -DskipTests -e -X
3838 env :
3939 SERVER_USERNAME : ${{ secrets.SERVER_USERNAME }}
4040 SERVER_PASSWORD : ${{ secrets.SERVER_PASSWORD }}
Original file line number Diff line number Diff line change 165165 <plugin >
166166 <groupId >org.apache.maven.plugins</groupId >
167167 <artifactId >maven-gpg-plugin</artifactId >
168- <version >1.1 </version >
168+ <version >3.2.8 </version >
169169 <configuration >
170170 <passphrase ></passphrase >
171171 </configuration >
172172 <executions >
173173 <execution >
174174 <id >sign-artifacts</id >
175175 <phase >verify</phase >
176- <goals >
177- <goal >sign</goal >
178- </goals >
179176 </execution >
180177 </executions >
181178 </plugin >
You can’t perform that action at this time.
0 commit comments