|
From: <de...@us...> - 2009-10-07 21:32:54
|
Revision: 5217
http://fudaa.svn.sourceforge.net/fudaa/?rev=5217&view=rev
Author: deniger
Date: 2009-10-07 21:32:43 +0000 (Wed, 07 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/soft-pom.xml
trunk/pom/super-pom.xml
Property Changed:
----------------
trunk/pom/
Property changes on: trunk/pom
___________________________________________________________________
Added: svn:ignore
+ .project
Modified: trunk/pom/soft-pom.xml
===================================================================
--- trunk/pom/soft-pom.xml 2009-10-07 21:06:33 UTC (rev 5216)
+++ trunk/pom/soft-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
@@ -6,17 +6,17 @@
<!--
le super déclare tous les plugins et les configurations communes
-->
- <groupId>org.fudaa</groupId>
+ <groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<version>0.1</version>
</parent>
<properties>
- <softGroupId>org.fudaa</softGroupId>
+ <softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
<version>0.1</version>
- <name>soft-pom </name>
+ <name>soft-pom</name>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</connection>
<developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</developerConnection>
Modified: trunk/pom/super-pom.xml
===================================================================
--- trunk/pom/super-pom.xml 2009-10-07 21:06:33 UTC (rev 5216)
+++ trunk/pom/super-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
@@ -2,7 +2,7 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.fudaa</groupId>
+ <groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
<version>0.1</version>
@@ -15,10 +15,10 @@
-->
<!-- Certains projets applicatifs peuvent le faire -->
<projetEncoding>ISO-8859-15</projetEncoding>
- <ctuluGroupId>org.fudaa.ctulu</ctuluGroupId>
- <dodicoGroupId>org.fudaa.dodico</dodicoGroupId>
- <ebliGroupId>org.fudaa.ebli</ebliGroupId>
- <fudaaGroupId>org.fudaa.fudaa</fudaaGroupId>
+ <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
+ <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
+ <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
+ <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
</properties>
<mailingLists>
<mailingList>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2009-10-07 21:36:27
|
Revision: 5218
http://fudaa.svn.sourceforge.net/fudaa/?rev=5218&view=rev
Author: deniger
Date: 2009-10-07 21:36:10 +0000 (Wed, 07 Oct 2009)
Log Message:
-----------
Added Paths:
-----------
trunk/pom/soft-pom/
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/
trunk/pom/super-pom/pom.xml
Removed Paths:
-------------
trunk/pom/soft-pom.xml
trunk/pom/super-pom.xml
Copied: trunk/pom/soft-pom/pom.xml (from rev 5217, trunk/pom/soft-pom.xml)
===================================================================
--- trunk/pom/soft-pom/pom.xml (rev 0)
+++ trunk/pom/soft-pom/pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -0,0 +1,25 @@
+<?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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <!--
+ le super déclare tous les plugins et les configurations communes
+ -->
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <version>0.1</version>
+ </parent>
+ <properties>
+ <softGroupId>org.fudaa.soft</softGroupId>
+ </properties>
+ <artifactId>soft-pom</artifactId>
+ <packaging>pom</packaging>
+ <version>0.1</version>
+ <name>soft-pom</name>
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/fudaa-soft/</url>
+ </scm>
+</project>
\ No newline at end of file
Deleted: trunk/pom/soft-pom.xml
===================================================================
--- trunk/pom/soft-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
+++ trunk/pom/soft-pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -1,25 +0,0 @@
-<?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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <!--
- le super déclare tous les plugins et les configurations communes
- -->
- <groupId>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <version>0.1</version>
- </parent>
- <properties>
- <softGroupId>org.fudaa.soft</softGroupId>
- </properties>
- <artifactId>soft-pom</artifactId>
- <packaging>pom</packaging>
- <version>0.1</version>
- <name>soft-pom</name>
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/fudaa-soft/</url>
- </scm>
-</project>
\ No newline at end of file
Copied: trunk/pom/super-pom/pom.xml (from rev 5217, trunk/pom/super-pom.xml)
===================================================================
--- trunk/pom/super-pom/pom.xml (rev 0)
+++ trunk/pom/super-pom/pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -0,0 +1,278 @@
+<?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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <packaging>pom</packaging>
+ <version>0.1</version>
+ <name>Super Pom</name>
+ <url>http://fudaa.fr</url>
+ <properties>
+ <!--
+ l'encoding pour les projets: a therme il faudrait changer cela en
+ UTF-8
+ -->
+ <!-- Certains projets applicatifs peuvent le faire -->
+ <projetEncoding>ISO-8859-15</projetEncoding>
+ <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
+ <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
+ <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
+ <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
+ </properties>
+ <mailingLists>
+ <mailingList>
+ <name>Fudaa Developer List</name>
+ <subscribe>dev...@fu...</subscribe>
+ <unsubscribe>dev...@fu...</unsubscribe>
+ <post>de...@fu...</post>
+ </mailingList>
+ </mailingLists>
+ <!--
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/trunk/</url> </scm>
+ -->
+ <distributionManagement>
+ <repository>
+ <id>artifactory-fudaa</id>
+ <name>fudaa-releases</name>
+ <!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://www.fudaa.fr:80/artifactory/libs-releases-local</url>
+ </repository>
+ <snapshotRepository>
+ <id>artifactory-fudaa</id>
+ <name>fudaa-snapshots</name>
+ <!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://www.fudaa.fr:80/artifactory/libs-snapshots-local</url>
+ </snapshotRepository>
+ <site>
+ <id>site-fudaa</id>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site</url>
+ </site>
+
+ </distributionManagement>
+ <repositories>
+ <repository>
+ <id>NotUsed</id>
+ <url>dav:http://www.fudaa.fr:80/artifactory/repo</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>artifactory-fudaa</id>
+ <url>http://www.fudaa.fr:80/artifactory/plugins-releases</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </pluginRepository>
+ <pluginRepository>
+ <id>artifactory-fudaa</id>
+ <url>http://www.fudaa.fr:80/artifactory/plugins-snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+ </pluginRepositories>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-9</version>
+ <!--
+ ce serait la solution pour éviter de télécharger svn mais ne
+ fonctionne pas: il semble que l'outiil svnkit ne fonctionne pas
+ avec les dernieres versions de SVN
+ -->
+ <!--
+ <dependencies> <dependency> <groupId>${svnjava-groupId}</groupId>
+ <artifactId>${svnjava-artifactId}</artifactId>
+ <version>${svnjava-version}</version> </dependency>
+ </dependencies> <configuration> <providerImplementations>
+ <svn>javasvn</svn> </providerImplementations>
+
+ <useReleaseProfile>true</useReleaseProfile> <goals>deploy</goals>
+ <arguments>-Psign</arguments> </configuration>
+ -->
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+
+ <!-- pour que les sources soient livrées avec les jars -->
+ <!-- http://maven.apache.org/plugins/maven-source-plugin/usage.html -->
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-eclipse-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <downloadSources>true</downloadSources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
+
+
+ </plugins>
+ </pluginManagement>
+
+
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ftp</artifactId>
+ <version>1.0-beta-6</version>
+ </extension>
+ </extensions>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+ <!-- <plugin>-->
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
+ <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
+ <!-- <version>2.5</version>-->
+ <!-- <configuration>-->
+ <!-- <breakiterator>true</breakiterator>-->
+ <!-- <aggregate>true</aggregate>-->
+ <!-- <links>-->
+ <!--
+ <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+ -->
+ <!-- </links>-->
+ <!-- </configuration>-->
+ <!-- <reportSets>-->
+ <!-- <reportSet>-->
+ <!-- <reports>-->
+ <!-- <report>javadoc</report>-->
+ <!-- </reports>-->
+ <!-- </reportSet>-->
+ <!-- </reportSets>-->
+ <!-- </plugin>-->
+ <!-- <plugin>-->
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
+ <!-- <artifactId>maven-jxr-plugin</artifactId>-->
+ <!-- <version>2.1</version>-->
+ <!-- <configuration>-->
+ <!-- <aggregate>true</aggregate>-->
+ <!-- <inputEncoding>${projetEncoding}</inputEncoding>-->
+ <!-- <outputEncoding>${projetEncoding}</outputEncoding>-->
+ <!-- </configuration>-->
+ <!-- </plugin>-->
+ <!-- <plugin>-->
+ <!-- <groupId>org.codehaus.mojo</groupId>-->
+ <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
+ <!-- <version>2.2</version>-->
+ <!-- </plugin>-->
+ <!-- <plugin>-->
+ <!-- <groupId>org.apache.maven.plugins</groupId>-->
+ <!-- <artifactId>maven-pmd-plugin</artifactId>-->
+ <!-- <version>2.3</version>-->
+ <!-- <configuration>-->
+ <!-- <rulesets>pmd.xml</rulesets>-->
+ <!-- <linkXref>true</linkXref>-->
+ <!-- <sourceEncoding>${projetEncoding}</sourceEncoding>-->
+ <!-- <minimumTokens>100</minimumTokens>-->
+ <!-- <targetJdk>1.5</targetJdk>-->
+ <!-- </configuration>-->
+<!---->
+ <!-- </plugin>-->
+
+ </plugins>
+ </reporting>
+
+</project>
\ No newline at end of file
Deleted: trunk/pom/super-pom.xml
===================================================================
--- trunk/pom/super-pom.xml 2009-10-07 21:32:43 UTC (rev 5217)
+++ trunk/pom/super-pom.xml 2009-10-07 21:36:10 UTC (rev 5218)
@@ -1,278 +0,0 @@
-<?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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <packaging>pom</packaging>
- <version>0.1</version>
- <name>Super Pom</name>
- <url>http://fudaa.fr</url>
- <properties>
- <!--
- l'encoding pour les projets: a therme il faudrait changer cela en
- UTF-8
- -->
- <!-- Certains projets applicatifs peuvent le faire -->
- <projetEncoding>ISO-8859-15</projetEncoding>
- <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
- <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
- <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
- <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
- </properties>
- <mailingLists>
- <mailingList>
- <name>Fudaa Developer List</name>
- <subscribe>dev...@fu...</subscribe>
- <unsubscribe>dev...@fu...</unsubscribe>
- <post>de...@fu...</post>
- </mailingList>
- </mailingLists>
- <!--
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/trunk/</url> </scm>
- -->
- <distributionManagement>
- <repository>
- <id>artifactory-fudaa</id>
- <name>fudaa-releases</name>
- <!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://www.fudaa.fr:80/artifactory/libs-releases-local</url>
- </repository>
- <snapshotRepository>
- <id>artifactory-fudaa</id>
- <name>fudaa-snapshots</name>
- <!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://www.fudaa.fr:80/artifactory/libs-snapshots-local</url>
- </snapshotRepository>
- <site>
- <id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site</url>
- </site>
-
- </distributionManagement>
- <repositories>
- <repository>
- <id>NotUsed</id>
- <url>dav:http://www.fudaa.fr:80/artifactory/repo</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>artifactory-fudaa</id>
- <url>http://www.fudaa.fr:80/artifactory/plugins-releases</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>artifactory-fudaa</id>
- <url>http://www.fudaa.fr:80/artifactory/plugins-snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
-
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-9</version>
- <!--
- ce serait la solution pour éviter de télécharger svn mais ne
- fonctionne pas: il semble que l'outiil svnkit ne fonctionne pas
- avec les dernieres versions de SVN
- -->
- <!--
- <dependencies> <dependency> <groupId>${svnjava-groupId}</groupId>
- <artifactId>${svnjava-artifactId}</artifactId>
- <version>${svnjava-version}</version> </dependency>
- </dependencies> <configuration> <providerImplementations>
- <svn>javasvn</svn> </providerImplementations>
-
- <useReleaseProfile>true</useReleaseProfile> <goals>deploy</goals>
- <arguments>-Psign</arguments> </configuration>
- -->
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
-
- <!-- pour que les sources soient livrées avec les jars -->
- <!-- http://maven.apache.org/plugins/maven-source-plugin/usage.html -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.1</version>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-changelog-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.2</version>
- <configuration>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-eclipse-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <downloadSources>true</downloadSources>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
-
-
- </plugins>
- </pluginManagement>
-
-
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ftp</artifactId>
- <version>1.0-beta-6</version>
- </extension>
- </extensions>
- </build>
-
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
- </plugin>
-
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
- <!-- <version>2.5</version>-->
- <!-- <configuration>-->
- <!-- <breakiterator>true</breakiterator>-->
- <!-- <aggregate>true</aggregate>-->
- <!-- <links>-->
- <!--
- <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
- -->
- <!-- </links>-->
- <!-- </configuration>-->
- <!-- <reportSets>-->
- <!-- <reportSet>-->
- <!-- <reports>-->
- <!-- <report>javadoc</report>-->
- <!-- </reports>-->
- <!-- </reportSet>-->
- <!-- </reportSets>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-jxr-plugin</artifactId>-->
- <!-- <version>2.1</version>-->
- <!-- <configuration>-->
- <!-- <aggregate>true</aggregate>-->
- <!-- <inputEncoding>${projetEncoding}</inputEncoding>-->
- <!-- <outputEncoding>${projetEncoding}</outputEncoding>-->
- <!-- </configuration>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
- <!-- <version>2.2</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-pmd-plugin</artifactId>-->
- <!-- <version>2.3</version>-->
- <!-- <configuration>-->
- <!-- <rulesets>pmd.xml</rulesets>-->
- <!-- <linkXref>true</linkXref>-->
- <!-- <sourceEncoding>${projetEncoding}</sourceEncoding>-->
- <!-- <minimumTokens>100</minimumTokens>-->
- <!-- <targetJdk>1.5</targetJdk>-->
- <!-- </configuration>-->
-<!---->
- <!-- </plugin>-->
-
- </plugins>
- </reporting>
-
-</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2009-10-11 18:36:04
|
Revision: 5224
http://fudaa.svn.sourceforge.net/fudaa/?rev=5224&view=rev
Author: deniger
Date: 2009-10-11 18:35:51 +0000 (Sun, 11 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Added Paths:
-----------
trunk/pom/business-pom/
trunk/pom/business-pom/pom.xml
Added: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml (rev 0)
+++ trunk/pom/business-pom/pom.xml 2009-10-11 18:35:51 UTC (rev 5224)
@@ -0,0 +1,25 @@
+<?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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <!--
+ le super déclare tous les plugins et les configurations communes
+ -->
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <version>0.2</version>
+ </parent>
+ <properties>
+ <businessGroupId>org.fudaa.business</businessGroupId>
+ </properties>
+ <artifactId>business</artifactId>
+ <version>0.2</version>
+ <packaging>pom</packaging>
+ <name>Les projets métiers</name>
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/business/</url>
+ </scm>
+</project>
\ No newline at end of file
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-11 18:31:48 UTC (rev 5223)
+++ trunk/pom/soft-pom/pom.xml 2009-10-11 18:35:51 UTC (rev 5224)
@@ -8,18 +8,18 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.1</version>
+ <version>0.2</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.1</version>
+ <version>0.2</version>
<name>soft-pom</name>
<scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/fudaa-soft/</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/fudaa-soft/</url>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/soft/</url>
</scm>
</project>
\ No newline at end of file
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2009-10-11 18:31:48 UTC (rev 5223)
+++ trunk/pom/super-pom/pom.xml 2009-10-11 18:35:51 UTC (rev 5224)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.1</version>
+ <version>0.2</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -28,12 +28,6 @@
<post>de...@fu...</post>
</mailingList>
</mailingLists>
- <!--
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/trunk/</url> </scm>
- -->
<distributionManagement>
<repository>
<id>artifactory-fudaa</id>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2009-10-14 21:53:51
|
Revision: 5264
http://fudaa.svn.sourceforge.net/fudaa/?rev=5264&view=rev
Author: deniger
Date: 2009-10-14 21:53:39 +0000 (Wed, 14 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2009-10-14 21:52:02 UTC (rev 5263)
+++ trunk/pom/business-pom/pom.xml 2009-10-14 21:53:39 UTC (rev 5264)
@@ -8,13 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.2</version>
+ <version>0.3</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
</properties>
- <artifactId>business</artifactId>
- <version>0.2</version>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>business-pom</artifactId>
+ <version>0.3</version>
<packaging>pom</packaging>
<name>Les projets métiers</name>
<scm>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-14 21:52:02 UTC (rev 5263)
+++ trunk/pom/soft-pom/pom.xml 2009-10-14 21:53:39 UTC (rev 5264)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.2</version>
+ <version>0.3</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.2</version>
+ <version>0.3</version>
<name>soft-pom</name>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2009-10-14 21:52:02 UTC (rev 5263)
+++ trunk/pom/super-pom/pom.xml 2009-10-14 21:53:39 UTC (rev 5264)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.2</version>
+ <version>0.3</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -51,7 +51,7 @@
<repository>
<id>NotUsed</id>
<url>dav:http://www.fudaa.fr:80/artifactory/repo</url>
- </repository>
+ </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -155,6 +155,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
<configuration>
<archive>
<manifest>
@@ -175,8 +182,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
</plugin>
-
-
</plugins>
</pluginManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2009-10-16 19:52:08
|
Revision: 5307
http://fudaa.svn.sourceforge.net/fudaa/?rev=5307&view=rev
Author: deniger
Date: 2009-10-16 19:51:59 +0000 (Fri, 16 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2009-10-16 13:45:25 UTC (rev 5306)
+++ trunk/pom/business-pom/pom.xml 2009-10-16 19:51:59 UTC (rev 5307)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-16 13:45:25 UTC (rev 5306)
+++ trunk/pom/soft-pom/pom.xml 2009-10-16 19:51:59 UTC (rev 5307)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
@@ -18,8 +18,18 @@
<version>0.3</version>
<name>soft-pom</name>
<scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/soft/</url>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/soft/</url>
</scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2009-10-16 13:45:25 UTC (rev 5306)
+++ trunk/pom/super-pom/pom.xml 2009-10-16 19:51:59 UTC (rev 5307)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.3</version>
+ <version>0.4</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -43,7 +43,7 @@
</snapshotRepository>
<site>
<id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site</url>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/site/devel</url>
</site>
</distributionManagement>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2009-10-16 20:13:46
|
Revision: 5311
http://fudaa.svn.sourceforge.net/fudaa/?rev=5311&view=rev
Author: deniger
Date: 2009-10-16 20:13:38 +0000 (Fri, 16 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2009-10-16 20:08:33 UTC (rev 5310)
+++ trunk/pom/business-pom/pom.xml 2009-10-16 20:13:38 UTC (rev 5311)
@@ -15,7 +15,7 @@
</properties>
<groupId>org.fudaa.pom</groupId>
<artifactId>business-pom</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
<packaging>pom</packaging>
<name>Les projets métiers</name>
<scm>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-16 20:08:33 UTC (rev 5310)
+++ trunk/pom/soft-pom/pom.xml 2009-10-16 20:13:38 UTC (rev 5311)
@@ -15,7 +15,7 @@
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.3</version>
+ <version>0.4</version>
<name>soft-pom</name>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2009-10-17 11:36:20
|
Revision: 5356
http://fudaa.svn.sourceforge.net/fudaa/?rev=5356&view=rev
Author: deniger
Date: 2009-10-17 11:36:14 +0000 (Sat, 17 Oct 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2009-10-17 11:36:05 UTC (rev 5355)
+++ trunk/pom/business-pom/pom.xml 2009-10-17 11:36:14 UTC (rev 5356)
@@ -19,19 +19,25 @@
<packaging>pom</packaging>
<name>Les projets métiers</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
+ <distributionManagement>
+ <site>
+ <id>site-fudaa</id>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel/fudaa-business</url>
+ </site>
+ </distributionManagement>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</connection>
<developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</developerConnection>
<url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/business/</url>
</scm>
<build>
- <plugins>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2009-10-17 11:36:05 UTC (rev 5355)
+++ trunk/pom/soft-pom/pom.xml 2009-10-17 11:36:14 UTC (rev 5356)
@@ -17,6 +17,13 @@
<packaging>pom</packaging>
<version>0.4</version>
<name>soft-pom</name>
+ <url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
+ <distributionManagement>
+ <site>
+ <id>site-fudaa</id>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel/fudaa-soft</url>
+ </site>
+ </distributionManagement>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
<developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2010-01-09 00:56:45
|
Revision: 5609
http://fudaa.svn.sourceforge.net/fudaa/?rev=5609&view=rev
Author: deniger
Date: 2010-01-09 00:56:34 +0000 (Sat, 09 Jan 2010)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2010-01-09 00:55:01 UTC (rev 5608)
+++ trunk/pom/business-pom/pom.xml 2010-01-09 00:56:34 UTC (rev 5609)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.5</version>
+ <version>0.6</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
</properties>
<groupId>org.fudaa.pom</groupId>
<artifactId>business-pom</artifactId>
- <version>0.5</version>
+ <version>0.6</version>
<packaging>pom</packaging>
<name>Les projets métiers</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2010-01-09 00:55:01 UTC (rev 5608)
+++ trunk/pom/soft-pom/pom.xml 2010-01-09 00:56:34 UTC (rev 5609)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.5</version>
+ <version>0.6</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.5</version>
+ <version>0.6</version>
<name>soft-pom</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
<distributionManagement>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2010-01-09 00:55:01 UTC (rev 5608)
+++ trunk/pom/super-pom/pom.xml 2010-01-09 00:56:34 UTC (rev 5609)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.5</version>
+ <version>0.6</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -210,7 +210,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
- <version>2.3</version>
+ <version>2.7</version>
<configuration>
<downloadSources>true</downloadSources>
</configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2010-08-06 15:30:33
|
Revision: 5808
http://fudaa.svn.sourceforge.net/fudaa/?rev=5808&view=rev
Author: deniger
Date: 2010-08-06 15:30:24 +0000 (Fri, 06 Aug 2010)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2010-08-06 14:21:48 UTC (rev 5807)
+++ trunk/pom/business-pom/pom.xml 2010-08-06 15:30:24 UTC (rev 5808)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.6</version>
+ <version>0.7</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
</properties>
<groupId>org.fudaa.pom</groupId>
<artifactId>business-pom</artifactId>
- <version>0.6</version>
+ <version>0.7</version>
<packaging>pom</packaging>
<name>Les projets métiers</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2010-08-06 14:21:48 UTC (rev 5807)
+++ trunk/pom/soft-pom/pom.xml 2010-08-06 15:30:24 UTC (rev 5808)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.6</version>
+ <version>0.7</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.6</version>
+ <version>0.7</version>
<name>soft-pom</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
<distributionManagement>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2010-08-06 14:21:48 UTC (rev 5807)
+++ trunk/pom/super-pom/pom.xml 2010-08-06 15:30:24 UTC (rev 5808)
@@ -1,11 +1,10 @@
-<?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"
+<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>0.6</version>
+ <version>0.7</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -15,6 +14,8 @@
-->
<!-- Certains projets applicatifs peuvent le faire -->
<projetEncoding>ISO-8859-15</projetEncoding>
+ <!-- la version du compiler -->
+ <javaCompiler>1.5</javaCompiler>
<ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
<dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
<ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
@@ -153,8 +154,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>${javaCompiler}</source>
+ <target>${javaCompiler}</target>
<encoding>${projetEncoding}</encoding>
</configuration>
</plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2011-10-17 21:42:15
|
Revision: 6543
http://fudaa.svn.sourceforge.net/fudaa/?rev=6543&view=rev
Author: deniger
Date: 2011-10-17 21:42:09 +0000 (Mon, 17 Oct 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Added Paths:
-----------
trunk/pom/.directory
Added: trunk/pom/.directory
===================================================================
--- trunk/pom/.directory (rev 0)
+++ trunk/pom/.directory 2011-10-17 21:42:09 UTC (rev 6543)
@@ -0,0 +1,8 @@
+[Dolphin]
+AdditionalInfo=3
+ShowPreview=true
+Timestamp=2011,4,22,1,2,3
+ViewMode=1
+
+[Settings]
+ShowDotFiles=true
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2011-10-17 21:33:42 UTC (rev 6542)
+++ trunk/pom/business-pom/pom.xml 2011-10-17 21:42:09 UTC (rev 6543)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.7</version>
+ <version>0.8</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
</properties>
<groupId>org.fudaa.pom</groupId>
<artifactId>business-pom</artifactId>
- <version>0.7</version>
+ <version>0.8</version>
<packaging>pom</packaging>
<name>Les projets métiers</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2011-10-17 21:33:42 UTC (rev 6542)
+++ trunk/pom/soft-pom/pom.xml 2011-10-17 21:42:09 UTC (rev 6543)
@@ -8,14 +8,14 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.7</version>
+ <version>0.8</version>
</parent>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
<artifactId>soft-pom</artifactId>
<packaging>pom</packaging>
- <version>0.7</version>
+ <version>0.8</version>
<name>soft-pom</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
<distributionManagement>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2011-10-17 21:33:42 UTC (rev 6542)
+++ trunk/pom/super-pom/pom.xml 2011-10-17 21:42:09 UTC (rev 6543)
@@ -55,22 +55,6 @@
<url>dav:http://repository.fudaa.fr/artifactory/repo</url>
</repository>
</repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>artifactory-fudaa</id>
- <url>http://repository.fudaa.fr/artifactory/plugins-releases</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
- <id>artifactory-fudaa</id>
- <url>http://repository.fudaa.fr/artifactory/plugins-snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </pluginRepository>
- </pluginRepositories>
<build>
<plugins>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2011-11-11 07:57:18
|
Revision: 6661
http://fudaa.svn.sourceforge.net/fudaa/?rev=6661&view=rev
Author: deniger
Date: 2011-11-11 07:57:12 +0000 (Fri, 11 Nov 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2011-11-11 07:55:51 UTC (rev 6660)
+++ trunk/pom/business-pom/pom.xml 2011-11-11 07:57:12 UTC (rev 6661)
@@ -8,14 +8,12 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.8</version>
+ <version>0.9</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
</properties>
- <groupId>org.fudaa.pom</groupId>
<artifactId>business-pom</artifactId>
- <version>0.8</version>
<packaging>pom</packaging>
<name>Les projets métiers</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2011-11-11 07:55:51 UTC (rev 6660)
+++ trunk/pom/soft-pom/pom.xml 2011-11-11 07:57:12 UTC (rev 6661)
@@ -1,42 +1,41 @@
<?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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
<!--
le super déclare tous les plugins et les configurations communes
-->
- <groupId>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <version>0.8</version>
- </parent>
- <properties>
- <softGroupId>org.fudaa.soft</softGroupId>
- </properties>
- <artifactId>soft-pom</artifactId>
- <packaging>pom</packaging>
- <version>0.8</version>
- <name>soft-pom</name>
- <url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
- <distributionManagement>
- <site>
- <id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel/fudaa-soft</url>
- </site>
- </distributionManagement>
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/soft/</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <version>0.9</version>
+ </parent>
+ <properties>
+ <softGroupId>org.fudaa.soft</softGroupId>
+ </properties>
+ <artifactId>soft-pom</artifactId>
+ <packaging>pom</packaging>
+ <name>soft-pom</name>
+ <url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
+ <distributionManagement>
+ <site>
+ <id>site-fudaa</id>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel/fudaa-soft</url>
+ </site>
+ </distributionManagement>
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/soft/</url>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft</tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2011-11-25 14:16:07
|
Revision: 6710
http://fudaa.svn.sourceforge.net/fudaa/?rev=6710&view=rev
Author: deniger
Date: 2011-11-25 14:15:54 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2011-11-24 16:17:00 UTC (rev 6709)
+++ trunk/pom/business-pom/pom.xml 2011-11-25 14:15:54 UTC (rev 6710)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.9</version>
+ <version>1.0</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
@@ -23,6 +23,22 @@
<url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel/fudaa-business</url>
</site>
</distributionManagement>
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>libs-releases</name>
+ <url>http://repository.fudaa.fr/artifactory/libs-releases</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>libs-snapshots</name>
+ <url>http://repository.fudaa.fr/artifactory/libs-snapshots</url>
+ </repository>
+ </repositories>
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</connection>
<developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</developerConnection>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2011-11-24 16:17:00 UTC (rev 6709)
+++ trunk/pom/soft-pom/pom.xml 2011-11-25 14:15:54 UTC (rev 6710)
@@ -3,26 +3,34 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <!--
- le super déclare tous les plugins et les configurations communes
- -->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>0.9</version>
+ <version>1.0</version>
</parent>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>soft-pom</artifactId>
+ <packaging>pom</packaging>
+ <name>soft-pom</name>
<properties>
<softGroupId>org.fudaa.soft</softGroupId>
</properties>
- <artifactId>soft-pom</artifactId>
- <packaging>pom</packaging>
- <name>soft-pom</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
- <distributionManagement>
- <site>
- <id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel/fudaa-soft</url>
- </site>
- </distributionManagement>
+<!-- <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>libs-releases</name>
+ <url>http://repository.fudaa.fr/artifactory/libs-releases</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>libs-snapshots</name>
+ <url>http://repository.fudaa.fr/artifactory/libs-snapshots</url>
+ </repository>
+ </repositories>-->
<scm>
<connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
<developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2011-11-24 16:17:00 UTC (rev 6709)
+++ trunk/pom/super-pom/pom.xml 2011-11-25 14:15:54 UTC (rev 6710)
@@ -1,284 +1,245 @@
-<?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"
+<?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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <packaging>pom</packaging>
- <version>0.9</version>
- <name>Super Pom</name>
- <url>http://fudaa.fr</url>
- <properties>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <packaging>pom</packaging>
+ <version>1.0</version>
+ <name>Super Pom</name>
+ <url>http://fudaa.fr</url>
+ <properties>
<!--
l'encoding pour les projets: a therme il faudrait changer cela en
UTF-8
-->
<!-- Certains projets applicatifs peuvent le faire -->
- <projetEncoding>ISO-8859-15</projetEncoding>
+ <projetEncoding>ISO-8859-15</projetEncoding>
<!-- la version du compiler -->
- <javaCompiler>1.6</javaCompiler>
- <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
- <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
- <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
- <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
- </properties>
- <mailingLists>
- <mailingList>
- <name>Fudaa Developer List</name>
- <subscribe>dev...@fu...</subscribe>
- <unsubscribe>dev...@fu...</unsubscribe>
- <post>de...@fu...</post>
- </mailingList>
- </mailingLists>
- <distributionManagement>
- <repository>
- <id>artifactory-fudaa</id>
- <name>fudaa-releases</name>
- <!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://repository.fudaa.fr/artifactory/libs-releases-local</url>
- </repository>
- <snapshotRepository>
- <id>artifactory-fudaa-snapshot</id>
- <name>fudaa-snapshots</name>
- <!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://repository.fudaa.fr/artifactory/libs-snapshots-local
- </url>
- </snapshotRepository>
- <site>
- <id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel</url>
- </site>
-
- </distributionManagement>
- <repositories>
- <repository>
- <id>artifactory-fudaa</id>
- <url>dav:http://repository.fudaa.fr/artifactory/repo</url>
- </repository>
- </repositories>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase> process-resources</phase>
- <configuration>
- <tasks>
- <mkdir dir="${project.build.directory}"/>
- <replace dir="${project.build.directory}"
+ <javaCompiler>1.6</javaCompiler>
+ <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
+ <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
+ <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
+ <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
+ </properties>
+ <mailingLists>
+ <mailingList>
+ <name>Fudaa Developer List</name>
+ <subscribe>dev...@fu...</subscribe>
+ <unsubscribe>dev...@fu...</unsubscribe>
+ <post>de...@fu...</post>
+ </mailingList>
+ </mailingLists>
+ <distributionManagement>
+ <repository>
+ <id>artifactory-fudaa</id>
+ <name>fudaa-releases</name>
+<!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://repository.fudaa.fr/artifactory/libs-releases-local</url>
+ </repository>
+ <snapshotRepository>
+ <id>artifactory-fudaa-snapshot</id>
+ <name>fudaa-snapshots</name>
+<!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://repository.fudaa.fr/artifactory/libs-snapshots-local
+ </url>
+ </snapshotRepository>
+ <site>
+ <id>site-fudaa</id>
+ <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel</url>
+ </site>
+ </distributionManagement>
+
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>libs-releases</name>
+ <url>http://repository.fudaa.fr/artifactory/libs-releases</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>libs-snapshots</name>
+ <url>http://repository.fudaa.fr/artifactory/libs-snapshots</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>plugins-releases</name>
+ <url>http://repository.fudaa.fr/artifactory/plugins-releases</url>
+ </pluginRepository>
+ <pluginRepository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>plugins-snapshots</name>
+ <url>http://repository.fudaa.fr/artifactory/plugins-snapshots</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase> process-resources</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${project.build.directory}"/>
+ <replace dir="${project.build.directory}"
includes="**/*.fr_txt" token=" " value="_" />
- <native2ascii src="${project.build.directory}"
+ <native2ascii src="${project.build.directory}"
dest="${project.build.directory}" includes="**/*.fr_txt"
ext=".txt" />
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant-optional</artifactId>
- <version>1.5.3-1</version>
- </dependency>
- <dependency>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- <version>1.5+</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- </dependency>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-optional</artifactId>
+ <version>1.5.3-1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5+</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
- </dependencies>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.2.1</version>
- <!--
- ce serait la solution pour éviter de télécharger svn mais ne
- fonctionne pas: il semble que l'outiil svnkit ne fonctionne pas
- avec les dernieres versions de SVN
- -->
- <!--
- <dependencies> <dependency> <groupId>${svnjava-groupId}</groupId>
- <artifactId>${svnjava-artifactId}</artifactId>
- <version>${svnjava-version}</version> </dependency>
- </dependencies> <configuration> <providerImplementations>
- <svn>javasvn</svn> </providerImplementations>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>${javaCompiler}</source>
+ <target>${javaCompiler}</target>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
- <useReleaseProfile>true</useReleaseProfile> <goals>deploy</goals>
- <arguments>-Psign</arguments> </configuration>
- -->
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <source>${javaCompiler}</source>
- <target>${javaCompiler}</target>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
-
<!-- pour que les sources soient livrées avec les jars -->
<!-- http://maven.apache.org/plugins/maven-source-plugin/usage.html -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.1.2</version>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-changelog-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.3.2</version>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
- </plugins>
- </pluginManagement>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </pluginManagement>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ftp</artifactId>
- <version>2.0</version>
- </extension>
- </extensions>
- </build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ftp</artifactId>
+ <version>2.0</version>
+ </extension>
+ </extensions>
+ </build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
- </plugin>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4.2</version>
+ </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-javadoc-plugin</artifactId>-->
- <!-- <version>2.5</version>-->
- <!-- <configuration>-->
- <!-- <breakiterator>true</breakiterator>-->
- <!-- <aggregate>true</aggregate>-->
- <!-- <links>-->
- <!--
- <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
- -->
- <!-- </links>-->
- <!-- </configuration>-->
- <!-- <reportSets>-->
- <!-- <reportSet>-->
- <!-- <reports>-->
- <!-- <report>javadoc</report>-->
- <!-- </reports>-->
- <!-- </reportSet>-->
- <!-- </reportSets>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-jxr-plugin</artifactId>-->
- <!-- <version>2.1</version>-->
- <!-- <configuration>-->
- <!-- <aggregate>true</aggregate>-->
- <!-- <inputEncoding>${projetEncoding}</inputEncoding>-->
- <!-- <outputEncoding>${projetEncoding}</outputEncoding>-->
- <!-- </configuration>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.codehaus.mojo</groupId>-->
- <!-- <artifactId>cobertura-maven-plugin</artifactId>-->
- <!-- <version>2.2</version>-->
- <!-- </plugin>-->
- <!-- <plugin>-->
- <!-- <groupId>org.apache.maven.plugins</groupId>-->
- <!-- <artifactId>maven-pmd-plugin</artifactId>-->
- <!-- <version>2.3</version>-->
- <!-- <configuration>-->
- <!-- <rulesets>pmd.xml</rulesets>-->
- <!-- <linkXref>true</linkXref>-->
- <!-- <sourceEncoding>${projetEncoding}</sourceEncoding>-->
- <!-- <minimumTokens>100</minimumTokens>-->
- <!-- <targetJdk>1.5</targetJdk>-->
- <!-- </configuration>-->
-<!---->
- <!-- </plugin>-->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <version>2.3</version>
+ <configuration>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.1.1</version>
+ </plugin>
+ </plugins>
+ </reporting>
- </plugins>
- </reporting>
-
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2012-01-18 20:12:47
|
Revision: 6924
http://fudaa.svn.sourceforge.net/fudaa/?rev=6924&view=rev
Author: deniger
Date: 2012-01-18 20:12:40 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
support encoding dans native2ascii
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2012-01-17 21:50:16 UTC (rev 6923)
+++ trunk/pom/business-pom/pom.xml 2012-01-18 20:12:40 UTC (rev 6924)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2012-01-17 21:50:16 UTC (rev 6923)
+++ trunk/pom/soft-pom/pom.xml 2012-01-18 20:12:40 UTC (rev 6924)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.0</version>
+ <version>1.1</version>
</parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2012-01-17 21:50:16 UTC (rev 6923)
+++ trunk/pom/super-pom/pom.xml 2012-01-18 20:12:40 UTC (rev 6924)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>1.0</version>
+ <version>1.1</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -57,13 +57,13 @@
</snapshots>
<id>central</id>
<name>libs-releases</name>
- <url>http://repository.fudaa.fr/artifactory/libs-releases</url>
+ <url>http://repository.fudaa.fr/artifactory/repo</url>
</repository>
<repository>
<snapshots />
<id>snapshots</id>
<name>libs-snapshots</name>
- <url>http://repository.fudaa.fr/artifactory/libs-snapshots</url>
+ <url>http://repository.fudaa.fr/artifactory/repo</url>
</repository>
</repositories>
<pluginRepositories>
@@ -92,9 +92,9 @@
<configuration>
<tasks>
<mkdir dir="${project.build.directory}"/>
- <replace dir="${project.build.directory}"
+ <replace dir="${project.build.directory}" encoding="${projetEncoding}"
includes="**/*.fr_txt" token=" " value="_" />
- <native2ascii src="${project.build.directory}"
+ <native2ascii src="${project.build.directory}" encoding="${projetEncoding}"
dest="${project.build.directory}" includes="**/*.fr_txt"
ext=".txt" />
</tasks>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2012-03-24 01:25:22
|
Revision: 6989
http://fudaa.svn.sourceforge.net/fudaa/?rev=6989&view=rev
Author: deniger
Date: 2012-03-24 01:25:11 +0000 (Sat, 24 Mar 2012)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2012-03-24 01:22:50 UTC (rev 6988)
+++ trunk/pom/business-pom/pom.xml 2012-03-24 01:25:11 UTC (rev 6989)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.1</version>
+ <version>1.2</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
@@ -17,12 +17,7 @@
<packaging>pom</packaging>
<name>Les projets métiers</name>
<url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
- <distributionManagement>
- <site>
- <id>site-fudaa</id>
- <url>scp://fudaa.fr/cygdrive/c/Inetpub/fudaa/sites/devel/fudaa-business</url>
- </site>
- </distributionManagement>
+
<repositories>
<repository>
<snapshots>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2012-03-24 01:22:50 UTC (rev 6988)
+++ trunk/pom/soft-pom/pom.xml 2012-03-24 01:25:11 UTC (rev 6989)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.1</version>
+ <version>1.2</version>
</parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2012-03-24 01:22:50 UTC (rev 6988)
+++ trunk/pom/super-pom/pom.xml 2012-03-24 01:25:11 UTC (rev 6989)
@@ -1,216 +1,221 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <packaging>pom</packaging>
- <version>1.1</version>
- <name>Super Pom</name>
- <url>http://fudaa.fr</url>
- <properties>
- <!--
- l'encoding pour les projets: a therme il faudrait changer cela en
- UTF-8
- -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <packaging>pom</packaging>
+ <version>1.2</version>
+ <name>Super Pom</name>
+ <url>http://fudaa.fr</url>
+ <properties>
+ <!-- l'encoding pour les projets: a therme il faudrait changer cela en
+ UTF-8 -->
<!-- Certains projets applicatifs peuvent le faire -->
- <projetEncoding>ISO-8859-15</projetEncoding>
+ <projetEncoding>ISO-8859-15</projetEncoding>
<!-- la version du compiler -->
- <javaCompiler>1.6</javaCompiler>
- <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
- <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
- <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
- <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
- </properties>
- <mailingLists>
- <mailingList>
- <name>Fudaa Developer List</name>
- <subscribe>dev...@fu...</subscribe>
- <unsubscribe>dev...@fu...</unsubscribe>
- <post>de...@fu...</post>
- </mailingList>
- </mailingLists>
- <distributionManagement>
- <repository>
- <id>artifactory-fudaa</id>
- <name>fudaa-releases</name>
-<!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://repository.fudaa.fr/artifactory/libs-releases-local</url>
- </repository>
- <snapshotRepository>
- <id>artifactory-fudaa-snapshot</id>
- <name>fudaa-snapshots</name>
-<!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://repository.fudaa.fr/artifactory/libs-snapshots-local
+ <javaCompiler>1.6</javaCompiler>
+ <ctuluGroupId>org.fudaa.framework.ctulu</ctuluGroupId>
+ <dodicoGroupId>org.fudaa.framework.dodico</dodicoGroupId>
+ <ebliGroupId>org.fudaa.framework.ebli</ebliGroupId>
+ <fudaaGroupId>org.fudaa.framework.fudaa</fudaaGroupId>
+ </properties>
+ <mailingLists>
+ <mailingList>
+ <name>Fudaa Developer List</name>
+ <subscribe>dev...@fu...</subscribe>
+ <unsubscribe>dev...@fu...</unsubscribe>
+ <post>de...@fu...</post>
+ </mailingList>
+ </mailingLists>
+ <distributionManagement>
+ <repository>
+ <id>artifactory-fudaa</id>
+ <name>fudaa-releases</name>
+ <!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://repository.fudaa.fr/artifactory/libs-releases-local</url>
+ </repository>
+ <snapshotRepository>
+ <id>artifactory-fudaa-snapshot</id>
+ <name>fudaa-snapshots</name>
+ <!-- on utilise webdav pour éviter les erreurs 401 -->
+ <url>dav:http://repository.fudaa.fr/artifactory/libs-snapshots-local
</url>
- </snapshotRepository>
+ </snapshotRepository>
- </distributionManagement>
-
-
- <repositories>
- <repository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>libs-releases</name>
- <url>http://repository.fudaa.fr/artifactory/repo</url>
- </repository>
- <repository>
- <snapshots />
- <id>snapshots</id>
- <name>libs-snapshots</name>
- <url>http://repository.fudaa.fr/artifactory/repo</url>
- </repository>
- </repositories>
- <pluginRepositories>
- <pluginRepository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>plugins-releases</name>
- <url>http://repository.fudaa.fr/artifactory/plugins-releases</url>
- </pluginRepository>
- <pluginRepository>
- <snapshots />
- <id>snapshots</id>
- <name>plugins-snapshots</name>
- <url>http://repository.fudaa.fr/artifactory/plugins-snapshots</url>
- </pluginRepository>
- </pluginRepositories>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase> process-resources</phase>
- <configuration>
- <tasks>
- <mkdir dir="${project.build.directory}"/>
- <replace dir="${project.build.directory}" encoding="${projetEncoding}"
+ </distributionManagement>
+
+
+ <repositories>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>libs-releases</name>
+ <url>http://repository.fudaa.fr/artifactory/repo</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>libs-snapshots</name>
+ <url>http://repository.fudaa.fr/artifactory/repo</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>plugins-releases</name>
+ <url>http://repository.fudaa.fr/artifactory/plugins-releases</url>
+ </pluginRepository>
+ <pluginRepository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>plugins-snapshots</name>
+ <url>http://repository.fudaa.fr/artifactory/plugins-snapshots</url>
+ </pluginRepository>
+ </pluginRepositories>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase> process-resources</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${project.build.directory}" />
+ <replace dir="${project.build.directory}" encoding="${projetEncoding}"
includes="**/*.fr_txt" token=" " value="_" />
- <native2ascii src="${project.build.directory}" encoding="${projetEncoding}"
- dest="${project.build.directory}" includes="**/*.fr_txt"
- ext=".txt" />
- </tasks>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- <dependencies>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant-optional</artifactId>
- <version>1.5.3-1</version>
- </dependency>
- <dependency>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- <version>1.5+</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- </dependency>
+ <native2ascii src="${project.build.directory}"
+ encoding="${projetEncoding}" dest="${project.build.directory}"
+ includes="**/*.fr_txt" ext=".txt" />
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>ant</groupId>
+ <artifactId>ant-optional</artifactId>
+ <version>1.5.3-1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5+</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
- </dependencies>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <source>${javaCompiler}</source>
- <target>${javaCompiler}</target>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>${javaCompiler}</source>
+ <target>${javaCompiler}</target>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <encoding>${projetEncoding}</encoding>
+ </configuration>
+ </plugin>
<!-- pour que les sources soient livrées avec les jars -->
<!-- http://maven.apache.org/plugins/maven-source-plugin/usage.html -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <version>2.1.2</version>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>attach-sources</id>
- <phase>verify</phase>
- <goals>
- <goal>jar-no-fork</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-changelog-plugin</artifactId>
- <version>2.1</version>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <version>2.3.2</version>
- <executions>
- <execution>
- <goals>
- <goal>test-jar</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </pluginManagement>
+ <plugin>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.3.2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ftp</artifactId>
- <version>2.0</version>
- </extension>
- </extensions>
- </build>
+ <extensions>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-webdav</artifactId>
+ <version>1.0-beta-2</version>
+ </extension>
+ <extension>
+ <groupId>org.apache.maven.wagon</groupId>
+ <artifactId>wagon-ftp</artifactId>
+ <version>2.0</version>
+ </extension>
+ </extensions>
+ </build>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-01-19 21:00:41
|
Revision: 8572
http://sourceforge.net/p/fudaa/svn/8572
Author: deniger
Date: 2014-01-19 21:00:36 +0000 (Sun, 19 Jan 2014)
Log Message:
-----------
mise en place liquibase
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2014-01-16 07:11:32 UTC (rev 8571)
+++ trunk/pom/business-pom/pom.xml 2014-01-19 21:00:36 UTC (rev 8572)
@@ -8,7 +8,7 @@
-->
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
</parent>
<properties>
<businessGroupId>org.fudaa.business</businessGroupId>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2014-01-16 07:11:32 UTC (rev 8571)
+++ trunk/pom/soft-pom/pom.xml 2014-01-19 21:00:36 UTC (rev 8572)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.3</version>
+ <version>1.4</version>
</parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2014-01-16 07:11:32 UTC (rev 8571)
+++ trunk/pom/super-pom/pom.xml 2014-01-19 21:00:36 UTC (rev 8572)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>1.3</version>
+ <version>1.4</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
@@ -33,13 +33,13 @@
<id>artifactory-fudaa</id>
<name>fudaa-releases</name>
<!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://repository.fudaa.fr/artifactory/libs-releases-local</url>
+ <url>http://repository.fudaa.fr/artifactory/libs-releases-local</url>
</repository>
<snapshotRepository>
<id>artifactory-fudaa-snapshot</id>
<name>fudaa-snapshots</name>
<!-- on utilise webdav pour éviter les erreurs 401 -->
- <url>dav:http://repository.fudaa.fr/artifactory/libs-snapshots-local
+ <url>http://repository.fudaa.fr/artifactory/libs-snapshots-local
</url>
</snapshotRepository>
@@ -204,11 +204,11 @@
<extensions>
- <extension>
+<!-- <extension>
<groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-webdav</artifactId>
- <version>1.0-beta-2</version>
- </extension>
+ <artifactId>wagon-webdav-jackrabbit</artifactId>
+ <version>2.6</version>
+ </extension>-->
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ftp</artifactId>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-05-26 20:18:32
|
Revision: 8727
http://sourceforge.net/p/fudaa/svn/8727
Author: deniger
Date: 2014-05-26 20:18:30 +0000 (Mon, 26 May 2014)
Log Message:
-----------
maj pom
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2014-05-26 20:15:58 UTC (rev 8726)
+++ trunk/pom/business-pom/pom.xml 2014-05-26 20:18:30 UTC (rev 8727)
@@ -43,7 +43,7 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business</tagBase>
+ <tagBase>https://svn.code.sf.net/p/fudaa/svn/tags/business/</tagBase>
<!--to ignore javadoc and source attachment that blocked the release-->
<useReleaseProfile>false</useReleaseProfile>
</configuration>
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2014-05-26 20:15:58 UTC (rev 8726)
+++ trunk/pom/soft-pom/pom.xml 2014-05-26 20:18:30 UTC (rev 8727)
@@ -18,16 +18,16 @@
<url>http://www.fudaa.fr/sites/devel/fudaa-soft/</url>
<scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/soft/</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/soft/</url>
+ <connection>scm:svn:http://svn.code.sf.net/p/fudaa/svn/trunk/soft/</connection>
+ <developerConnection>scm:svn:https://svn.code.sf.net/p/fudaa/svn/trunk/soft/</developerConnection>
+ <url>http://svn.code.sf.net/p/fudaa/svn/trunk/soft/</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/soft</tagBase>
+ <tagBase>https://svn.code.sf.net/p/fudaa/svn/tags/soft/</tagBase>
<!--to ignore javadoc and source attachment that blocked the release-->
<useReleaseProfile>false</useReleaseProfile>
</configuration>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2014-05-26 20:15:58 UTC (rev 8726)
+++ trunk/pom/super-pom/pom.xml 2014-05-26 20:18:30 UTC (rev 8727)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>1.5-SNAPSHOT</version>
+ <version>1.5</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <de...@us...> - 2014-09-16 20:27:27
|
Revision: 8844
http://sourceforge.net/p/fudaa/svn/8844
Author: deniger
Date: 2014-09-16 20:27:17 +0000 (Tue, 16 Sep 2014)
Log Message:
-----------
upgrade de versions
Modified Paths:
--------------
trunk/pom/soft-pom/pom.xml
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/soft-pom/pom.xml
===================================================================
--- trunk/pom/soft-pom/pom.xml 2014-09-16 20:26:59 UTC (rev 8843)
+++ trunk/pom/soft-pom/pom.xml 2014-09-16 20:27:17 UTC (rev 8844)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
- <version>1.5</version>
+ <version>1.6</version>
</parent>
<groupId>org.fudaa.pom</groupId>
<artifactId>soft-pom</artifactId>
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2014-09-16 20:26:59 UTC (rev 8843)
+++ trunk/pom/super-pom/pom.xml 2014-09-16 20:27:17 UTC (rev 8844)
@@ -5,7 +5,7 @@
<groupId>org.fudaa.pom</groupId>
<artifactId>super-pom</artifactId>
<packaging>pom</packaging>
- <version>1.5</version>
+ <version>1.6</version>
<name>Super Pom</name>
<url>http://fudaa.fr</url>
<properties>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|