Author: echatellier Date: 2012-01-09 11:49:05 +0100 (Mon, 09 Jan 2012) New Revision: 3311 Url: http://chorem.org/repositories/revision/lima/3311 Log: Clean poms Modified: trunk/lima-business/pom.xml trunk/lima-callao/pom.xml trunk/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2012-01-09 09:52:52 UTC (rev 3310) +++ trunk/lima-business/pom.xml 2012-01-09 10:49:05 UTC (rev 3311) @@ -120,20 +120,6 @@ <pluginManagement> <plugins> <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <!-- Temp disable --> - <showDeprecation>false</showDeprecation> - <showWarnings>true</showWarnings> - - <!-- XML/CSV import export don't compile for now --> - <excludes> - <exclude>**/*CSV*.java</exclude> - <exclude>**/*XML*.java</exclude> - </excludes> - </configuration> - </plugin> - <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2012-01-09 09:52:52 UTC (rev 3310) +++ trunk/lima-callao/pom.xml 2012-01-09 10:49:05 UTC (rev 3311) @@ -15,10 +15,6 @@ <artifactId>lima-callao</artifactId> <dependencies> - <!--dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - </dependency--> <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> @@ -106,4 +102,3 @@ </build> </project> - Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-01-09 09:52:52 UTC (rev 3310) +++ trunk/pom.xml 2012-01-09 10:49:05 UTC (rev 3311) @@ -106,18 +106,6 @@ <version>3.6.9.Final</version> </dependency> - <!-- librairie axis 2 - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2</artifactId> - <version>${axis.version}</version> - </dependency> - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-xmlbeans</artifactId> - <version>${axis.version}</version> - </dependency>--> - <!-- Services --> <dependency> <groupId>org.apache.openejb</groupId> @@ -223,7 +211,6 @@ </dependency> <!-- pdfbox to create pdf document --> - <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> @@ -337,9 +324,6 @@ <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <openEjbVersion>3.1.4</openEjbVersion> <slf4jVersion>1.6.1</slf4jVersion> - <!--axis.version>1.4.1</axis.version--> - <!-- 1.4 and 1.4.1 breaks jnlp with corrupt jar - <axis.version>1.3</axis.version>--> <!-- license to use --> <license.licenseName>gpl_v3</license.licenseName>