Repository: incubator-tamaya Updated Branches: refs/heads/master 6908442fd -> 69a2a594b
clean install is now the default goal for a Maven build if you don't specify a different one. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/69a2a594 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/69a2a594 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/69a2a594 Branch: refs/heads/master Commit: 69a2a594b1c761800ba423fb007c36d413a5edbf Parents: 6908442 Author: Oliver B. Fischer <[email protected]> Authored: Fri Jan 16 17:01:17 2015 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Fri Jan 16 17:01:17 2015 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/69a2a594/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 49400af..ce7e2dc 100644 --- a/pom.xml +++ b/pom.xml @@ -254,6 +254,7 @@ under the License. <build> + <defaultGoal>clean install</defaultGoal> <pluginManagement> <plugins> <plugin>
