Author: tchemit Date: 2009-04-15 18:42:57 +0000 (Wed, 15 Apr 2009) New Revision: 393 Modified: lutinproject/trunk/pom.xml Log: retour sur le scope compile dans le profile run Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2009-04-10 08:23:14 UTC (rev 392) +++ lutinproject/trunk/pom.xml 2009-04-15 18:42:57 UTC (rev 393) @@ -821,7 +821,7 @@ <activeByDefault>false</activeByDefault> </activation> <build> - <defaultGoal>package</defaultGoal> + <defaultGoal>compile</defaultGoal> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId> @@ -861,7 +861,7 @@ <goals> <goal>java</goal> </goals> - <phase>package</phase> + <phase>compile</phase> <configuration> <mainClass>${maven.jar.main.class}</mainClass> <classpathScope>runtime</classpathScope>