[Lutinbuilder-commits] r427 - lutin-enforcer-rules/trunk
Author: tchemit Date: 2009-05-09 16:44:34 +0000 (Sat, 09 May 2009) New Revision: 427 Removed: lutin-enforcer-rules/trunk/pom.xml.releaseBackup lutin-enforcer-rules/trunk/release.properties Modified: lutin-enforcer-rules/trunk/pom.xml Log: ready to release before migrate to nuiton Modified: lutin-enforcer-rules/trunk/pom.xml =================================================================== --- lutin-enforcer-rules/trunk/pom.xml 2009-05-09 16:43:51 UTC (rev 426) +++ lutin-enforcer-rules/trunk/pom.xml 2009-05-09 16:44:34 UTC (rev 427) @@ -16,7 +16,7 @@ <groupId>org.codelutin</groupId> <artifactId>lutin-enforcer-rules</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.3-SNAPSHOT</version> <dependencies> <dependency> Deleted: lutin-enforcer-rules/trunk/pom.xml.releaseBackup =================================================================== --- lutin-enforcer-rules/trunk/pom.xml.releaseBackup 2009-05-09 16:43:51 UTC (rev 426) +++ lutin-enforcer-rules/trunk/pom.xml.releaseBackup 2009-05-09 16:44:34 UTC (rev 427) @@ -1,305 +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--> - - <groupId>org.codelutin</groupId> - <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</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> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <version>2.0-beta-9</version> - <executions> - <execution> - <configuration> - <releaseVersion>${project.version}-test2</releaseVersion> - <tag>${project.version}-test2</tag> - </configuration> - </execution> - </executions> - </plugin> - - </plugins> - </pluginManagement> - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <!--Source control management--> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/trunk</connection> - <developerConnection>scm:svn:svn+ssh://${username}@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutin-enforcer-rules/trunk/?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> Deleted: lutin-enforcer-rules/trunk/release.properties =================================================================== --- lutin-enforcer-rules/trunk/release.properties 2009-05-09 16:43:51 UTC (rev 426) +++ lutin-enforcer-rules/trunk/release.properties 2009-05-09 16:44:34 UTC (rev 427) @@ -1,10 +0,0 @@ -#release configuration -#Sat May 09 18:29:23 CEST 2009 -preparationGoals=clean verify -scm.commentPrefix=[maven-release-plugin] -scm.username=tchemit -project.rel.org.codelutin\:lutin-enforcer-rules=0.3 -remoteTagging=true -exec.additionalArguments=-P codelutin-properties,codelutin-properties -completedPhase=map-release-versions -scm.url=scm\:svn\:svn+ssh\://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/trunk
participants (1)
-
tchemit@users.labs.libre-entreprise.org