Author: tchemit Date: 2010-12-08 08:48:50 +0100 (Wed, 08 Dec 2010) New Revision: 1671 Url: http://nuiton.org/repositories/revision/nuiton-utils-extra/1671 Log: reformat pom + add rols to members Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-21 14:31:40 UTC (rev 1670) +++ trunk/pom.xml 2010-12-08 07:48:50 UTC (rev 1671) @@ -1,183 +1,199 @@ <?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"> +<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> + <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> - <groupId>org.nuiton</groupId> - <artifactId>mavenpom4redmine</artifactId> - <version>2.4.1</version> - </parent> + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom4redmine</artifactId> + <version>2.4.1</version> + </parent> - <artifactId>nuiton-utils-extra</artifactId> - <version>1.0.2-SNAPSHOT</version> + <artifactId>nuiton-utils-extra</artifactId> + <version>1.0.2-SNAPSHOT</version> - <dependencies> + <dependencies> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> - <dependency> - <groupId>aspectwerkz</groupId> - <artifactId>aspectwerkz-core</artifactId> - <version>${aspectwerkzVersion}</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>aspectwerkz</groupId> + <artifactId>aspectwerkz-core</artifactId> + <version>${aspectwerkzVersion}</version> + <scope>compile</scope> + </dependency> - <dependency> - <groupId>aspectwerkz</groupId> - <artifactId>aspectwerkz</artifactId> - <version>${aspectwerkzVersion}</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>aspectwerkz</groupId> + <artifactId>aspectwerkz</artifactId> + <version>${aspectwerkzVersion}</version> + <scope>compile</scope> + </dependency> - <dependency> - <groupId>aspectwerkz</groupId> - <artifactId>aspectwerkz-jdk5</artifactId> - <version>${aspectwerkzVersion}</version> - <scope>compile</scope> - </dependency> + <dependency> + <groupId>aspectwerkz</groupId> + <artifactId>aspectwerkz-jdk5</artifactId> + <version>${aspectwerkzVersion}</version> + <scope>compile</scope> + </dependency> - </dependencies> + </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> - <name>Nuiton utilities extra library</name> + <name>Nuiton utilities extra library</name> - <description>Librairie de classe Java utile à tout projet.</description> - <inceptionYear>2006</inceptionYear> - <url>http://maven-site.nuiton.org/nuiton-utils-extra</url> + <description>Librairie de classe Java utile à tout projet.</description> + <inceptionYear>2006</inceptionYear> + <url>http://maven-site.nuiton.org/nuiton-utils-extra</url> - <!-- Developpers, contributors... --> - <developers> - <developer> - <id>bpoussin</id> - <name>Benjamin POUSSIN</name> - <email>poussin at codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>+1</timezone> - </developer> - <developer> - <id>athimel</id> - <name>Arnaud THIMEL</name> - <email>thimel at codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>+1</timezone> - </developer> - <developer> - <id>tchemit</id> - <name>tony Chemit</name> - <email>chemit at codelutin.com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com</organizationUrl> - <timezone>+1</timezone> - </developer> - - </developers> + <!-- Developpers, contributors... --> + <developers> + <developer> + <id>bpoussin</id> + <name>Benjamin POUSSIN</name> + <email>poussin at codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>debian packager</role> + <role>developer</role> + </roles> + </developer> + <developer> + <id>athimel</id> + <name>Arnaud THIMEL</name> + <email>thimel at codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>developer</role> + </roles> + </developer> + <developer> + <id>tchemit</id> + <name>tony Chemit</name> + <email>chemit at codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <timezone>+1</timezone> + <roles> + <role>developer</role> + </roles> + </developer> - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> + </developers> - <packaging>jar</packaging> + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> - <properties> + <properties> - <aspectwerkzVersion>2.0</aspectwerkzVersion> + <aspectwerkzVersion>2.0</aspectwerkzVersion> - <!-- extra files to include in release --> - <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> - </properties> + </properties> - <build> + <build> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <dependency> - <groupId>org.nuiton.jrst</groupId> - <artifactId>doxia-module-jrst</artifactId> - <version>${jrstPluginVersion}</version> - </dependency> - </dependencies> - </plugin> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrstPluginVersion}</version> + </dependency> + </dependencies> + </plugin> - </plugins> - </pluginManagement> + </plugins> + </pluginManagement> - </build> + </build> - <reporting> - <excludeDefaults>true</excludeDefaults> - </reporting> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> + <reporting> + <excludeDefaults>true</excludeDefaults> + </reporting> - <!-- Source control management. --> - <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils-extra/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/nuiton-utils-extra/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/nuiton-utils-extra/trunk</url> - </scm> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> - <profiles> - - <!-- prepare assembly at release time --> - <profile> - <id>release-assembly-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> + <!-- Source control management. --> + <scm> + <connection> + scm:svn:http://svn.nuiton.org/svn/nuiton-utils-extra/trunk + </connection> + <developerConnection> + scm:svn:http://svn.nuiton.org/svn/nuiton-utils-extra/trunk + </developerConnection> + <url> + http://www.nuiton.org/repositories/browse/nuiton-utils-extra/trunk + </url> + </scm> - <!-- launch in a release the assembly automaticly --> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>create-assemblies</id> - <phase>verify</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - <configuration> - <attach>false</attach> - <descriptorRefs> - <descriptorRef>deps</descriptorRef> - <descriptorRef>full</descriptorRef> - </descriptorRefs> - </configuration> - </plugin> + <profiles> - </plugins> + <!-- prepare assembly at release time --> + <profile> + <id>release-assembly-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> - </build> - </profile> - </profiles> + <!-- launch in a release the assembly automaticly --> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <executions> + <execution> + <id>create-assemblies</id> + <phase>verify</phase> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + <configuration> + <attach>false</attach> + <descriptorRefs> + <descriptorRef>deps</descriptorRef> + <descriptorRef>full</descriptorRef> + </descriptorRefs> + </configuration> + </plugin> + </plugins> + + </build> + </profile> + </profiles> + </project>
participants (1)
-
tchemit@users.nuiton.org