[Lutinutil-commits] r1395 - in commandline/tags: . 1.0 1.0/commandline-core 1.0/commandline-demo 1.0/commandline-ui 1.0/commandline-ui-action 1.0/maven-commandline-plugin
Author: tchemit Date: 2009-02-20 19:20:21 +0000 (Fri, 20 Feb 2009) New Revision: 1395 Added: commandline/tags/1.0/ commandline/tags/1.0/commandline-core/pom.xml commandline/tags/1.0/commandline-demo/pom.xml commandline/tags/1.0/commandline-ui-action/pom.xml commandline/tags/1.0/commandline-ui/pom.xml commandline/tags/1.0/maven-commandline-plugin/pom.xml commandline/tags/1.0/pom.xml Removed: commandline/tags/1.0/commandline-core/pom.xml commandline/tags/1.0/commandline-demo/pom.xml commandline/tags/1.0/commandline-ui-action/pom.xml commandline/tags/1.0/commandline-ui/pom.xml commandline/tags/1.0/maven-commandline-plugin/pom.xml commandline/tags/1.0/pom.xml Log: [maven-release-plugin] copy for tag 1.0 Copied: commandline/tags/1.0 (from rev 1388, commandline/trunk) Deleted: commandline/tags/1.0/commandline-core/pom.xml =================================================================== --- commandline/trunk/commandline-core/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/tags/1.0/commandline-core/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -1,53 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<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> - <groupId>org.codelutin</groupId> - <artifactId>commandline</artifactId> - <version>1.0</version> - </parent> - - <groupId>org.codelutin.commandline</groupId> - <artifactId>commandline-core</artifactId> - <name>commandline-core</name> - - <dependencies> - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinutil</artifactId> - </dependency> - </dependencies> - - <packaging>jar</packaging> - <description>lutincommandline core library</description> - - <build> - <plugins> - <!-- i18n --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-core</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-core</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-core?root=lutinutil</url> - </scm> - -</project> Copied: commandline/tags/1.0/commandline-core/pom.xml (from rev 1394, commandline/trunk/commandline-core/pom.xml) =================================================================== --- commandline/tags/1.0/commandline-core/pom.xml (rev 0) +++ commandline/tags/1.0/commandline-core/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<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> + <groupId>org.codelutin</groupId> + <artifactId>commandline</artifactId> + <version>1.0</version> + </parent> + + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-core</artifactId> + <name>commandline-core</name> + + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinutil</artifactId> + </dependency> + </dependencies> + + <packaging>jar</packaging> + <description>lutincommandline core library</description> + + <build> + <plugins> + <!-- i18n --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-core</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-core</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-core?root=lutinutil</url> + </scm> + +</project> Deleted: commandline/tags/1.0/commandline-demo/pom.xml =================================================================== --- commandline/trunk/commandline-demo/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/tags/1.0/commandline-demo/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -1,190 +0,0 @@ -<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>commandline</artifactId> - <version>1.0</version> - </parent> - - <groupId>org.codelutin.commandline</groupId> - <artifactId>commandline-demo</artifactId> - - <dependencies> - - <!-- sibling dependencies --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>commandline-core</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>commandline-ui</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>commandline-ui-action</artifactId> - <version>${project.version}</version> - </dependency> - - <!-- other dependencies --> - <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-swing-action</artifactId> - </dependency> - - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinwidget</artifactId> - </dependency> - - </dependencies> - - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>commandline-demo</name> - <description>commandline demo module</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - - <properties> - - <!--Main class in JAR --> - <maven.jar.main.class>org.codelutin.commandline.demo.DemoMain</maven.jar.main.class> - - </properties> - - <build> - <plugins> - - <plugin> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.codelutin.commandline</groupId> - <artifactId>maven-commandline-plugin</artifactId> - <version>${project.version}</version> - <configuration> - <prefix>CommandLineDemo</prefix> - <packageName>org.codelutin.commandline.demo</packageName> - <source>${maven.src.dir}/main/resources/commandline.properties</source> - <outClass>${basedir}/target/classes</outClass> - </configuration> - <executions> - <execution> - <id>genJava</id> - <goals> - <goal>genJava</goal> - </goals> - <configuration> - <out>${maven.gen.dir}/java</out> - <concreteConfig>true</concreteConfig> - <concreteContextFQN>org.codelutin.commandline.demo.DemoContext</concreteContextFQN> - <_projectName>CommandlineDemo</_projectName> - <_projectURL>http://commandline.labs.libre-entreprise.org</_projectURL> - <_configFileName>.commandlineDemo-1</_configFileName> - <_version>${project.version}</_version> - <_organisationName>Codelutin</_organisationName> - <_organisationURL>http://codelutin.com</_organisationURL> - <_copyright>Copyright Codelutin 2008</_copyright> - </configuration> - </execution> - <execution> - <id>genRst</id> - <goals> - <goal>genRst</goal> - </goals> - <configuration> - <bundles> - <bundle>fr_FR</bundle> - <bundle>en_GB</bundle> - </bundles> - <rstFilePath>${maven.src.dir}/site/@bundle@/rst/user</rstFilePath> - <i18nCP>${maven.src.dir}/main/resources</i18nCP> - </configuration> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <id>java</id> - <configuration> - <entries> - <entry> - <basedir>${maven.gen.dir}/java</basedir> - </entry> - </entries> - </configuration> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - <!-- FIXME : plugin wants to use the LutinLogFactory why ? --> - <dependencies> - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinutil</artifactId> - <version>${lutinutil.version}</version> - </dependency> - </dependencies> - </plugin> - - <plugin> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy-dependencies</id> - </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addClasspath>true</addClasspath> - <classpathPrefix>./lib/</classpathPrefix> - </manifest> - </archive> - </configuration> - </plugin> - - </plugins> - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-demo</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-demo</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-demo?root=lutinutil</url> - </scm> - -</project> \ No newline at end of file Copied: commandline/tags/1.0/commandline-demo/pom.xml (from rev 1394, commandline/trunk/commandline-demo/pom.xml) =================================================================== --- commandline/tags/1.0/commandline-demo/pom.xml (rev 0) +++ commandline/tags/1.0/commandline-demo/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -0,0 +1,190 @@ +<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>commandline</artifactId> + <version>1.0</version> + </parent> + + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-demo</artifactId> + + <dependencies> + + <!-- sibling dependencies --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>commandline-core</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>commandline-ui</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>commandline-ui-action</artifactId> + <version>${project.version}</version> + </dependency> + + <!-- other dependencies --> + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-action</artifactId> + </dependency> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinwidget</artifactId> + </dependency> + + </dependencies> + + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>commandline-demo</name> + <description>commandline demo module</description> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>jar</packaging> + + <properties> + + <!--Main class in JAR --> + <maven.jar.main.class>org.codelutin.commandline.demo.DemoMain</maven.jar.main.class> + + </properties> + + <build> + <plugins> + + <plugin> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + </plugin> + + <plugin> + <groupId>org.codelutin.commandline</groupId> + <artifactId>maven-commandline-plugin</artifactId> + <version>${project.version}</version> + <configuration> + <prefix>CommandLineDemo</prefix> + <packageName>org.codelutin.commandline.demo</packageName> + <source>${maven.src.dir}/main/resources/commandline.properties</source> + <outClass>${basedir}/target/classes</outClass> + </configuration> + <executions> + <execution> + <id>genJava</id> + <goals> + <goal>genJava</goal> + </goals> + <configuration> + <out>${maven.gen.dir}/java</out> + <concreteConfig>true</concreteConfig> + <concreteContextFQN>org.codelutin.commandline.demo.DemoContext</concreteContextFQN> + <_projectName>CommandlineDemo</_projectName> + <_projectURL>http://commandline.labs.libre-entreprise.org</_projectURL> + <_configFileName>.commandlineDemo-1</_configFileName> + <_version>${project.version}</_version> + <_organisationName>Codelutin</_organisationName> + <_organisationURL>http://codelutin.com</_organisationURL> + <_copyright>Copyright Codelutin 2008</_copyright> + </configuration> + </execution> + <execution> + <id>genRst</id> + <goals> + <goal>genRst</goal> + </goals> + <configuration> + <bundles> + <bundle>fr_FR</bundle> + <bundle>en_GB</bundle> + </bundles> + <rstFilePath>${maven.src.dir}/site/@bundle@/rst/user</rstFilePath> + <i18nCP>${maven.src.dir}/main/resources</i18nCP> + </configuration> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <id>java</id> + <configuration> + <entries> + <entry> + <basedir>${maven.gen.dir}/java</basedir> + </entry> + </entries> + </configuration> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + <!-- FIXME : plugin wants to use the LutinLogFactory why ? --> + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinutil</artifactId> + <version>${lutinutil.version}</version> + </dependency> + </dependencies> + </plugin> + + <plugin> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy-dependencies</id> + </execution> + </executions> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifest> + <addClasspath>true</addClasspath> + <classpathPrefix>./lib/</classpathPrefix> + </manifest> + </archive> + </configuration> + </plugin> + + </plugins> + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-demo</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-demo</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-demo?root=lutinutil</url> + </scm> + +</project> \ No newline at end of file Deleted: commandline/tags/1.0/commandline-ui/pom.xml =================================================================== --- commandline/trunk/commandline-ui/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/tags/1.0/commandline-ui/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -1,91 +0,0 @@ -<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>commandline</artifactId> - <version>1.0</version> - </parent> - - <groupId>org.codelutin.commandline</groupId> - <artifactId>commandline-ui</artifactId> - - <dependencies> - - <!-- sibling dependencies --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>commandline-core</artifactId> - <version>${project.version}</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-runtime-swing</artifactId> - <scope>compile</scope> - </dependency> - - </dependencies> - - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>commandline-ui</name> - <description>lutin commandline UI librairy</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - - <build> - - <plugins> - - <!-- jaxx --> - <plugin> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - </plugin> - - <!-- i18n --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <configuration> - <entries> - <entry> - <basedir>${maven.gen.dir}/java</basedir> - </entry> - </entries> - </configuration> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-ui?root=lutinutil</url> - </scm> - -</project> \ No newline at end of file Copied: commandline/tags/1.0/commandline-ui/pom.xml (from rev 1394, commandline/trunk/commandline-ui/pom.xml) =================================================================== --- commandline/tags/1.0/commandline-ui/pom.xml (rev 0) +++ commandline/tags/1.0/commandline-ui/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -0,0 +1,91 @@ +<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>commandline</artifactId> + <version>1.0</version> + </parent> + + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-ui</artifactId> + + <dependencies> + + <!-- sibling dependencies --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>commandline-core</artifactId> + <version>${project.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-runtime-swing</artifactId> + <scope>compile</scope> + </dependency> + + </dependencies> + + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>commandline-ui</name> + <description>lutin commandline UI librairy</description> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>jar</packaging> + + <build> + + <plugins> + + <!-- jaxx --> + <plugin> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + </plugin> + + <!-- i18n --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <configuration> + <entries> + <entry> + <basedir>${maven.gen.dir}/java</basedir> + </entry> + </entries> + </configuration> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-ui?root=lutinutil</url> + </scm> + +</project> \ No newline at end of file Deleted: commandline/tags/1.0/commandline-ui-action/pom.xml =================================================================== --- commandline/trunk/commandline-ui-action/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/tags/1.0/commandline-ui-action/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -1,113 +0,0 @@ -<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>commandline</artifactId> - <version>1.0</version> - </parent> - - <groupId>org.codelutin.commandline</groupId> - <artifactId>commandline-ui-action</artifactId> - - <dependencies> - - <!-- sibling dependencies --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>commandline-ui</artifactId> - <version>${project.version}</version> - </dependency> - - <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-swing-action</artifactId> - </dependency> - - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>commandine-ui-action</name> - <description>basic actions implemented using jaxx-swing-action framework</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>jar</packaging> - - <build> - - <plugins> - - <!-- jaxx --> - <plugin> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - </plugin> - - <!-- Compile phase --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <configuration> - </configuration> - <executions> - <execution> - <id>javaActionConfig</id> - <goals> - <goal>parserJavaActionConfig</goal> - </goals> - <configuration> - <treateDefaultEntry>false</treateDefaultEntry> - <entries> - <entry> - <basedir>${maven.src.dir}/main/java</basedir> - <includes> - <param>org\/codelutin\/option\/ui\/actions\/**\/*Action.java</param> - </includes> - <excludes> - <param>org\/codelutin\/option\/ui\/actions\/**\/*AbstractAction.java</param> - </excludes> - </entry> - </entries> - </configuration> - </execution> - <execution> - <id>java</id> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - <configuration> - <entries> - <entry> - <basedir>${maven.gen.dir}/java</basedir> - </entry> - </entries> - </configuration> - </execution> - </executions> - </plugin> - - - </plugins> - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui-action</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui-action</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-ui-action?root=lutinutil</url> - </scm> - -</project> \ No newline at end of file Copied: commandline/tags/1.0/commandline-ui-action/pom.xml (from rev 1394, commandline/trunk/commandline-ui-action/pom.xml) =================================================================== --- commandline/tags/1.0/commandline-ui-action/pom.xml (rev 0) +++ commandline/tags/1.0/commandline-ui-action/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -0,0 +1,113 @@ +<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>commandline</artifactId> + <version>1.0</version> + </parent> + + <groupId>org.codelutin.commandline</groupId> + <artifactId>commandline-ui-action</artifactId> + + <dependencies> + + <!-- sibling dependencies --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>commandline-ui</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-action</artifactId> + </dependency> + + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>commandine-ui-action</name> + <description>basic actions implemented using jaxx-swing-action framework</description> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>jar</packaging> + + <build> + + <plugins> + + <!-- jaxx --> + <plugin> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + </plugin> + + <!-- Compile phase --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <configuration> + </configuration> + <executions> + <execution> + <id>javaActionConfig</id> + <goals> + <goal>parserJavaActionConfig</goal> + </goals> + <configuration> + <treateDefaultEntry>false</treateDefaultEntry> + <entries> + <entry> + <basedir>${maven.src.dir}/main/java</basedir> + <includes> + <param>org\/codelutin\/option\/ui\/actions\/**\/*Action.java</param> + </includes> + <excludes> + <param>org\/codelutin\/option\/ui\/actions\/**\/*AbstractAction.java</param> + </excludes> + </entry> + </entries> + </configuration> + </execution> + <execution> + <id>java</id> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + <configuration> + <entries> + <entry> + <basedir>${maven.gen.dir}/java</basedir> + </entry> + </entries> + </configuration> + </execution> + </executions> + </plugin> + + + </plugins> + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui-action</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/commandline-ui-action</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/commandline-ui-action?root=lutinutil</url> + </scm> + +</project> \ No newline at end of file Deleted: commandline/tags/1.0/maven-commandline-plugin/pom.xml =================================================================== --- commandline/trunk/maven-commandline-plugin/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/tags/1.0/maven-commandline-plugin/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -1,115 +0,0 @@ -<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>commandline</artifactId> - <version>1.0</version> - </parent> - - <groupId>org.codelutin.commandline</groupId> - <artifactId>maven-commandline-plugin</artifactId> - - <dependencies> - - <!-- sibling dependencies --> - <dependency> - <groupId>${project.groupId}</groupId> - <artifactId>commandline-core</artifactId> - <version>${project.version}</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <scope>compile</scope> - </dependency> - - <!-- maven plugin project dependencies --> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinpluginutil</artifactId> - <version>${lutinpluginutil.version}</version> - <scope>compile</scope> - </dependency> - - </dependencies> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>maven-commandline-plugin</name> - - <description> - Plugin maven 2 pour la generation du parser d'options, des - configurations et du context d'application en se basant sur - la librairie commandline. - </description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>maven-plugin</packaging> - <build> - <plugins> - <!-- i18n --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - </plugin> - - </plugins> - </build> - - <reports> - <plugins> - - <!--Site report's plugin--> - <plugin> - <artifactId>maven-plugin-plugin</artifactId> - </plugin> - - </plugins> - </reports> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/maven-commandline-plugin</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/maven-commandline-plugin</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/maven-commandline-plugin?root=lutinutil</url> - </scm> - -</project> \ No newline at end of file Copied: commandline/tags/1.0/maven-commandline-plugin/pom.xml (from rev 1394, commandline/trunk/maven-commandline-plugin/pom.xml) =================================================================== --- commandline/tags/1.0/maven-commandline-plugin/pom.xml (rev 0) +++ commandline/tags/1.0/maven-commandline-plugin/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -0,0 +1,115 @@ +<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>commandline</artifactId> + <version>1.0</version> + </parent> + + <groupId>org.codelutin.commandline</groupId> + <artifactId>maven-commandline-plugin</artifactId> + + <dependencies> + + <!-- sibling dependencies --> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>commandline-core</artifactId> + <version>${project.version}</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <scope>compile</scope> + </dependency> + + <!-- maven plugin project dependencies --> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinpluginutil</artifactId> + <version>${lutinpluginutil.version}</version> + <scope>compile</scope> + </dependency> + + </dependencies> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>maven-commandline-plugin</name> + + <description> + Plugin maven 2 pour la generation du parser d'options, des + configurations et du context d'application en se basant sur + la librairie commandline. + </description> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>maven-plugin</packaging> + <build> + <plugins> + <!-- i18n --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + </plugin> + + </plugins> + </build> + + <reports> + <plugins> + + <!--Site report's plugin--> + <plugin> + <artifactId>maven-plugin-plugin</artifactId> + </plugin> + + </plugins> + </reports> + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/maven-commandline-plugin</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0/maven-commandline-plugin</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0/maven-commandline-plugin?root=lutinutil</url> + </scm> + +</project> \ No newline at end of file Deleted: commandline/tags/1.0/pom.xml =================================================================== --- commandline/trunk/pom.xml 2009-02-20 19:14:45 UTC (rev 1388) +++ commandline/tags/1.0/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -1,238 +0,0 @@ -<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.4</version> - </parent> - - <groupId>org.codelutin</groupId> - <artifactId>commandline</artifactId> - <version>1.0</version> - - <modules> - <module>commandline-core</module> - <module>commandline-ui</module> - <module>commandline-ui-action</module> - <module>maven-commandline-plugin</module> - <module>commandline-demo</module> - </modules> - - <dependencyManagement> - <dependencies> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.1</version> - <scope>compile</scope> - </dependency> - - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinutil</artifactId> - <version>${lutinutil.version}</version> - </dependency> - - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinwidget</artifactId> - <version>${lutinwidget.version}</version> - <exclusions> - <exclusion> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </exclusion> - <exclusion> - <groupId>sdoc</groupId> - <artifactId>sdoc</artifactId> - </exclusion> - </exclusions> - </dependency> - - <!-- jaxx library --> - <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-util</artifactId> - <version>${jaxx.version}</version> - </dependency> - - <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-runtime-swing</artifactId> - <version>${jaxx.version}</version> - </dependency> - - <dependency> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>jaxx-swing-action</artifactId> - <version>${jaxx.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>${maven.version}</version> - </dependency> - - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - <version>${maven.version}</version> - </dependency> - - </dependencies> - </dependencyManagement> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>commandline</name> - <description>lutincommandline library main pom</description> - <inceptionYear>2008</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>pom</packaging> - - <properties> - - <labs.id>12</labs.id> - - <labs.project>lutinutil</labs.project> - - <!-- libs version --> - <jaxx.version>1.1</jaxx.version> - <i18n.version>0.9</i18n.version> - <lutinwidget.version>0.13</lutinwidget.version> - <lutinutil.version>1.0.3</lutinutil.version> - <lutinpluginutil.version>0.3</lutinpluginutil.version> - <jrst.version>0.8.4</jrst.version> - <license-switcher.version>0.6</license-switcher.version> - <maven.version>2.0.9</maven.version> - </properties> - - <build> - - <pluginManagement> - <plugins> - - <!-- plugin i18n --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>${i18n.version}</version> - </plugin> - - <!-- plugin jaxx --> - <plugin> - <groupId>org.codelutin.jaxx</groupId> - <artifactId>maven-jaxx-plugin</artifactId> - <version>${jaxx.version}</version> - <executions> - <execution> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>org.codelutin</groupId> - <artifactId>lutinwidget</artifactId> - <version>${lutinwidget.version}</version> - </dependency> - </dependencies> - </plugin> - - </plugins> - </pluginManagement> - - <plugins> - <!-- Always process jrst files, but only called on pre-site phase --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-jrst-plugin</artifactId> - <version>${jrst.version}</version> - <configuration> - <defaultLocale>fr</defaultLocale> - </configuration> - <executions> - <execution> - <goals> - <goal>jrst</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0?root=lutinutil</url> - </scm> - - <!--Code Lutin Repository--> - <repositories> - <repository> - <id>codelutin-repository</id> - <name>CodeLutinRepository</name> - <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - </repositories> - - <profiles> - <!-- perform only on a release stage when using the maven-release-plugin --> - <profile> - <id>release-profile</id> - <activation> - <property> - <name>performRelease</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <!-- always add license and third-party files to classpath --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>${license-switcher.version}</version> - <executions> - <execution> - <id>attach-licenses</id> - <goals> - <goal>license</goal> - <goal>third-party</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> - -</project> \ No newline at end of file Copied: commandline/tags/1.0/pom.xml (from rev 1394, commandline/trunk/pom.xml) =================================================================== --- commandline/tags/1.0/pom.xml (rev 0) +++ commandline/tags/1.0/pom.xml 2009-02-20 19:20:21 UTC (rev 1395) @@ -0,0 +1,238 @@ +<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.4</version> + </parent> + + <groupId>org.codelutin</groupId> + <artifactId>commandline</artifactId> + <version>1.0</version> + + <modules> + <module>commandline-core</module> + <module>commandline-ui</module> + <module>commandline-ui-action</module> + <module>maven-commandline-plugin</module> + <module>commandline-demo</module> + </modules> + + <dependencyManagement> + <dependencies> + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.1</version> + <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinutil</artifactId> + <version>${lutinutil.version}</version> + </dependency> + + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinwidget</artifactId> + <version>${lutinwidget.version}</version> + <exclusions> + <exclusion> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + </exclusion> + <exclusion> + <groupId>sdoc</groupId> + <artifactId>sdoc</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- jaxx library --> + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-util</artifactId> + <version>${jaxx.version}</version> + </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-runtime-swing</artifactId> + <version>${jaxx.version}</version> + </dependency> + + <dependency> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>jaxx-swing-action</artifactId> + <version>${jaxx.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-plugin-api</artifactId> + <version>${maven.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-project</artifactId> + <version>${maven.version}</version> + </dependency> + + </dependencies> + </dependencyManagement> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>commandline</name> + <description>lutincommandline library main pom</description> + <inceptionYear>2008</inceptionYear> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>pom</packaging> + + <properties> + + <labs.id>12</labs.id> + + <labs.project>lutinutil</labs.project> + + <!-- libs version --> + <jaxx.version>1.1</jaxx.version> + <i18n.version>0.9</i18n.version> + <lutinwidget.version>0.13</lutinwidget.version> + <lutinutil.version>1.0.3</lutinutil.version> + <lutinpluginutil.version>0.3</lutinpluginutil.version> + <jrst.version>0.8.4</jrst.version> + <license-switcher.version>0.6</license-switcher.version> + <maven.version>2.0.9</maven.version> + </properties> + + <build> + + <pluginManagement> + <plugins> + + <!-- plugin i18n --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <version>${i18n.version}</version> + </plugin> + + <!-- plugin jaxx --> + <plugin> + <groupId>org.codelutin.jaxx</groupId> + <artifactId>maven-jaxx-plugin</artifactId> + <version>${jaxx.version}</version> + <executions> + <execution> + <goals> + <goal>generate</goal> + </goals> + </execution> + </executions> + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinwidget</artifactId> + <version>${lutinwidget.version}</version> + </dependency> + </dependencies> + </plugin> + + </plugins> + </pluginManagement> + + <plugins> + <!-- Always process jrst files, but only called on pre-site phase --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-jrst-plugin</artifactId> + <version>${jrst.version}</version> + <configuration> + <defaultLocale>fr</defaultLocale> + </configuration> + <executions> + <execution> + <goals> + <goal>jrst</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + + </build> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + <scm> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/commandline/tags/1.0</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/commandline/tags/1.0?root=lutinutil</url> + </scm> + + <!--Code Lutin Repository--> + <repositories> + <repository> + <id>codelutin-repository</id> + <name>CodeLutinRepository</name> + <url>http://lutinbuilder.labs.libre-entreprise.org/maven2</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>warn</checksumPolicy> + </releases> + </repository> + </repositories> + + <profiles> + <!-- perform only on a release stage when using the maven-release-plugin --> + <profile> + <id>release-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + <!-- always add license and third-party files to classpath --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-license-switcher-plugin</artifactId> + <version>${license-switcher.version}</version> + <executions> + <execution> + <id>attach-licenses</id> + <goals> + <goal>license</goal> + <goal>third-party</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + +</project> \ No newline at end of file
participants (1)
-
tchemit@users.labs.libre-entreprise.org