This is an automated email from the ASF dual-hosted git repository. apalumbo pushed a commit to branch mahout-14.1 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit cfe6d824777af1bd825a5f0d67c9f18dcdd368df Author: Andrew Palumbo <[email protected]> AuthorDate: Sun Nov 3 01:53:23 2019 -0700 add lifecycle to deploy plugin --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57166d9..c4ac00b 100644 --- a/pom.xml +++ b/pom.xml @@ -559,8 +559,9 @@ <arguments>-Papache-release ${arguments}</arguments> <waitBeforeTagging>10</waitBeforeTagging> </configuration> + </plugin> - + <plugin> <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> @@ -568,6 +569,7 @@ <executions> <execution> <id>apache.releases.https</id> + <phase>deploy</phase> <goals> <goal>deploy</goal> </goals>
