Repository: mahout Updated Branches: refs/heads/branch-0.14.0 505f08553 -> ed37c220c
MAHOUT-2037 Release Plugin Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/2d53a5c6 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/2d53a5c6 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/2d53a5c6 Branch: refs/heads/branch-0.14.0 Commit: 2d53a5c6b08c1fb16bef048443f718c1bad39c10 Parents: 505f085 Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Tue Jun 5 08:50:45 2018 -0500 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Tue Jun 5 08:50:45 2018 -0500 ---------------------------------------------------------------------- refactor-readme.md | 3 ++- website/developers/how-to-release.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/2d53a5c6/refactor-readme.md ---------------------------------------------------------------------- diff --git a/refactor-readme.md b/refactor-readme.md index 857a65a..2d1aede 100644 --- a/refactor-readme.md +++ b/refactor-readme.md @@ -69,4 +69,5 @@ mahout -[ ] profile to turn on flink / h2o / other non-essentials (then disable them in standard build) ### Current profiles -`mahout-mr` - builds the MapReduce stuff. \ No newline at end of file +`mahout-mr` - builds the MapReduce stuff. +`apache-release` - contains the release plugin http://git-wip-us.apache.org/repos/asf/mahout/blob/2d53a5c6/website/developers/how-to-release.md ---------------------------------------------------------------------- diff --git a/website/developers/how-to-release.md b/website/developers/how-to-release.md index 5aedac9..92912d1 100644 --- a/website/developers/how-to-release.md +++ b/website/developers/how-to-release.md @@ -79,6 +79,7 @@ warnings) ``` * You may also need to add the following to the `<servers>` section in `~/.m2/settings.xml` in order to upload artifacts (as the `-Dusername=` `-Dpassword=` didn't work for gsingers for 0.8, but this did; n.b. it didn't work for akm for the 0.13 release): + ``` <server> <id>apache.releases.https</id>
