Author: bpoussin Date: 2009-12-03 15:28:24 +0100 (Thu, 03 Dec 2009) New Revision: 1434 Added: trunk/src/main/ trunk/src/main/java/ trunk/src/main/resources/ trunk/src/test/java/ trunk/src/test/java/org/ Removed: trunk/src/java/ trunk/src/resources/ trunk/src/test/org/ Modified: trunk/pom.xml Log: change directory layout to maven layout change pom to compile project Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-15 15:12:10 UTC (rev 1433) +++ trunk/pom.xml 2009-12-03 14:28:24 UTC (rev 1434) @@ -6,9 +6,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>lutinlib</groupId> - <artifactId>lutinproject</artifactId> - <version>2.2</version> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom</artifactId> + <version>1.1.0</version> </parent> <artifactId>buix</artifactId> @@ -60,6 +60,12 @@ </distributionManagement> <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.7</version> + <scope>test</scope> + </dependency> <!-- pour disposer des widgets des lutins --> <dependency> <groupId>lutinlib</groupId>