Author: tchemit Date: 2013-08-09 11:04:46 +0200 (Fri, 09 Aug 2013) New Revision: 2709 Url: http://nuiton.org/projects/jaxx/repository/revisions/2709 Log: - updates mavenpom to 4.0 - reformat poms Modified: trunk/jaxx-demo/pom.xml trunk/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2013-07-26 12:43:48 UTC (rev 2708) +++ trunk/jaxx-demo/pom.xml 2013-08-09 09:04:46 UTC (rev 2709) @@ -24,14 +24,11 @@ #L% --> -<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>jaxx</artifactId> @@ -41,6 +38,25 @@ <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-demo</artifactId> + <name>JAXX :: Demo</name> + <description>JAXX Demo</description> + + <properties> + + <maven.jar.main.class>jaxx.demo.RunDemo</maven.jar.main.class> + + <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> + <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + <jaxx.autoImportCss>true</jaxx.autoImportCss> + <jaxx.autoRecurseInCss>false</jaxx.autoRecurseInCss> + + <!-- generate license bundled files --> + <license.generateBundle>true</license.generateBundle> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + </properties> + <dependencies> <!-- sibiling dependencies --> @@ -88,7 +104,7 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-decorator</artifactId> </dependency> - + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-validator</artifactId> @@ -113,7 +129,7 @@ <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> </dependency> - + <dependency> <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-common</artifactId> @@ -156,35 +172,7 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>JAXX :: Demo</name> - <description>JAXX Demo</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - - <properties> - - <maven.jar.main.class>jaxx.demo.RunDemo</maven.jar.main.class> - - <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> - <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> - <jaxx.autoImportCss>true</jaxx.autoImportCss> - <jaxx.autoRecurseInCss>false</jaxx.autoRecurseInCss> - - <!-- generate license bundled files --> - <license.generateBundle>true</license.generateBundle> - - </properties> - <build> - <resources> <resource> <directory>src/main/filters</directory> @@ -206,7 +194,6 @@ </includes> </resource> </resources> - <pluginManagement> <plugins> @@ -233,7 +220,6 @@ </plugins> </pluginManagement> - <plugins> <plugin> @@ -307,11 +293,6 @@ </plugins> </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <profiles> <profile> @@ -478,5 +459,4 @@ </profile> </profiles> - </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-26 12:43:48 UTC (rev 2708) +++ trunk/pom.xml 2013-08-09 09:04:46 UTC (rev 2709) @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.13</version> + <version>4.0</version> </parent> <artifactId>jaxx</artifactId>