Repository: commons-rng Updated Branches: refs/heads/1.1 8711cb9a6 -> a464b9b6d
go back to prepare-package and package on assembly Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/a464b9b6 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/a464b9b6 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/a464b9b6 Branch: refs/heads/1.1 Commit: a464b9b6dd97375a4c660cf4d2b431a16fe7c5e8 Parents: 8711cb9 Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Jul 24 18:00:05 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Jul 24 18:00:05 2018 -0400 ---------------------------------------------------------------------- dist-archive/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/a464b9b6/dist-archive/pom.xml ---------------------------------------------------------------------- diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 93f8062..3117a0d 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -262,7 +262,7 @@ under the License. <executions> <execution> <id>get-dependencies</id> - <phase>install</phase> + <phase>prepare-package</phase> <goals> <goal>copy-dependencies</goal> </goals> @@ -278,7 +278,7 @@ under the License. <executions> <execution> <id>create-distribution</id> - <phase>install</phase> + <phase>package</phase> <goals> <goal>single</goal> </goals>