Author: dlanglais Date: 2010-02-17 19:24:43 +0100 (Wed, 17 Feb 2010) New Revision: 93 Modified: trunk/msm-bighashmap/pom.xml trunk/msm-bighashmapV2/pom.xml trunk/msm-hbase/pom.xml Log: Bon, une erreur "?\195?\160 la ***" msn au lieu de msm. Avec maven qui enregistre les jar que l'on a correctement compil?\195?\169 dans ~/.m2/repositories/* lors du build sur ma machine ras (il utilisait les "vieux" jars). Et maintenant, build ou build pas ? Modified: trunk/msm-bighashmap/pom.xml =================================================================== --- trunk/msm-bighashmap/pom.xml 2010-02-17 17:49:31 UTC (rev 92) +++ trunk/msm-bighashmap/pom.xml 2010-02-17 18:24:43 UTC (rev 93) @@ -23,13 +23,13 @@ </parent> <version>0.1-SNAPSHOT</version> - <artifactId>msn-bighashmap</artifactId> + <artifactId>msm-bighashmap</artifactId> <dependencies> <dependency> <groupId>org.nuiton</groupId> - <artifactId>msn</artifactId> + <artifactId>msm</artifactId> <version>0.1-SNAPSHOT</version> </dependency> @@ -38,6 +38,7 @@ <artifactId>nuiton-utils</artifactId> <version>${lutinutil.version}</version> </dependency> + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> Modified: trunk/msm-bighashmapV2/pom.xml =================================================================== --- trunk/msm-bighashmapV2/pom.xml 2010-02-17 17:49:31 UTC (rev 92) +++ trunk/msm-bighashmapV2/pom.xml 2010-02-17 18:24:43 UTC (rev 93) @@ -23,13 +23,13 @@ </parent> <version>0.1-SNAPSHOT</version> - <artifactId>msn-bighashmapv2</artifactId> + <artifactId>msm-bighashmapv2</artifactId> <dependencies> <dependency> <groupId>org.nuiton</groupId> - <artifactId>msn</artifactId> + <artifactId>msm</artifactId> <version>0.1-SNAPSHOT</version> </dependency> Modified: trunk/msm-hbase/pom.xml =================================================================== --- trunk/msm-hbase/pom.xml 2010-02-17 17:49:31 UTC (rev 92) +++ trunk/msm-hbase/pom.xml 2010-02-17 18:24:43 UTC (rev 93) @@ -23,13 +23,13 @@ </parent> <version>0.1-SNAPSHOT</version> - <artifactId>msn-hbase</artifactId> + <artifactId>msm-hbase</artifactId> <dependencies> <dependency> <groupId>org.nuiton</groupId> - <artifactId>msn</artifactId> + <artifactId>msm</artifactId> <version>0.1-SNAPSHOT</version> </dependency>
participants (1)
-
dlanglais@users.nuiton.org