Repository: wicket Updated Branches: refs/heads/wicket-6.x 9539d818a -> efa2b0ff3
WICKET-5848 Added README of wicket-eclipse-settings in wicket-6.x Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/efa2b0ff Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/efa2b0ff Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/efa2b0ff Branch: refs/heads/wicket-6.x Commit: efa2b0ff36c27c56dd264babe6f8b84c04219b84 Parents: 9539d81 Author: Tobias Soloschenko <[email protected]> Authored: Tue Apr 21 11:08:43 2015 +0200 Committer: Tobias Soloschenko <[email protected]> Committed: Tue Apr 21 11:08:43 2015 +0200 ---------------------------------------------------------------------- wicket-eclipse-settings/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/efa2b0ff/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 +
