r3708 - in trunk: . lima-business lima-business-api lima-callao lima-swing
Author: tchemit Date: 2013-08-09 12:06:55 +0200 (Fri, 09 Aug 2013) New Revision: 3708 Url: http://chorem.org/projects/lima/repository/revisions/3708 Log: - updates mavenpom to 4.0 - reformat poms Modified: trunk/lima-business-api/pom.xml trunk/lima-business/pom.xml trunk/lima-callao/pom.xml trunk/lima-swing/pom.xml trunk/pom.xml Modified: trunk/lima-business/pom.xml =================================================================== --- trunk/lima-business/pom.xml 2013-08-04 08:45:53 UTC (rev 3707) +++ trunk/lima-business/pom.xml 2013-08-09 10:06:55 UTC (rev 3708) @@ -1,8 +1,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> + <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> @@ -11,9 +9,7 @@ <groupId>org.chorem.lima</groupId> <artifactId>lima-business</artifactId> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <name>Lima :: business</name> <description>Business module for lima</description> @@ -111,9 +107,7 @@ <artifactId>openejb-ejbd</artifactId> </dependency> </dependencies> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <build> <pluginManagement> <plugins> Modified: trunk/lima-business-api/pom.xml =================================================================== --- trunk/lima-business-api/pom.xml 2013-08-04 08:45:53 UTC (rev 3707) +++ trunk/lima-business-api/pom.xml 2013-08-09 10:06:55 UTC (rev 3708) @@ -1,8 +1,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> + <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> @@ -11,9 +9,7 @@ <groupId>org.chorem.lima</groupId> <artifactId>lima-business-api</artifactId> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <name>Lima :: business API</name> <description>Business API module for lima</description> @@ -29,9 +25,7 @@ <scope>provided</scope> </dependency> </dependencies> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <profiles> <profile> <id>reporting</id> Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2013-08-04 08:45:53 UTC (rev 3707) +++ trunk/lima-callao/pom.xml 2013-08-09 10:06:55 UTC (rev 3708) @@ -1,8 +1,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> + <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> @@ -11,9 +9,7 @@ <groupId>org.chorem.lima</groupId> <artifactId>lima-callao</artifactId> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <name>Lima :: callao</name> <description>Module persistence de Lima (Callao)</description> @@ -53,9 +49,7 @@ <artifactId>h2</artifactId> </dependency> </dependencies> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <build> <plugins> <!-- Plugin Topia --> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2013-08-04 08:45:53 UTC (rev 3707) +++ trunk/lima-swing/pom.xml 2013-08-09 10:06:55 UTC (rev 3708) @@ -1,9 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> + <parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> @@ -12,14 +10,10 @@ <groupId>org.chorem.lima</groupId> <artifactId>lima-swing</artifactId> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <name>Lima :: Swing</name> <description>Lima main interface in Swing</description> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + <properties> <!--Main class in JAR --> <maven.jar.main.class>org.chorem.lima.LimaMain</maven.jar.main.class> @@ -29,9 +23,11 @@ </redmine.releaseFiles> <license.generateBundle>true</license.generateBundle> - <license.bundleLicensePath>META-INF/lima-LICENSE.txt + <license.bundleLicensePath> + META-INF/lima-LICENSE.txt </license.bundleLicensePath> - <license.bundleThirdPartyPath>META-INF/lima-THIRD-PARTY.txt + <license.bundleThirdPartyPath> + META-INF/lima-THIRD-PARTY.txt </license.bundleThirdPartyPath> <i18n.bundles>fr_FR,en_GB</i18n.bundles> @@ -41,6 +37,9 @@ <signatureArtifactId>java16-sun</signatureArtifactId> <signatureVersion>1.10</signatureVersion> + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + </properties> <dependencies> @@ -306,9 +305,7 @@ </plugin> </plugins> </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> + <profiles> <profile> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-04 08:45:53 UTC (rev 3707) +++ trunk/pom.xml 2013-08-09 10:06:55 UTC (rev 3708) @@ -1,27 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.13</version> + <version>4.0</version> </parent> <groupId>org.chorem</groupId> <artifactId>lima</artifactId> <version>0.8-SNAPSHOT</version> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> <packaging>pom</packaging> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <name>Lima</name> <description>Lima project super pom</description> <url>http://maven-site.chorem.org/lima</url> @@ -33,6 +26,7 @@ <distribution>repo</distribution> </license> </licenses> + <!-- Developpers, contributors... --> <developers> <developer> @@ -137,9 +131,7 @@ <module>lima-business</module> <module>lima-swing</module> </modules> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> + <scm> <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> <developerConnection>
participants (1)
-
tchemit@users.chorem.org