Author: tchemit Date: 2014-01-22 16:54:29 +0100 (Wed, 22 Jan 2014) New Revision: 14 Url: http://forge.codelutin.com/projects/wlo/repository/revisions/14 Log: use wlo group + clean pom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-01-10 10:29:12 UTC (rev 13) +++ trunk/pom.xml 2014-01-22 15:54:29 UTC (rev 14) @@ -4,24 +4,16 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>3.4.13</version> + <version>4.5</version> </parent> <groupId>fr.ifremer</groupId> <artifactId>wlo</artifactId> <version>0.1-SNAPSHOT</version> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>WLO</name> <description> Application pour les missions de recueil d'information sur les stockes pour l'observation en criée et en mer. @@ -63,12 +55,12 @@ </developers> <scm> - <url>http://svn.forge.codelutin.com/svn/wlo/trunk</url> + <url>https://forge.codelutin.com/svn/wlo/trunk</url> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/wlo/trunk + scm:svn:https://svn.forge.codelutin.com/svn/wlo/trunk </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/wlo/trunk + scm:svn:https://svn.forge.codelutin.com/svn/wlo/trunk </developerConnection> </scm> <distributionManagement> @@ -76,23 +68,17 @@ <id>${platform}</id> <url>${our.site.repository}/${projectId}</url> </site> - <snapshotRepository> - <id>nuiton-nexus-deploy</id> - <url> - http://nexus.nuiton.org/nexus/content/repositories/wlo-snapshot - </url> - </snapshotRepository> </distributionManagement> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - <packaging>apk</packaging> <properties> - <javaVersion>1.7</javaVersion> + <!-- Java version --> + <maven.compiler.source>1.7</maven.compiler.source> + <maven.compiler.target>1.7</maven.compiler.target> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <platform>forge.codelutin.com</platform> <projectId>wlo</projectId> @@ -107,6 +93,9 @@ <!-- license header configuration --> <license.organizationName>Ifremer</license.organizationName> <license.licenseName>gpl_v3</license.licenseName> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> </properties> @@ -127,19 +116,19 @@ </dependency> <!--<dependency>--> - <!--<groupId>com.android.support</groupId>--> - <!--<artifactId>support-v4</artifactId>--> - <!--<version>19.0.0</version>--> - <!--<scope>system</scope>--> - <!--<systemPath>/opt/android/extras/android/m2repository/com/android/support/support-v4/18.0.0/support-v4-18.0.0.jar</systemPath>--> + <!--<groupId>com.android.support</groupId>--> + <!--<artifactId>support-v4</artifactId>--> + <!--<version>19.0.0</version>--> + <!--<scope>system</scope>--> + <!--<systemPath>/opt/android/extras/android/m2repository/com/android/support/support-v4/18.0.0/support-v4-18.0.0.jar</systemPath>--> <!--</dependency>--> <!--<dependency>--> - <!--<groupId>com.android.support</groupId>--> - <!--<artifactId>appcompat-v7</artifactId>--> - <!--<version>19.0.0</version>--> - <!--<scope>system</scope>--> - <!--<systemPath>/opt/android/extras/android/m2repository/com/android/support/appcompat-v7/18.0.0/appcompat-v7-18.0.0.aar</systemPath>--> + <!--<groupId>com.android.support</groupId>--> + <!--<artifactId>appcompat-v7</artifactId>--> + <!--<version>19.0.0</version>--> + <!--<scope>system</scope>--> + <!--<systemPath>/opt/android/extras/android/m2repository/com/android/support/appcompat-v7/18.0.0/appcompat-v7-18.0.0.aar</systemPath>--> <!--</dependency>--> <dependency> @@ -163,10 +152,10 @@ </dependency> <!--<dependency>--> - <!--<groupId>com.android.support</groupId>--> - <!--<artifactId>support-v4</artifactId>--> - <!--<version>18.0.0</version>--> - <!--<scope>compile</scope>--> + <!--<groupId>com.android.support</groupId>--> + <!--<artifactId>support-v4</artifactId>--> + <!--<version>18.0.0</version>--> + <!--<scope>compile</scope>--> <!--</dependency>--> <dependency> @@ -192,7 +181,7 @@ <repositories> <repository> - <id>amers-public-group</id> + <id>wlo-group</id> <url>http://nexus.nuiton.org/nexus/content/groups/wlo-group/</url> <snapshots> <enabled>true</enabled> @@ -204,25 +193,19 @@ </releases> </repository> - <repository> - <id>achartengine</id> - <name>Public AChartEngine repository</name> - <url>https://repository-achartengine.forge.cloudbees.com/snapshot/</url> - </repository> - <!--<repository>--> - <!--<id>android.support-mvn-repo</id>--> - <!--<url>https://raw.github.com/kmchugh/android.support/mvn-repo</url>--> - <!--<snapshots>--> - <!--<enabled>true</enabled>--> - <!--<updatePolicy>daily</updatePolicy>--> - <!--</snapshots>--> + <!--<id>android.support-mvn-repo</id>--> + <!--<url>https://raw.github.com/kmchugh/android.support/mvn-repo</url>--> + <!--<snapshots>--> + <!--<enabled>true</enabled>--> + <!--<updatePolicy>daily</updatePolicy>--> + <!--</snapshots>--> <!--</repository>--> </repositories> <pluginRepositories> <pluginRepository> - <id>amers-public-group</id> + <id>wlo-group</id> <url>http://nexus.nuiton.org/nexus/content/groups/wlo-group/</url> <snapshots> <enabled>true</enabled> @@ -283,37 +266,37 @@ <!-- plugin site --> <!--<plugin>--> - <!--<artifactId>maven-site-plugin</artifactId>--> - <!--<dependencies>--> - <!--<dependency>--> - <!--<groupId>org.nuiton.jrst</groupId>--> - <!--<artifactId>doxia-module-jrst</artifactId>--> - <!--<version>${jrstPluginVersion}</version>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>hsqldb</groupId>--> - <!--<artifactId>hsqldb</artifactId>--> - <!--<version>${jdbc.hsqldb.version}</version>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>org.hibernate</groupId>--> - <!--<artifactId>hibernate-core</artifactId>--> - <!--<version>${hibernateVersion}</version>--> - <!--</dependency>--> - <!--</dependencies>--> + <!--<artifactId>maven-site-plugin</artifactId>--> + <!--<dependencies>--> + <!--<dependency>--> + <!--<groupId>org.nuiton.jrst</groupId>--> + <!--<artifactId>doxia-module-jrst</artifactId>--> + <!--<version>${jrstPluginVersion}</version>--> + <!--</dependency>--> + <!--<dependency>--> + <!--<groupId>hsqldb</groupId>--> + <!--<artifactId>hsqldb</artifactId>--> + <!--<version>${jdbc.hsqldb.version}</version>--> + <!--</dependency>--> + <!--<dependency>--> + <!--<groupId>org.hibernate</groupId>--> + <!--<artifactId>hibernate-core</artifactId>--> + <!--<version>${hibernateVersion}</version>--> + <!--</dependency>--> + <!--</dependencies>--> <!--</plugin>--> <!--<plugin>--> - <!--<groupId>org.codehaus.mojo</groupId>--> - <!--<artifactId>animal-sniffer-maven-plugin</artifactId>--> - <!--<version>${animalSnifferPluginVersion}</version>--> - <!--<configuration>--> - <!--<signature>--> - <!--<groupId>org.codehaus.mojo.signature</groupId>--> - <!--<artifactId>java16-sun</artifactId>--> - <!--<version>1.10</version>--> - <!--</signature>--> - <!--</configuration>--> + <!--<groupId>org.codehaus.mojo</groupId>--> + <!--<artifactId>animal-sniffer-maven-plugin</artifactId>--> + <!--<version>${animalSnifferPluginVersion}</version>--> + <!--<configuration>--> + <!--<signature>--> + <!--<groupId>org.codehaus.mojo.signature</groupId>--> + <!--<artifactId>java16-sun</artifactId>--> + <!--<version>1.10</version>--> + <!--</signature>--> + <!--</configuration>--> <!--</plugin>--> </plugins> @@ -416,56 +399,56 @@ <build> <plugins> <!--<plugin>--> - <!--<artifactId>maven-antrun-plugin</artifactId>--> - <!--<executions>--> - <!--<execution>--> - <!--<id>copy update-properties to site</id>--> - <!--<phase>package</phase>--> - <!--<inherited>false</inherited>--> - <!--<configuration>--> - <!--<tasks>--> - <!--<echo message="Copy model to site" />--> - <!--<copy verbose="true" failonerror="false" overwrite="true" filtering="true" todir="${project.build.directory}/update">--> - <!--<filterset>--> - <!--<filter value="${project.version}" token="projectVersion" />--> - <!--<filter value="${jreVersion}" token="jreVersion" />--> - <!--<filter value="${dbVersion}" token="dbVersion" />--> - <!--</filterset>--> - <!--<fileset dir="${basedir}/src/update/">--> - <!--<include name="update-tutti.properties" />--> - <!--</fileset>--> - <!--</copy>--> - <!--</tasks>--> - <!--</configuration>--> - <!--<goals>--> - <!--<goal>run</goal>--> - <!--</goals>--> - <!--</execution>--> - <!--</executions>--> + <!--<artifactId>maven-antrun-plugin</artifactId>--> + <!--<executions>--> + <!--<execution>--> + <!--<id>copy update-properties to site</id>--> + <!--<phase>package</phase>--> + <!--<inherited>false</inherited>--> + <!--<configuration>--> + <!--<tasks>--> + <!--<echo message="Copy model to site" />--> + <!--<copy verbose="true" failonerror="false" overwrite="true" filtering="true" todir="${project.build.directory}/update">--> + <!--<filterset>--> + <!--<filter value="${project.version}" token="projectVersion" />--> + <!--<filter value="${jreVersion}" token="jreVersion" />--> + <!--<filter value="${dbVersion}" token="dbVersion" />--> + <!--</filterset>--> + <!--<fileset dir="${basedir}/src/update/">--> + <!--<include name="update-tutti.properties" />--> + <!--</fileset>--> + <!--</copy>--> + <!--</tasks>--> + <!--</configuration>--> + <!--<goals>--> + <!--<goal>run</goal>--> + <!--</goals>--> + <!--</execution>--> + <!--</executions>--> <!--</plugin>--> <!--<plugin>--> - <!--<groupId>org.codehaus.mojo</groupId>--> - <!--<artifactId>wagon-maven-plugin</artifactId>--> - <!--<version>1.0-beta-4</version>--> - <!--<executions>--> - <!--<execution>--> - <!--<phase>deploy</phase>--> - <!--<inherited>false</inherited>--> - <!--<goals>--> - <!--<goal>upload-single</goal>--> - <!--</goals>--> - <!--<configuration>--> - <!--<serverId>forge.codelutin.com</serverId>--> - <!--<fromFile>--> - <!--${project.build.directory}/update/update-tutti.properties--> - <!--</fromFile>--> - <!--<url>--> - <!--scpexe://forge.codelutin.com/var/www/ApplicationUpdate/http/tutti--> - <!--</url>--> - <!--</configuration>--> - <!--</execution>--> - <!--</executions>--> + <!--<groupId>org.codehaus.mojo</groupId>--> + <!--<artifactId>wagon-maven-plugin</artifactId>--> + <!--<version>1.0-beta-4</version>--> + <!--<executions>--> + <!--<execution>--> + <!--<phase>deploy</phase>--> + <!--<inherited>false</inherited>--> + <!--<goals>--> + <!--<goal>upload-single</goal>--> + <!--</goals>--> + <!--<configuration>--> + <!--<serverId>forge.codelutin.com</serverId>--> + <!--<fromFile>--> + <!--${project.build.directory}/update/update-tutti.properties--> + <!--</fromFile>--> + <!--<url>--> + <!--scpexe://forge.codelutin.com/var/www/ApplicationUpdate/http/tutti--> + <!--</url>--> + <!--</configuration>--> + <!--</execution>--> + <!--</executions>--> <!--</plugin>--> </plugins> @@ -510,20 +493,20 @@ </plugin> <!--<plugin>--> - <!--<groupId>org.nuiton</groupId>--> - <!--<artifactId>nuiton-maven-report-plugin</artifactId>--> - <!--<version>3.0-alpha-1</version>--> - <!--<inherited>false</inherited>--> - <!--<reportSets>--> - <!--<reportSet>--> - <!--<reports>--> - <!--<report>aggregate-config-report</report>--> - <!--</reports>--> - <!--</reportSet>--> - <!--</reportSets>--> - <!--<configuration>--> - <!--<i18nBundleName>tutti-i18n</i18nBundleName>--> - <!--</configuration>--> + <!--<groupId>org.nuiton</groupId>--> + <!--<artifactId>nuiton-maven-report-plugin</artifactId>--> + <!--<version>3.0-alpha-1</version>--> + <!--<inherited>false</inherited>--> + <!--<reportSets>--> + <!--<reportSet>--> + <!--<reports>--> + <!--<report>aggregate-config-report</report>--> + <!--</reports>--> + <!--</reportSet>--> + <!--</reportSets>--> + <!--<configuration>--> + <!--<i18nBundleName>tutti-i18n</i18nBundleName>--> + <!--</configuration>--> <!--</plugin>--> </plugins> @@ -531,61 +514,6 @@ </profile> - <!--<profile>--> - <!--<id>sign</id>--> - <!--<activation>--> - <!--<file>--> - <!--<exists>${zoumbox.keystore}</exists>--> - <!--</file>--> - <!--</activation>--> - <!--<build>--> - <!--<plugins>--> - <!--<plugin>--> - <!--<groupId>org.apache.maven.plugins</groupId>--> - <!--<artifactId>maven-jarsigner-plugin</artifactId>--> - <!--<version>1.2</version>--> - <!--<executions>--> - <!--<execution>--> - <!--<id>signing</id>--> - <!--<goals>--> - <!--<goal>sign</goal>--> - <!--</goals>--> - <!--<phase>package</phase>--> - <!--<inherited>true</inherited>--> - <!--<configuration>--> - <!--<includes>--> - <!--<include>target/*.apk</include>--> - <!--</includes>--> - <!--<keystore>${zoumbox.keystore}</keystore>--> - <!--<storepass>${zoumbox.keystore.storepass}--> - <!--</storepass>--> - <!--<alias>zoumbox.org</alias>--> - <!--<keypass>${zoumbox.keystore.keypass}</keypass>--> - <!--<arguments>--> - <!--<argument>-sigalg</argument>--> - <!--<argument>MD5withRSA</argument>--> - <!--<argument>-digestalg</argument>--> - <!--<argument>SHA1</argument>--> - <!--</arguments>--> - <!--</configuration>--> - <!--</execution>--> - <!--</executions>--> - <!--</plugin>--> - <!--<plugin>--> - <!--<groupId>com.jayway.maven.plugins.android.generation2</groupId>--> - <!--<artifactId>android-maven-plugin</artifactId>--> - <!--<version>3.6.1</version>--> - <!--<inherited>true</inherited>--> - <!--<configuration>--> - <!--<sign>--> - <!--<debug>false</debug>--> - <!--</sign>--> - <!--</configuration>--> - <!--</plugin>--> - <!--</plugins>--> - <!--</build>--> - <!--</profile>--> - <!-- This profile update license stuff with new goal update-file-header --> <profile> <id>update-file-header</id> @@ -632,4 +560,3 @@ </profiles> </project> -