File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 59
59
env :
60
60
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
61
61
- name : Deploy with Maven to GitHub Packages and Docker Hub
62
- run : ./mvnw -B -s custom_maven_settings.xml -Prelease clean deploy
62
+ run : ./mvnw -B -s custom_maven_settings.xml -Dmaven.deploy.skip=snapshots - Prelease clean deploy
63
63
env :
64
64
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -44,19 +44,6 @@ SPDX-License-Identifier: Apache-2.0
44
44
</repository >
45
45
</repositories >
46
46
47
- <build >
48
- <plugins >
49
- <plugin >
50
- <groupId >org.apache.maven.plugins</groupId >
51
- <artifactId >maven-deploy-plugin</artifactId >
52
- <version >3.0.0-M2</version >
53
- <configuration >
54
- <skip >true</skip >
55
- </configuration >
56
- </plugin >
57
- </plugins >
58
- </build >
59
-
60
47
<dependencyManagement >
61
48
<dependencies >
62
49
<dependency >
You can’t perform that action at this time.
0 commit comments