r3699 - in trunk: . lima-business lima-business-api lima-callao lima-swing
Author: Bavencoff Date: 2013-08-02 18:05:12 +0200 (Fri, 02 Aug 2013) New Revision: 3699 Url: http://chorem.org/projects/lima/repository/revisions/3699 Log: fix to release 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-02 15:06:11 UTC (rev 3698) +++ trunk/lima-business/pom.xml 2013-08-02 16:05:12 UTC (rev 3699) @@ -1,7 +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> @@ -12,7 +11,21 @@ <groupId>org.chorem.lima</groupId> <artifactId>lima-business</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Lima :: business</name> + <description>Business module for lima</description> + <properties> + <!--Main class in JAR --> + <maven.jar.main.class>org.chorem.lima.LimaServer</maven.jar.main.class> + + <redmine.releaseFiles> + target/lima-server-${project.version}-bin.zip, + </redmine.releaseFiles> + </properties> + <dependencies> <dependency> <groupId>org.apache.openejb</groupId> @@ -98,26 +111,9 @@ <artifactId>openejb-ejbd</artifactId> </dependency> </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>Lima :: business</name> - <description>Business module for lima</description> - - <properties> - <!--Main class in JAR --> - <maven.jar.main.class>org.chorem.lima.LimaServer</maven.jar.main.class> - - <redmine.releaseFiles> - target/lima-server-${project.version}-bin.zip, - </redmine.releaseFiles> - </properties> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> - <build> <pluginManagement> <plugins> Modified: trunk/lima-business-api/pom.xml =================================================================== --- trunk/lima-business-api/pom.xml 2013-08-02 15:06:11 UTC (rev 3698) +++ trunk/lima-business-api/pom.xml 2013-08-02 16:05:12 UTC (rev 3699) @@ -1,7 +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> @@ -12,6 +11,11 @@ <groupId>org.chorem.lima</groupId> <artifactId>lima-business-api</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Lima :: business API</name> + <description>Business API module for lima</description> <dependencies> <dependency> @@ -25,17 +29,9 @@ <scope>provided</scope> </dependency> </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>Lima :: business API</name> - <description>Business API module for lima</description> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> - <profiles> <profile> <id>reporting</id> @@ -73,6 +69,4 @@ </profile> </profiles> - </project> - Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2013-08-02 15:06:11 UTC (rev 3698) +++ trunk/lima-callao/pom.xml 2013-08-02 16:05:12 UTC (rev 3699) @@ -1,10 +1,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> @@ -13,6 +11,11 @@ <groupId>org.chorem.lima</groupId> <artifactId>lima-callao</artifactId> +<!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Lima :: callao</name> + <description>Module persistence de Lima (Callao)</description> <dependencies> <dependency> @@ -23,12 +26,8 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> + <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> @@ -54,18 +53,9 @@ <artifactId>h2</artifactId> </dependency> </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Lima :: callao</name> - <description>Module persistence de Lima (Callao)</description> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> - <build> <plugins> <!-- Plugin Topia --> @@ -162,5 +152,4 @@ </profile> </profiles> - </project> Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2013-08-02 15:06:11 UTC (rev 3698) +++ trunk/lima-swing/pom.xml 2013-08-02 16:05:12 UTC (rev 3699) @@ -1,11 +1,9 @@ <?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> @@ -14,7 +12,31 @@ <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> + <redmine.releaseFiles> + target/lima-${project.version}-bin.zip, + </redmine.releaseFiles> + + <license.generateBundle>true</license.generateBundle> + <license.bundleLicensePath>META-INF/lima-LICENSE.txt</license.bundleLicensePath> + <license.bundleThirdPartyPath>META-INF/lima-THIRD-PARTY.txt</license.bundleThirdPartyPath> + + <i18n.bundles>fr_FR,en_GB</i18n.bundles> + <i18n.bundleOutputName>lima</i18n.bundleOutputName> + + </properties> + <dependencies> <dependency> <groupId>${project.groupId}</groupId> @@ -61,11 +83,6 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> </dependency> @@ -121,41 +138,9 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-widgets</artifactId> </dependency> - <dependency> - <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-validator</artifactId> - </dependency> </dependencies> - - <!-- ************************************************************* --> - <!-- *** 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> - - <redmine.releaseFiles> - target/lima-${project.version}-bin.zip, - </redmine.releaseFiles> - - <license.generateBundle>true</license.generateBundle> - <license.bundleLicensePath>META-INF/lima-LICENSE.txt</license.bundleLicensePath> - <license.bundleThirdPartyPath>META-INF/lima-THIRD-PARTY.txt</license.bundleThirdPartyPath> - - <i18n.bundles>fr_FR,en_GB</i18n.bundles> - <i18n.bundleOutputName>lima</i18n.bundleOutputName> - - </properties> - <build> <!-- be carefull with filtering, can break release --> @@ -174,7 +159,55 @@ </excludes> </resource> </resources> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <addClasspath>true</addClasspath> + <classpathPrefix>./lib/</classpathPrefix> + </manifest> + <manifestEntries> + <SplashScreen-Image>icons/puzzle_splash.png</SplashScreen-Image> + </manifestEntries> + </archive> + </configuration> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>webstart-maven-plugin</artifactId> + <configuration> + <gzip>true</gzip> + <unsign>true</unsign> + <canUnsign>false</canUnsign> + <!-- not possible to use pack200 while having some extensions --> + <pack200>false</pack200> + <jnlpExtensions> + <jnlpExtension> + <name>jxlayer</name> + <title>Swing labs JXLayer</title> + <vendor>Swing Labs</vendor> + <includes> + <include>org.swinglabs:jxlayer</include> + </includes> + </jnlpExtension> + <jnlpExtension> + <name>jetty</name> + <title>Jetty</title> + <vendor>IBM Corporation</vendor> + <includes> + <include>org.eclipse.jetty.orbit:javax.servlet</include> + </includes> + </jnlpExtension> + </jnlpExtensions> + </configuration> + </plugin> + </plugins> + </pluginManagement> <plugins> <plugin> @@ -257,62 +290,10 @@ </executions> </plugin> </plugins> - - <pluginManagement> - <plugins> - - <plugin> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - <manifestEntries> - <SplashScreen-Image>icons/puzzle_splash.png</SplashScreen-Image> - </manifestEntries> - </archive> - </configuration> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>webstart-maven-plugin</artifactId> - <configuration> - <gzip>true</gzip> - <unsign>true</unsign> - <canUnsign>false</canUnsign> - <!-- not possible to use pack200 while having some extensions --> - <pack200>false</pack200> - <jnlpExtensions> - <jnlpExtension> - <name>jxlayer</name> - <title>Swing labs JXLayer</title> - <vendor>Swing Labs</vendor> - <includes> - <include>org.swinglabs:jxlayer</include> - </includes> - </jnlpExtension> - <jnlpExtension> - <name>jetty</name> - <title>Jetty</title> - <vendor>IBM Corporation</vendor> - <includes> - <include>org.eclipse.jetty.orbit:javax.servlet</include> - </includes> - </jnlpExtension> - </jnlpExtensions> - </configuration> - </plugin> - </plugins> - </pluginManagement> </build> - - <!-- ************************************************************* --> +<!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> - <profiles> <profile> @@ -533,5 +514,4 @@ </profile> </profiles> - </project> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-02 15:06:11 UTC (rev 3698) +++ trunk/pom.xml 2013-08-02 16:05:12 UTC (rev 3699) @@ -1,12 +1,9 @@ <?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.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> @@ -15,7 +12,121 @@ <groupId>org.chorem</groupId> <artifactId>lima</artifactId> - <version>0.7-SNAPSHOT</version> + <version>0.7-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> + <inceptionYear>2008</inceptionYear> + <licenses> + <license> + <name>General Public License (GPL)</name> + <url>http://www.gnu.org/licenses/gpl.txt</url> + <distribution>repo</distribution> + </license> + </licenses> +<!-- Developpers, contributors... --> + <developers> + <developer> + <id>echatellier</id> + <name>Chatellier Eric</name> + <email>chatellier@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> + <contributors> + <contributor> + <name>Cédric Houbart</name> + <email>cedric@scil.coop</email> + <organization>scil.coop</organization> + <organizationUrl>http://www.scil.coop/</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + <contributor> + <name>Rémi Chapelet</name> + <email>chapelet@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + <contributor> + <name>eduardo</name> + <email>ore@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + <contributor> + <name>jpepin</name> + <email>pepin@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + <contributor> + <name>vsalaun</name> + <email>salaun@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + <contributor> + <name>mallon</name> + <email>mallon@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + <contributor> + <name>bavencoff</name> + <email>bavencoff@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + </contributors> <modules> <module>lima-callao</module> @@ -23,7 +134,78 @@ <module>lima-business</module> <module>lima-swing</module> </modules> +<!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> + <developerConnection> + scm:svn:http://svn.chorem.org/svn/lima/trunk + </developerConnection> + <url>http://www.chorem.org/repositories/browse/lima/trunk</url> + </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + <properties> + <platform>chorem.org</platform> + <projectId>lima</projectId> + + <!-- customized libs version --> + <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion> + <nuitonProfilingVersion>2.7</nuitonProfilingVersion> + <eugenePluginVersion>2.6.3</eugenePluginVersion> <!-- Do not move since + topia can not move (tchemit 2013-07-15) --> + <topiaVersion>2.7.1</topiaVersion> <!-- Version cannot be upgraded because of incompatibility with OpenEJB + -chatellier ???--> + <jaxxVersion>2.5.23</jaxxVersion> + <nuitonI18nVersion>2.5.1</nuitonI18nVersion> + <openEjbVersion>4.5.2</openEjbVersion> + <slf4jVersion>1.7.5</slf4jVersion> + <swingxVersion>1.6.5-1</swingxVersion> + <jettyVersion>${jettyPluginVersion}</jettyVersion> + + <!-- license to use --> + <license.licenseName>gpl_v3</license.licenseName> + </properties> + + <repositories> + <!-- nuiton nexus repository --> + <repository> + <id>nexus.nuiton</id> + <name>NuitonNexusRepository</name> + <url>http://nexus.nuiton.org/nexus/content/groups/public</url> + <snapshots> + <enabled>true</enabled> + <updatePolicy>daily</updatePolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + </repositories> + <pluginRepositories> + <!-- nuiton nexus repository --> + <pluginRepository> + <id>nexus.nuiton</id> + <name>NuitonNexusRepository</name> + <url>http://nexus.nuiton.org/nexus/content/groups/public</url> + <snapshots> + <enabled>true</enabled> + <updatePolicy>daily</updatePolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </pluginRepository> + </pluginRepositories> + <dependencyManagement> <dependencies> @@ -272,153 +454,7 @@ </dependencies> </dependencyManagement> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Lima</name> - <description>Lima project super pom</description> - <inceptionYear>2008</inceptionYear> - <url>http://maven-site.chorem.org/lima</url> - - - <licenses> - <license> - <name>General Public License (GPL)</name> - <url>http://www.gnu.org/licenses/gpl.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - - <!-- Developpers, contributors... --> - <developers> - <developer> - <id>echatellier</id> - <name>Chatellier Eric</name> - <email>chatellier@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - <developer> - <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> - </developers> - - <contributors> - <contributor> - <name>Cédric Houbart</name> - <email>cedric@scil.coop</email> - <organization>scil.coop</organization> - <organizationUrl>http://www.scil.coop/</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - <contributor> - <name>Rémi Chapelet</name> - <email>chapelet@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - <contributor> - <name>eduardo</name> - <email>ore@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - <contributor> - <name>jpepin</name> - <email>pepin@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - <contributor> - <name>vsalaun</name> - <email>salaun@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - <contributor> - <name>mallon</name> - <email>mallon@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - <contributor> - <name>bavencoff</name> - <email>bavencoff@codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - </contributors> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>pom</packaging> - - <properties> - <platform>chorem.org</platform> - <projectId>lima</projectId> - - <!-- customized libs version --> - <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion> - <nuitonProfilingVersion>2.7</nuitonProfilingVersion> - <eugenePluginVersion>2.6.3</eugenePluginVersion> <!-- Do not move since - topia can not move (tchemit 2013-07-15) --> - <topiaVersion>2.7.1</topiaVersion> <!-- Version cannot be upgraded because of incompatibility with OpenEJB - -chatellier ???--> - <jaxxVersion>2.5.23</jaxxVersion> - <nuitonI18nVersion>2.5.1</nuitonI18nVersion> - <openEjbVersion>4.5.2</openEjbVersion> - <slf4jVersion>1.7.5</slf4jVersion> - <swingxVersion>1.6.5-1</swingxVersion> - <jettyPluginVersion>8.1.11.v20130520</jettyPluginVersion> - <jettyVersion>${jettyPluginVersion}</jettyVersion> - - <!-- license to use --> - <license.licenseName>gpl_v3</license.licenseName> - </properties> - <build> - <pluginManagement> <plugins> @@ -460,61 +496,8 @@ </plugins> </pluginManagement> - </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>scm:svn:http://svn.chorem.org/svn/lima/trunk</connection> - <developerConnection> - scm:svn:http://svn.chorem.org/svn/lima/trunk - </developerConnection> - <url>http://www.chorem.org/repositories/browse/lima/trunk</url> - </scm> - - <distributionManagement> - <site> - <id>${platform}</id> - <url>${our.site.repository}/${projectId}</url> - </site> - </distributionManagement> - - <repositories> - <!-- nuiton nexus repository --> - <repository> - <id>nexus.nuiton</id> - <name>NuitonNexusRepository</name> - <url>http://nexus.nuiton.org/nexus/content/groups/public</url> - <snapshots> - <enabled>true</enabled> - <updatePolicy>daily</updatePolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> - - <pluginRepositories> - <!-- nuiton nexus repository --> - <pluginRepository> - <id>nexus.nuiton</id> - <name>NuitonNexusRepository</name> - <url>http://nexus.nuiton.org/nexus/content/groups/public</url> - <snapshots> - <enabled>true</enabled> - <updatePolicy>daily</updatePolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </pluginRepository> - </pluginRepositories> - <profiles> <profile>
participants (1)
-
Bavencoff@users.chorem.org