diff --git a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc index 1e787647faa..df77bc52beb 100644 --- a/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc +++ b/docs/hop-dev-manual/modules/ROOT/pages/apache-release/creating-a-release.adoc @@ -59,7 +59,7 @@ we are going to use the `mvn release:prepare` command to prepare the release pro full command: ---- -mvn release:prepare -Papache-release -DautoVersionSubmodules=true -DskipTests=true -DpushChanges=false -Darguments="-DskipTests=true -DpushChanges=false" +mvn release:prepare -Papache-release -DautoVersionSubmodules=true -DskipTests -DpushChanges=false ---- You will get following question: @@ -95,7 +95,7 @@ git push origin release/ === Perform the release ---- -mvn release:perform -Papache-release -DautoVersionSubmodules=true -Dassemblies=false -DskipTests=true -DpushChanges=false -DautoVersionSubmodules=true -Darguments="-Dassemblies=false -DskipTests=true -DpushChanges=false" +mvn release:perform -Papache-release -DautoVersionSubmodules=true -DskipTests -DpushChanges=false ---- === Nexus diff --git a/pom.xml b/pom.xml index ffb5b1f28da..3fcb3b6476e 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.apache apache - 32 + 33 org.apache.hop @@ -254,8 +254,7 @@ maven-release-plugin - ReleaseProfile - -PReleaseProfile + -P=-assemblies,-assembly -DskipTests @@ -626,7 +625,7 @@ - ReleaseProfile + apache-release