Author: tchemit Date: 2009-05-09 15:58:33 +0000 (Sat, 09 May 2009) New Revision: 413 Added: lutin-enforcer-rules/tags/0.3-test1/ lutin-enforcer-rules/tags/0.3-test1/pom.xml lutin-enforcer-rules/tags/0.3-test1/src/site/rst/ lutin-enforcer-rules/tags/0.3-test1/src/site/site.xml Removed: lutin-enforcer-rules/tags/0.3-test1/pom.xml lutin-enforcer-rules/tags/0.3-test1/src/site/site.xml Log: [maven-release-plugin] copy for tag 0.3-test1 Copied: lutin-enforcer-rules/tags/0.3-test1 (from rev 410, lutin-enforcer-rules/trunk) Deleted: lutin-enforcer-rules/tags/0.3-test1/pom.xml =================================================================== --- lutin-enforcer-rules/trunk/pom.xml 2009-05-09 15:57:23 UTC (rev 410) +++ lutin-enforcer-rules/tags/0.3-test1/pom.xml 2009-05-09 15:58:33 UTC (rev 413) @@ -1,106 +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> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - - <parent> - <groupId>org.codelutin</groupId> - <artifactId>lutinproject</artifactId> - <version>3.5.3</version> - </parent> - - <artifactId>lutin-enforcer-rules</artifactId> - - <version>0.3-SNAPSHOT</version> - - <dependencies> - <dependency> - <groupId>org.apache.maven.enforcer</groupId> - <artifactId>enforcer-api</artifactId> - <version>${api.version}</version> - </dependency> - <!--dependency> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <version>${api.version}</version> - </dependency--> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>${maven.version}</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-core</artifactId> - <version>${maven.version}</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - <version>${maven.version}</version> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>${maven.version}</version> - </dependency> - - <!--dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - <version>1.0-alpha-9</version> - </dependency--> - - </dependencies> - - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>Lutin enforcer rules</name> - - <description>Customized maven enforcer plugins rules for our projects or plugins.</description> - <inceptionYear>2009</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - - <properties> - - <!-- id du projet du labs --> - <labs.id>11</labs.id> - - <!-- nom du projet sur le labs --> - <labs.project>lutinbuilder</labs.project> - - <api.version>1.0-alpha-4</api.version> - <maven.version>2.0.10</maven.version> - - <lutin-enforcer-rules.version>${project.version}</lutin-enforcer-rules.version> - </properties> - - <build> - <defaultGoal>install</defaultGoal> - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!--Source control management--> - <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> - </scm> - -</project> Copied: lutin-enforcer-rules/tags/0.3-test1/pom.xml (from rev 412, lutin-enforcer-rules/trunk/pom.xml) =================================================================== --- lutin-enforcer-rules/tags/0.3-test1/pom.xml (rev 0) +++ lutin-enforcer-rules/tags/0.3-test1/pom.xml 2009-05-09 15:58:33 UTC (rev 413) @@ -0,0 +1,293 @@ +<?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> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <!--parent> + <groupId>org.codelutin</groupId> + <artifactId>lutinproject</artifactId> + <version>3.5.3</version> + </parent--> + + <groupId>org.codelutin</groupId> + <artifactId>lutin-enforcer-rules</artifactId> + + <version>0.3</version> + + <dependencies> + <dependency> + <groupId>org.apache.maven.enforcer</groupId> + <artifactId>enforcer-api</artifactId> + <version>${api.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-artifact</artifactId> + <version>${maven.version}</version> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>${maven.version}</version> + </dependency> + + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>Lutin enforcer rules</name> + + <url>http://lutinbuilder.labs.libre-entreprise.org/lutin-enforecer-rules</url> + <description>Customized maven enforcer plugins rules for our projects or plugins.</description> + <inceptionYear>2009</inceptionYear> + + <organization> + <name>CodeLutin</name> + <url>http://www.codelutin.com/</url> + </organization> + <licenses> + <license> + <name>LGPL</name> + <url>http://www.gnu.org/licenses/lgpl.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <mailingLists> + <mailingList> + <name>lutinbuilder-commits</name> + <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinbuilder-commits</subscribe> + <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinbuilder-commits</unsubscribe> + <post>lutinbuilder-commits@lists.lists.labs.libre-entreprise.org</post> + <archive>http://lists.labs.libre-entreprise.org/pipermail/lutinbuilder-commits/</archive> + </mailingList> + <mailingList> + <name>lutinbuilder-devel</name> + <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinbuilder-devel</subscribe> + <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinbuilder-devel</unsubscribe> + <post>lutinbuilder-devel@lists.lists.labs.libre-entreprise.org</post> + <archive>http://lists.labs.libre-entreprise.org/pipermail/lutinbuilder-devel/</archive> + </mailingList> + <mailingList> + <name>lutinbuilder-user</name> + <subscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinbuilder-user</subscribe> + <unsubscribe>http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinbuilder-user</unsubscribe> + <post>lutinbuilder-user@lists.lists.labs.libre-entreprise.org</post> + <archive>http://lists.labs.libre-entreprise.org/pipermail/lutinbuilder-user/</archive> + </mailingList> + </mailingLists> + <developers> + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> + <organization>CodeLutin</organization> + <roles> + <role>Développeur</role> + </roles> + <timezone>+2</timezone> + </developer> + </developers> + + <issueManagement> + <system>gforge</system> + <url>http://labs.libre-entreprise.org/tracker/?group_id=11</url> + </issueManagement> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>jar</packaging> + + <properties> + + <!-- by default, java sources are in java 1.6 --> + <maven.compile.source>1.6</maven.compile.source> + + <!-- by default, we compile in java 1.6 --> + <maven.compile.target>1.6</maven.compile.target> + + <api.version>1.0-beta-1</api.version> + <maven.version>2.0.10</maven.version> + + </properties> + + <build> + <defaultGoal>install</defaultGoal> + + <pluginManagement> + + + <plugins> + + <plugin> + <artifactId>maven-resources-plugin</artifactId> + <configuration> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${maven.compile.source}</source> + <target>${maven.compile.target}</target> + <encoding>${project.build.sourceEncoding}</encoding> + </configuration> + </plugin> + + <plugin> + <artifactId>maven-source-plugin</artifactId> + <version>2.1</version> + <inherited>true</inherited> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.5</version> + <configuration> + <docencoding>${project.reporting.outputEncoding}</docencoding> + <encoding>${project.reporting.outputEncoding}</encoding> + <charset>${project.reporting.outputEncoding}</charset> + <quiet>true</quiet> + </configuration> + <executions> + <execution> + <id>attach-javadocs</id> + <goals> + <goal>jar</goal> + </goals> + <configuration> + <attach>true</attach> + <quiet>true</quiet> + <!-- uniquement a partir de javadoc 2.5 --> + <!--skip>${maven.javadoc.skip}</skip--> + </configuration> + </execution> + </executions> + + </plugin> + + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>2.0</version> + <configuration> + <configuration> + <locales>fr</locales> + <siteDirectory>src/site</siteDirectory> + <inputEncoding>${project.reporting.outputEncoding}</inputEncoding> + <outputEncoding>${project.reporting.outputEncoding}</outputEncoding> + <generateReports>true</generateReports> + </configuration> + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> + </configuration> + </plugin> + + </plugins> + </pluginManagement> + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <!--Source control management--> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/tags/0.3-test1</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/tags/0.3-test1</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutin-enforcer-rules/tags/0.3-test1?root=lutinbuilder</url> + </scm> + + <distributionManagement> + <repository> + <id>labs</id> + <url>scpexe://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2</url> + </repository> + <site> + <id>labs</id> + <url>scpexe://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/lutin-enforcer-rules</url> + </site> + </distributionManagement> + + <ciManagement> + <system>hudson</system> + <url>http://hudson.codelutin.com</url> + <notifiers> + <notifier> + <address>admin+hudson@codelutin.com</address> + <configuration> + <recipients>dev@codelutin.com</recipients> + </configuration> + </notifier> + </notifiers> + </ciManagement> + + <profiles> + <profile> + <id>release-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + + <!-- always compute source jar --> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + </execution> + </executions> + </plugin> + + <!-- always compute javadoc jar --> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>attach-javadocs</id> + </execution> + </executions> + </plugin> + + </plugins> + + </build> + </profile> + </profiles> +</project> Copied: lutin-enforcer-rules/tags/0.3-test1/src/site/rst (from rev 411, lutin-enforcer-rules/trunk/src/site/rst) Deleted: lutin-enforcer-rules/tags/0.3-test1/src/site/site.xml =================================================================== --- lutin-enforcer-rules/trunk/src/site/site.xml 2009-05-09 15:57:23 UTC (rev 410) +++ lutin-enforcer-rules/tags/0.3-test1/src/site/site.xml 2009-05-09 15:58:33 UTC (rev 413) @@ -1,62 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project name="${project.name}"> - - <publishDate format="dd/MM/yyyy"/> - - <skin> - <groupId>org.codelutin</groupId> - <artifactId>maven-lutin-skin</artifactId> - <version>0.2.2</version> - </skin> - - <bannerLeft> - <name>${project.name}</name> - <src>${site.home.url}</src> - <href>index.html</href> - </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>${project.organization.url}</href> - </bannerRight> - - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> - </poweredBy> - - <body> - <links> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="${project.organization.name}" href="${project.organization.url}"/> - <item name="lutinproject" href="../lutinproject"/> - <item name="lutinpluginproject" href="../lutinpluginproject"/> - <item name="maven-lutin-skin" href="../maven-lutin-skin"/> - <item name="lutin maven repository" href="../maven2"/> - </links> - - <menu ref="parent"/> - - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - </menu> - - <menu name="Téléchargement"> - <item href="../maven2/org/codelutin/${project.artifactId}/${project.version}" - name="Télécharger la dernière version"/> - <item href="../maven2/org/codelutin/${project.artifactId}" - name="Voir toutes les versions"/> - </menu> - - <menu name="Développeur"> - <item name="best practices" href="MavenPluginBestPractices.html"/> - <item name="A faire" href="Todo.html"/> - </menu> - - <menu ref="reports"/> - - <menu ref="modules"/> - - </body> -</project> Copied: lutin-enforcer-rules/tags/0.3-test1/src/site/site.xml (from rev 411, lutin-enforcer-rules/trunk/src/site/site.xml) =================================================================== --- lutin-enforcer-rules/tags/0.3-test1/src/site/site.xml (rev 0) +++ lutin-enforcer-rules/tags/0.3-test1/src/site/site.xml 2009-05-09 15:58:33 UTC (rev 413) @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="${project.name}"> + + <publishDate format="dd/MM/yyyy"/> + + <skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2.3</version> + </skin> + + <bannerLeft> + <name>${project.name}</name> + <src>${site.home.url}</src> + <href>index.html</href> + </bannerLeft> + + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>${project.organization.url}</href> + </bannerRight> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> + </poweredBy> + + <body> + <links> + <item name="Labs" href="http://labs.libre-entreprise.org/"/> + <item name="${project.organization.name}" href="${project.organization.url}"/> + <item name="lutinproject" href="../lutinproject"/> + <item name="lutinpluginproject" href="../lutinpluginproject"/> + <item name="maven-lutin-skin" href="../maven-lutin-skin"/> + <item name="lutin maven repository" href="../maven2"/> + </links> + + <menu ref="parent"/> + + <menu name="Utilisateur"> + <item name="Accueil" href="index.html"/> + </menu> + + <menu name="Téléchargement"> + <item href="../maven2/org/codelutin/${project.artifactId}/${project.version}" + name="Télécharger la dernière version"/> + <item href="../maven2/org/codelutin/${project.artifactId}" + name="Voir toutes les versions"/> + </menu> + + <menu name="Développeur"> + <item name="A faire" href="Todo.html"/> + </menu> + + <menu ref="reports"/> + + <menu ref="modules"/> + + </body> +</project>