You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/11/28 20:38:42 UTC

incubator-tamaya-sandbox git commit: Add defaultGoal - build is still broken due to compile problems.

Repository: incubator-tamaya-sandbox
Updated Branches:
  refs/heads/master 166b3a3dd -> ff8e47c57


Add defaultGoal - build is still broken due to compile problems.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/ff8e47c5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/ff8e47c5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/ff8e47c5

Branch: refs/heads/master
Commit: ff8e47c57e398e227f76af8f6f89a1824aabcc02
Parents: 166b3a3
Author: Phil Ottlinger <po...@apache.org>
Authored: Mon Nov 28 21:37:21 2016 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Mon Nov 28 21:37:21 2016 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/ff8e47c5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 77e670a..63240ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,6 +275,7 @@ under the License.
     </dependencyManagement>
 
     <build>
+      <defaultGoal>clean install</defaultGoal>
         <plugins>
             <plugin>
                 <groupId>biz.aQute.bnd</groupId>