You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/12/23 09:52:36 UTC

[2/2] wicket git commit: Add a release script to simplify the process for the next time.

Add a release script to simplify the process for the next time.

If Maven goals areexecuted in wrong order then the deploy phase signs for second time and breaks the signature.
More details at: http://stackoverflow.com/questions/33241549/maven-deploy-cause-code-repackaging-after-the-signing-operation-bad-signature


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/d4c5ce70
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/d4c5ce70
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/d4c5ce70

Branch: refs/heads/master
Commit: d4c5ce705d67f21952cb8181154e226bdd0f8abe
Parents: 338a2bf
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Dec 23 09:51:16 2015 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Dec 23 09:51:16 2015 +0100

----------------------------------------------------------------------
 wicket-eclipse-settings/release.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d4c5ce70/wicket-eclipse-settings/release.sh
----------------------------------------------------------------------
diff --git a/wicket-eclipse-settings/release.sh b/wicket-eclipse-settings/release.sh
new file mode 100644
index 0000000..095fced
--- /dev/null
+++ b/wicket-eclipse-settings/release.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+mvn clean source:jar javadoc:jar deploy
\ No newline at end of file