This is an automated email from the ASF dual-hosted git repository.

kamir pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 20dc2087 Update release-odysse.md
20dc2087 is described below

commit 20dc2087e03ac625bb0e4034ca300b5979575943
Author: Mirko Kämpf <[email protected]>
AuthorDate: Mon Jul 29 14:00:06 2024 +0200

    Update release-odysse.md
---
 blog/release-odysse.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/blog/release-odysse.md b/blog/release-odysse.md
index 63bb97df..2d744823 100644
--- a/blog/release-odysse.md
+++ b/blog/release-odysse.md
@@ -81,6 +81,7 @@ mvn release:prepare -Darguments='-DskipTests=True'
 git status
 git add .
 git commit -m "prepare for release 1.0.0-RC2-SNAPSHOT"
+git push
 ```
 
 ```bash 
@@ -98,6 +99,16 @@ Caused by: 
org.eclipse.aether.transfer.NoRepositoryConnectorException: Blocked m
 ```
 brew install openjdk@11
 
+curl -s "https://get.sdkman.io"; | bash
+source "$HOME/.sdkman/bin/sdkman-init.sh"
+
+which java
+
+which java
+/Users/kamir/.sdkman/candidates/java/current/bin/java
+➜  GITHUB.active export JAVA_HOME=/Users/kamir/.sdkman/candidates/java/current
+➜  GITHUB.active mvn clean -XXX
+export JAVA_HOME=
 sdk install java 11.0.24-amzn
 sdk home java 11.0.24-amzn
 
@@ -216,9 +227,11 @@ mvn release:prepare -Darguments='-DskipTests=True 
-Dresume=True'
 mvn clean package
 
 mvn release:perform -X -DskipTests
+
+- you need your password for the keystore to sign the build artefacts.
 ```
 
-> So far so good. But now the sone went down.
+> So far so good. But now the sun went down.
 
 ```
 [INFO] [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:3.0.0-M1:deploy (default-deploy) 
on project wayang: ArtifactDeployerException: Failed to deploy artifacts: Could 
not transfer artifact org.apache.wayang:wayang:pom:1.0.0-RC2 from/to 
apache.releases.https 
(https://repository.apache.org/service/local/staging/deploy/maven2): 
NullPointerException -> [Help 1]

Reply via email to