Author: tchemit Date: 2012-06-20 17:25:47 +0200 (Wed, 20 Jun 2012) New Revision: 183 Url: http://chorem.org/repositories/revision/chorem/183 Log: updates to mavenpom 3.3.4 + use last deploy mecanism + update svn:ignore Modified: trunk/ trunk/chorem-entities/ trunk/chorem-web/ trunk/chorem-webmotion/ trunk/chorem-webmotion/pom.xml trunk/pom.xml Property changes on: trunk ___________________________________________________________________ Modified: svn:ignore - target + target *.iml *.iws *.ipr Property changes on: trunk/chorem-entities ___________________________________________________________________ Modified: svn:ignore - target .project .classpath .settings + target .project .classpath .settings *.ipr *.iws *.iml Property changes on: trunk/chorem-web ___________________________________________________________________ Modified: svn:ignore - .settings .classpath .project target PutObjectStoreDirHere + .settings .classpath .project target PutObjectStoreDirHere *.ipr *.iws *.iml Property changes on: trunk/chorem-webmotion ___________________________________________________________________ Modified: svn:ignore - target + target *.ipr *.iml *.iws Modified: trunk/chorem-webmotion/pom.xml =================================================================== (Binary files differ) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-06-18 15:26:12 UTC (rev 182) +++ trunk/pom.xml 2012-06-20 15:25:47 UTC (rev 183) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.3.3</version> + <version>3.3.4-SNAPSHOT</version> </parent> <groupId>org.chorem</groupId> @@ -318,25 +318,14 @@ <repositories> <repository> - <id>wikitty-group</id> - <name>wikitty-group</name> - <url>http://nexus.nuiton.org/nexus/content/groups/wikitty/</url> + <id>chorem-group</id> + <name>Chorem Group</name> + <url>http://nexus.nuiton.org/nexus/content/groups/chorem-group</url> + <snapshots> + <enabled>true</enabled> + </snapshots> </repository> - <!-- TODO ymartel 25/05/2012 : move that into a group on nexus --> - <repository> - <id>debux.repo</id> - <name>DebuxRepository</name> - <url>http://debux.org/maven/repo</url> - </repository> - <repository> - <id>debux.snapshot</id> - <name>DebuxSnapshotRepository</name> - <url>http://debux.org/maven/snapshot</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>fail</checksumPolicy> - </snapshots> - </repository> + </repositories> <profiles> @@ -375,19 +364,7 @@ </reportSet> </reportSets> </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>l10n-maven-plugin</artifactId> - <version>${l10nPluginVersion}</version> - <configuration> - <locales> - <locale>fr_FR</locale> - <locale>en_GB</locale> - </locales> - </configuration> - </plugin> - + </plugins> </reporting>