Skip to content

Commit 3f98150

Browse files
author
Dennis Labordus
committed
Some try to make creating a release work.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 169ab88 commit 3f98150

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6161
- 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
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

riseclipse/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@ SPDX-License-Identifier: Apache-2.0
4444
</repository>
4545
</repositories>
4646

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-
6047
<dependencyManagement>
6148
<dependencies>
6249
<dependency>

0 commit comments

Comments
 (0)