Added README for Eclipse Settings (cherry picked from commit f8b8b3b3e528f015975773ddc0a509e7bcac5c36)
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/a502d9da Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a502d9da Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a502d9da Branch: refs/heads/master Commit: a502d9da4e3efaf268fbb28bcd922e12eec83aa6 Parents: 7808f66 Author: Martijn Dashorst <[email protected]> Authored: Thu Mar 12 23:57:00 2015 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Apr 7 16:19:49 2015 +0300 ---------------------------------------------------------------------- wicket-eclipse-settings/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/a502d9da/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 +
