Do a "clean install" instead of a "clean verify" during the release preparation
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/994caea4 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/994caea4 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/994caea4 Branch: refs/heads/develop Commit: 994caea416ff4d932b87da47af6ccd84f89d4a0f Parents: 4860758 Author: Jakob Frank <[email protected]> Authored: Tue Apr 8 17:37:01 2014 +0200 Committer: Jakob Frank <[email protected]> Committed: Tue Apr 8 17:37:01 2014 +0200 ---------------------------------------------------------------------- pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/994caea4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2753e27..0e53d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -196,6 +196,9 @@ <!-- the profiles to run for the release --> <arguments>-Pinstaller,marmotta-release,sign,kiwi ${arguments}</arguments> + <!-- make sure all dependencies are available --> + <preparationGoals>clean install</preparationGoals> + <pushChanges>false</pushChanges> </configuration> </plugin>
