Repository: wicket Updated Branches: refs/heads/WICKET-5848 4974a8d36 -> f8b8b3b3e
Added README for Eclipse Settings Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/f8b8b3b3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/f8b8b3b3 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/f8b8b3b3 Branch: refs/heads/WICKET-5848 Commit: f8b8b3b3e528f015975773ddc0a509e7bcac5c36 Parents: 4974a8d Author: Martijn Dashorst <[email protected]> Authored: Thu Mar 12 23:57:00 2015 +0100 Committer: Martijn Dashorst <[email protected]> Committed: Thu Mar 12 23:57:00 2015 +0100 ---------------------------------------------------------------------- wicket-eclipse-settings/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/f8b8b3b3/wicket-eclipse-settings/README ---------------------------------------------------------------------- diff --git a/wicket-eclipse-settings/README b/wicket-eclipse-settings/README new file mode 100644 index 0000000..eb98b7e --- /dev/null +++ b/wicket-eclipse-settings/README @@ -0,0 +1,23 @@ +Wicket Eclipse Settings Project +=============================== + +This is a project to specify Eclipse settings for a uniform development +environment between all Eclipse using Wicket Team members. Most notably +the formatting rules. + +Before release +-------------- + +1. Increase the version number. +2. mvn clean install -Papache-release +3. check the target folder contents and the jar contents + +Releasing +--------- + +Use the following command to release a new version of the settings. + +mvn clean deploy -Papache-release + +Don't forget to sign the release with your PGP key +
