dev@glassfish.java.net

[proposal-v3] making mvn install the default

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Mon, 19 Nov 2007 20:22:03 -0500

Hi,

right now with v3 we always have to type:

% mvn install

By adding the following:

> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 17567)
> +++ pom.xml (working copy)
> @@ -162,6 +162,7 @@
> </repository>
> </distributionManagement>
> <build>
> + <defaultGoal>install</defaultGoal>
> <sourceDirectory>src/main/java</sourceDirectory>
> <plugins>
> <plugin>

lazy people like me will just have to type:

% mvn

Any objections?

-- Jeanfrancois