[Buix-commits] r770 - trunk/lutinjaxx/maven
Author: tchemit Date: 2008-07-23 15:49:01 +0000 (Wed, 23 Jul 2008) New Revision: 770 Modified: trunk/lutinjaxx/maven/pom.xml Log: ajout du module jaxx-swing dans le plugin car on s'en sert ?\195?\160 chaque fois. Modified: trunk/lutinjaxx/maven/pom.xml =================================================================== --- trunk/lutinjaxx/maven/pom.xml 2008-07-23 15:40:45 UTC (rev 769) +++ trunk/lutinjaxx/maven/pom.xml 2008-07-23 15:49:01 UTC (rev 770) @@ -41,7 +41,7 @@ <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>jaxx-swing</artifactId> - <scope>test</scope> + <scope>compile</scope> </dependency> <!-- maven plugin project dependencies --> @@ -50,21 +50,13 @@ <artifactId>maven-plugin-api</artifactId> <scope>compile</scope> </dependency> - <!--dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - <scope>compile</scope> - </dependency--> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <scope>compile</scope> </dependency> - <!--dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <scope>compile</scope> - </dependency--> + </dependencies> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org