Author: tchemit Date: 2008-09-25 11:10:53 +0000 (Thu, 25 Sep 2008) New Revision: 1134 Removed: maven-i18n-plugin/trunk/THIRD-PARTY.txt Modified: maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/ThirdPartyMojo.java Log: le third-party est maintenant genere directement dans target/classes Deleted: maven-i18n-plugin/trunk/THIRD-PARTY.txt =================================================================== --- maven-i18n-plugin/trunk/THIRD-PARTY.txt 2008-09-25 10:09:36 UTC (rev 1133) +++ maven-i18n-plugin/trunk/THIRD-PARTY.txt 2008-09-25 11:10:53 UTC (rev 1134) @@ -1,33 +0,0 @@ -List of third-party dependencies grouped by their license type. - -Common Public License Version 1.0 : - * JUnit (junit:junit:3.8.1 - http://junit.org) - -GPL : - * Lutin file processor (lutinlib:lutinprocessor:0.12 - http://labs.libre-entreprise.org/projects/lutinprocessor/lutinprocessor) - -LGPL : - * Lutin plugin utilities library (org.codelutin:lutinpluginutil:0.1 - http://labs.libre-entreprise.org/projects/lutinutil) - -The Apache Software License, Version 2.0 : - * Commons Logging (commons-logging:commons-logging:1.1.1 - http://commons.apache.org/logging) - * Logging (commons-logging:commons-logging:1.1 - http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/) - * Maven Artifact (org.apache.maven:maven-artifact:2.0.4 - http://maven.apache.org/maven-artifact) - * Maven Artifact Manager (org.apache.maven:maven-artifact-manager:2.0.4 - http://maven.apache.org/maven-artifact-manager) - * Maven Local Settings Model (org.apache.maven:maven-settings:2.0.4 - http://maven.apache.org/maven-settings) - * Maven Model (org.apache.maven:maven-model:2.0.4 - http://maven.apache.org/maven-model) - * Maven Plugin API (org.apache.maven:maven-plugin-api:2.0.4 - http://maven.apache.org/maven-plugin-api) - * Maven Profile Model (org.apache.maven:maven-profile:2.0.4 - http://maven.apache.org/maven-profile) - * Maven Project Builder (org.apache.maven:maven-project:2.0.4 - http://maven.apache.org/maven-project) - * Maven Repository Metadata Model (org.apache.maven:maven-repository-metadata:2.0.4 - http://maven.apache.org/maven-repository-metadata) - * Maven Wagon API (org.apache.maven.wagon:wagon-provider-api:1.0-alpha-6 - no url defined) - * Unnamed - ant:ant:jar:1.6.5 (ant:ant:1.6.5 - http://www.apache.org/ant) - * XML Commons External Components XML APIs (xml-apis:xml-apis:1.0.b2 - http://xml.apache.org/commons/#external) - -Unknown license : - * Default Plexus Container (org.codehaus.plexus:plexus-container-default:1.0-alpha-9 - no url defined) - * Plexus Common Utilities (org.codehaus.plexus:plexus-utils:1.0.4 - no url defined) - * Plexus Common Utilities (org.codehaus.plexus:plexus-utils:1.1 - no url defined) - * Unnamed - commons-collections:commons-collections:jar:3.1 (commons-collections:commons-collections:3.1 - no url defined) - * Unnamed - xalan:xalan:jar:2.7.0 (xalan:xalan:2.7.0 - no url defined) - * classworlds (classworlds:classworlds:1.1-alpha-2 - http://classworlds.codehaus.org/) \ No newline at end of file Modified: maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/ThirdPartyMojo.java =================================================================== --- maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/ThirdPartyMojo.java 2008-09-25 10:09:36 UTC (rev 1133) +++ maven-license-switcher-plugin/trunk/src/main/java/org/codelutin/license/ThirdPartyMojo.java 2008-09-25 11:10:53 UTC (rev 1134) @@ -78,7 +78,7 @@ /** * Fichier ou ecrire les licences des dependances. * - * @parameter expression="${license-switcher.thirdPartyFile}" default-value="${basedir}/THIRD-PARTY.txt" + * @parameter expression="${license-switcher.thirdPartyFile}" default-value="${project.build.outputDirectory}/THIRD-PARTY.txt" * @required */ protected File thirdPartyFile; @@ -121,7 +121,7 @@ /** * Un flag pour indiquer la regeneration des fichiers. * - * @parameter expression="${license-switcher.doGenerate}" default-value="false" + * @parameter expression="${license-switcher.doGenerate}" default-value="true" */ protected boolean doGenerate; /**