Author: tchemit Date: 2009-04-09 20:10:31 +0000 (Thu, 09 Apr 2009) New Revision: 387 Modified: lutinproject/trunk/ lutinproject/trunk/pom.xml Log: fix profile run : use package phase Property changes on: lutinproject/trunk ___________________________________________________________________ Name: svn:ignore - .classpath .project THIRD-PARTY.txt target + .classpath .project target THIRD-PARTY.txt catalog.xml Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2009-04-09 16:51:31 UTC (rev 386) +++ lutinproject/trunk/pom.xml 2009-04-09 20:10:31 UTC (rev 387) @@ -10,7 +10,7 @@ <!-- POM Relationships : Coordinates --> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.6-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> <!-- POM Relationships : Inheritance --> @@ -821,7 +821,7 @@ <activeByDefault>false</activeByDefault> </activation> <build> - <defaultGoal>compile</defaultGoal> + <defaultGoal>package</defaultGoal> <plugins> <plugin> <artifactId>maven-enforcer-plugin</artifactId>