r835 - in trunk/lutinjaxx: . core jaxx-swing-action maven maven/src maven/src/main/java/org/codelutin/jaxx runtime util
Author: tchemit Date: 2008-08-12 15:11:36 +0000 (Tue, 12 Aug 2008) New Revision: 835 Added: trunk/lutinjaxx/maven/src/site/ Modified: trunk/lutinjaxx/core/pom.xml trunk/lutinjaxx/jaxx-swing-action/pom.xml trunk/lutinjaxx/maven/pom.xml trunk/lutinjaxx/maven/src/main/java/org/codelutin/jaxx/JaxxGeneratorMojo.java trunk/lutinjaxx/pom.xml trunk/lutinjaxx/runtime/pom.xml trunk/lutinjaxx/util/pom.xml Log: version 0.4 : utilisation org.codelutin:lutinproject:2.4 ! documentation du plugin Modified: trunk/lutinjaxx/core/pom.xml =================================================================== --- trunk/lutinjaxx/core/pom.xml 2008-08-12 14:06:53 UTC (rev 834) +++ trunk/lutinjaxx/core/pom.xml 2008-08-12 15:11:36 UTC (rev 835) @@ -26,11 +26,6 @@ <dependencies> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> - - <dependency> <groupId>org.codelutin.jaxx</groupId> <artifactId>util</artifactId> </dependency> Modified: trunk/lutinjaxx/jaxx-swing-action/pom.xml =================================================================== --- trunk/lutinjaxx/jaxx-swing-action/pom.xml 2008-08-12 14:06:53 UTC (rev 834) +++ trunk/lutinjaxx/jaxx-swing-action/pom.xml 2008-08-12 15:11:36 UTC (rev 835) @@ -26,19 +26,12 @@ <compilerArgument>-proc:none</compilerArgument> </configuration> </plugin> + <plugin> <groupId>lutinplugin</groupId> <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <phase>compile</phase> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> </plugin> + </plugins> </build> Modified: trunk/lutinjaxx/maven/pom.xml =================================================================== --- trunk/lutinjaxx/maven/pom.xml 2008-08-12 14:06:53 UTC (rev 834) +++ trunk/lutinjaxx/maven/pom.xml 2008-08-12 15:11:36 UTC (rev 835) @@ -15,8 +15,9 @@ <version>0.4</version> </parent> + <!--groupId>org.apache.maven.plugins</groupId--> <artifactId>maven-jaxx-plugin</artifactId> - <name>maven plugin</name> + <name>maven-jaxx-plugin</name> <dependencies> @@ -80,6 +81,11 @@ <build> <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-plugin-plugin</artifactId> + </plugin> + </plugins> </build> <!-- ************************************************************* --> Modified: trunk/lutinjaxx/maven/src/main/java/org/codelutin/jaxx/JaxxGeneratorMojo.java =================================================================== --- trunk/lutinjaxx/maven/src/main/java/org/codelutin/jaxx/JaxxGeneratorMojo.java 2008-08-12 14:06:53 UTC (rev 834) +++ trunk/lutinjaxx/maven/src/main/java/org/codelutin/jaxx/JaxxGeneratorMojo.java 2008-08-12 15:11:36 UTC (rev 835) @@ -55,21 +55,21 @@ protected MavenProject project; /** - * Répertoire de destination des fichiers java à générer. + * Répertoire de destination des fichiers java a generer. * * @parameter expression="${jaxx.outJava}" default-value="${basedir}/target/generated-sources/java" */ protected File outJava; /** - * chemin du répertoire de génération des resources. + * chemin du repertoire de generation des resources. * * @parameter expression="${jaxx.outResource}" default-value="${basedir}/target/generated-sources/resources" */ protected File outResource; /** - * chemin du répertoire de compilation des resources. + * chemin du repertoire de compilation des resources. * * @parameter expression="${jaxx.outClass}" default-value="${basedir}/target/classes" */ @@ -83,14 +83,14 @@ protected boolean verbose; /** - * Répertoire sources des fichiers jaxx à générer. + * Repertoire sources des fichiers jaxx a generer. * * @parameter expression="${jaxx.src}" default-value="${maven.src.dir}/main/uimodel" */ protected File src; /** - * pour optimizer le code compilé ou généré ? + * pour optimizer le code compile ou genere ? * * @parameter expression="${jaxx.optimize}" default-value="false" */ @@ -104,7 +104,7 @@ protected String javaOpts = null; /** - * pour filter + * pour filter les fichiers a traiter * * @parameter expression="${jaxx.includes}" */ Modified: trunk/lutinjaxx/pom.xml =================================================================== --- trunk/lutinjaxx/pom.xml 2008-08-12 14:06:53 UTC (rev 834) +++ trunk/lutinjaxx/pom.xml 2008-08-12 15:11:36 UTC (rev 835) @@ -10,9 +10,9 @@ <!-- ************************************************************* --> <parent> - <groupId>lutinlib</groupId> + <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>2.3</version> + <version>2.4</version> </parent> <groupId>org.codelutin.jaxx</groupId> @@ -43,19 +43,6 @@ <description>Jaxx lutin library main pom</description> <inceptionYear>2008</inceptionYear> - <!-- Developpers, contributors... --> - <developers> - <developer> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> - <organization>Code Lutin</organization> - <timezone>+2</timezone> - <roles> - <role>Developer</role> - </roles> - </developer> - </developers> - <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* --> @@ -72,18 +59,6 @@ <labs.project>buix</labs.project> - <!-- par defaut, mode non verbeux --> - <!--maven.verbose>false</maven.verbose--> - <!-- compile with ? --> - <maven.compile.source>1.6</maven.compile.source> - <maven.compile.target>1.6</maven.compile.target> - <maven.compile.encoding>UTF-8</maven.compile.encoding> - - <!-- Lists URL --> - <labs.lists> - http://lists.labs.libre-entreprise.org/mailman/listinfo/lutinutil - </labs.lists> - <!-- maven will suffix with /${pom.artifactId} --> <maven.scm.developerConnection>scm:svn:svn+ssh://${username}@${labs.host}/svnroot/buix/trunk </maven.scm.developerConnection> @@ -93,101 +68,34 @@ </properties> - <profiles> - <profile> - <id>project</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <properties> - <!-- test (par defaut, on ne les execute pas) --> - <maven.test.skip>true</maven.test.skip> - <maven.reports.generate>false</maven.reports.generate> - </properties> - </profile> - <profile> - <id>tests</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <!-- test (par defaut, on les execute) --> - <maven.test.skip>true</maven.test.skip> - <maven.reports.generate>false</maven.reports.generate> - </properties> - </profile> - <profile> - <id>site</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <!-- test (par defaut, on ne les execute pas) --> - <maven.test.skip>false</maven.test.skip> - <maven.reports.generate>true</maven.reports.generate> - </properties> - </profile> - </profiles> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${maven.compile.source}</source> - <target>${maven.compile.target}</target> - <encoding>${maven.compile.encoding}</encoding> - </configuration> - </plugin> + <pluginManagement> + <plugins> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </pluginManagement> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.2</version> - <configuration> - <encoding>${maven.compile.encoding}</encoding> - </configuration> - </plugin> + <plugins> <plugin> - <groupId>lutinplugin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <configuration> - <bundles> - <param>fr_FR</param> - <param>en_GB</param> - </bundles> - <src>${maven.src.dir}/main/resources/i18n</src> - <defaultBasedir>${maven.src.dir}/main/java</defaultBasedir> - <keysModifier>false</keysModifier> - <keepBackup>false</keepBackup> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <phase>verify</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> </plugin> + </plugins> + </build> <dependencyManagement> @@ -232,14 +140,6 @@ </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1</version> - <scope>compile</scope> - </dependency> - - - <dependency> <groupId>com.sun</groupId> <artifactId>dt</artifactId> <version>${java.version}</version> @@ -253,14 +153,7 @@ <version>2.0.02</version> </dependency> - <!-- Plugins --> <dependency> - <groupId>lutinplugin</groupId> - <artifactId>maven-i18n-plugin</artifactId> - <version>0.4</version> - </dependency> - - <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>2.0.4</version> Modified: trunk/lutinjaxx/runtime/pom.xml =================================================================== --- trunk/lutinjaxx/runtime/pom.xml 2008-08-12 14:06:53 UTC (rev 834) +++ trunk/lutinjaxx/runtime/pom.xml 2008-08-12 15:11:36 UTC (rev 835) @@ -17,12 +17,6 @@ <version>0.4</version> <description>Jaxx lutin library runtime</description> - <build> - <plugins> - - </plugins> - </build> - <dependencies> <dependency> Modified: trunk/lutinjaxx/util/pom.xml =================================================================== --- trunk/lutinjaxx/util/pom.xml 2008-08-12 14:06:53 UTC (rev 834) +++ trunk/lutinjaxx/util/pom.xml 2008-08-12 15:11:36 UTC (rev 835) @@ -22,20 +22,8 @@ <plugin> <groupId>lutinplugin</groupId> <artifactId>maven-i18n-plugin</artifactId> - <executions> - <execution> - <phase>compile</phase> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> </plugin> </plugins> </build> - <dependencies> - - </dependencies> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org