You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/06/13 10:58:29 UTC

[069/100] [abbrv] git commit: Do a "clean install" instead of a "clean verify" during the release preparation

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/ldp
Commit: 994caea416ff4d932b87da47af6ccd84f89d4a0f
Parents: 4860758
Author: Jakob Frank <ja...@apache.org>
Authored: Tue Apr 8 17:37:01 2014 +0200
Committer: Jakob Frank <ja...@apache.org>
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>