The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Plugin de gestion des licenses (et en-têtes) dans un project maven 2. Documentation of the project can be found here: http://maven-site.nuiton.org/maven-license-plugin http://maven-site.nuiton.org/maven-license-plugin/fr (french version) Version 2.3 introduces quality improvements on third-party files and an aggregate mojo to build THIRD-PARTY file for all modules of a multi-module project. Changes ------- Changes in this version include: New features: o Improve Third-party generation (add a fallback file to push unknown license for dependencies) Issue: 693. Thanks to Tony Chemit. Resolved by tchemit. o Add a failIfWarning propeprty in add-third-party mojo Issue: 694. Thanks to Tony Chemit. Resolved by tchemit. o Add a mecanism to consolidate THIRD-PARTY files (use can filla missing file) Issue: 714. Thanks to Tony Chemit. Resolved by tchemit. o Introduce the aggregate-add-third-party mojo Issue: 715. Thanks to Tony Chemit. Resolved by tchemit. o Use build timestamp to check if files are up to date for third-party goals Issue: 717. Thanks to Tony Chemit. Resolved by tchemit. o Add merge licenses possible on THIRD-PARTY Issue: 718. Thanks to Tony Chemit. Resolved by tchemit. o Aggregation of Third party in parent project & change format of Third-party file Issue: 709. Thanks to Benjamin Poussin. Resolved by tchemit. Downloads --------- No release file deployed. Maven artifacts --------------- Artifacts are deployed in nuiton maven repository http://maven.nuiton.org/release/ * http://maven.nuiton.org/release/org/nuiton/maven-license-plugin/2.3/maven-li... * http://maven.nuiton.org/release/org/nuiton/maven-license-plugin/2.3/maven-li... * http://maven.nuiton.org/release/org/nuiton/maven-license-plugin/2.3/maven-li... * http://maven.nuiton.org/release/org/nuiton/maven-license-plugin/2.3/maven-li... * http://maven.nuiton.org/release/org/nuiton/maven-license-plugin/2.3/maven-li... * http://maven.nuiton.org/release/org/nuiton/maven-license-plugin/2.3/maven-li... * http://maven.nuiton.org/release/org/nuiton/maven-license-plugin/2.3/maven-li... Have fun! -Maven License Plugin team
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin). Voici la trace complète (maven -e) : [ERROR] Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing. for artifact: woodstox:wstx-asl:pom:3.2.7 from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing. for artifact: woodstox:wstx-asl:pom:3.2.7 from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:77) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:69) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:82) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:54) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.singleThreadedBuild(DefaultLifecycleExecutor.java:218) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:190) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:246) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:95) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:430) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:160) at org.apache.maven.cli.MavenCli.main(MavenCli.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoExecutionException: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing. for artifact: woodstox:wstx-asl:pom:3.2.7 from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:109) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:133) ... 19 more Caused by: org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing. for artifact: woodstox:wstx-asl:pom:3.2.7 from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:237) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:74) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:157) at org.nuiton.license.plugin.AddThirdPartyMojo.addArtifact(AddThirdPartyMojo.java:222) at org.nuiton.license.plugin.AddThirdPartyMojo.createLicenseMap(AddThirdPartyMojo.java:116) at org.nuiton.license.plugin.AbstractAddThirdPartyMojo.init(AbstractAddThirdPartyMojo.java:227) at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:106) ... 21 more Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing. for artifact: woodstox:wstx-asl:pom:3.2.7 from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:233) ... 27 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :vradi-swing -- Éric <chatellier@codelutin.com> Tel: 02 40 50 29 28 http://www.codelutin.com
Le Mon, 28 Jun 2010 10:20:39 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin).
Oui surtout au lié au fait que vous utilisez des artifacts sans pom! Ca devait un jour arrivé ce genre de problème... Il faut trouver un moyen de rajouter le pom manquant quelque part sur un dépot.
Voici la trace complète (maven -e) :
[ERROR] Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:77) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:69) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:82) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:54) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.singleThreadedBuild(DefaultLifecycleExecutor.java:218) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:190) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:246) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:95) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:430) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:160) at org.apache.maven.cli.MavenCli.main(MavenCli.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoExecutionException: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:109) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:133) ... 19 more Caused by: org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:237) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:74) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:157) at org.nuiton.license.plugin.AddThirdPartyMojo.addArtifact(AddThirdPartyMojo.java:222) at org.nuiton.license.plugin.AddThirdPartyMojo.createLicenseMap(AddThirdPartyMojo.java:116) at org.nuiton.license.plugin.AbstractAddThirdPartyMojo.init(AbstractAddThirdPartyMojo.java:227) at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:106) ... 21 more Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:233) ... 27 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :vradi-swing
-- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
Le Mon, 28 Jun 2010 11:00:07 +0200, Tony Chemit <chemit@codelutin.com> a écrit :
Le Mon, 28 Jun 2010 10:20:39 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin).
Oui surtout au lié au fait que vous utilisez des artifacts sans pom! qui est sur central...
Ca devait un jour arrivé ce genre de problème... Il faut trouver un moyen de rajouter le pom manquant quelque part sur un dépot.
Voici la trace complète (maven -e) :
[ERROR] Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:77) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:69) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:82) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:54) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.singleThreadedBuild(DefaultLifecycleExecutor.java:218) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:190) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:246) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:95) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:430) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:160) at org.apache.maven.cli.MavenCli.main(MavenCli.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoExecutionException: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:109) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:133) ... 19 more Caused by: org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:237) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:74) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:157) at org.nuiton.license.plugin.AddThirdPartyMojo.addArtifact(AddThirdPartyMojo.java:222) at org.nuiton.license.plugin.AddThirdPartyMojo.createLicenseMap(AddThirdPartyMojo.java:116) at org.nuiton.license.plugin.AbstractAddThirdPartyMojo.init(AbstractAddThirdPartyMojo.java:227) at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:106) ... 21 more Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:233) ... 27 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :vradi-swing
-- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
Le Mon, 28 Jun 2010 10:20:39 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin).
fix here. http://nexus.nuiton.org/nexus/content/repositories/thirdparty/org/codehaus/w... quand ce genre de chose arrive (ça fait au moins 6 mois que le problème est connu), c'est bien de faire quelque chose pour solutionner plutôt que de laisser des WARNINGS dans maven... et un jour dire oh ca failed... Merci de faire un peu plus attention aux libs que vous importez dans les projets. La qualité du projet passe aussi par de bonnes releases. Et là c'est pô le cas du tout... :)
Voici la trace complète (maven -e) :
[ERROR] Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.nuiton:maven-license-plugin:2.3:add-third-party (attach-licenses) on project vradi-swing: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:77) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:69) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:82) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:54) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.singleThreadedBuild(DefaultLifecycleExecutor.java:218) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:190) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:246) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:95) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:430) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:160) at org.apache.maven.cli.MavenCli.main(MavenCli.java:124) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352) Caused by: org.apache.maven.plugin.MojoExecutionException: could not init goal AddThirdPartyMojo for reason : Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:109) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:105) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:133) ... 19 more Caused by: org.apache.maven.project.ProjectBuildingException: Error resolving project artifact: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false) for project woodstox:wstx-asl:pom:3.2.7 at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:237) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:74) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:157) at org.nuiton.license.plugin.AddThirdPartyMojo.addArtifact(AddThirdPartyMojo.java:222) at org.nuiton.license.plugin.AddThirdPartyMojo.createLicenseMap(AddThirdPartyMojo.java:116) at org.nuiton.license.plugin.AbstractAddThirdPartyMojo.init(AbstractAddThirdPartyMojo.java:227) at org.nuiton.plugin.AbstractPlugin.execute(AbstractPlugin.java:106) ... 21 more Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) woodstox:wstx-asl:pom:3.2.7 ---------- 1 required artifact is missing.
for artifact: woodstox:wstx-asl:pom:3.2.7
from the specified remote repositories: apache.repository (http://repository.apache.org/snapshots/, releases=true, snapshots=true), http://nexus.nuiton.org/nexus/content/groups/nuiton (http://nexus.nuiton.org/nexus/content/groups/nuiton, releases=true, snapshots=true), nuiton.release (http://maven.nuiton.org/release, releases=true, snapshots=false), nuiton.snapshot (http://maven.nuiton.org/snapshot, releases=false, snapshots=true), maven2-repository.dev.java.net (http://download.java.net/maven/2/, releases=true, snapshots=false), jboss (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=false), central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
at org.apache.maven.artifact.resolver.DefaultResolutionErrorHandler.throwErrors(DefaultResolutionErrorHandler.java:71) at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:233) ... 27 more [ERROR] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :vradi-swing
-- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
Le 28/06/2010 11:13, Tony Chemit a écrit :
Le Mon, 28 Jun 2010 10:20:39 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin).
fix here.
http://nexus.nuiton.org/nexus/content/repositories/thirdparty/org/codehaus/w... Build failed again ;) En fait, c'est woodstox:wstx-asl:3.2.7 et non org.codehaus.woodstox:wstx-asl:3.2.7.
De plus la correction ne me plaît qu'à moitié, quelqu'un n'utilisant pas nexus ne peux pas utiliser le plugin ? -- Éric <chatellier@codelutin.com> Tel: 02 40 50 29 28 http://www.codelutin.com
Le Mon, 28 Jun 2010 11:23:24 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 28/06/2010 11:13, Tony Chemit a écrit :
Le Mon, 28 Jun 2010 10:20:39 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin).
fix here.
http://nexus.nuiton.org/nexus/content/repositories/thirdparty/org/codehaus/w... Build failed again ;) En fait, c'est woodstox:wstx-asl:3.2.7 et non org.codehaus.woodstox:wstx-asl:3.2.7.
De plus la correction ne me plaît qu'à moitié, quelqu'un n'utilisant pas nexus ne peux pas utiliser le plugin ?
Ok, bon alors vu que tu as toujours des super idées, merci un peu de les mettre en action (pour une fois) Tu envoie un jolie mail au responsable du projet et fait une demande d'upload du pom sur central. C'est bien de toujours critiquer, dès fois c'est bien aussi d'agir. Sur tout ce qui est maven je trouve somme toute absent à 100% (y'a qu'à voir la gueule du pom d'isis pour comprendre ton état d'esprit sur le sujet). au passage dans isis, y'a des dépendances qui pointent sur des poms ? tu trouve ça normal ? moi pas... -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
Le 28/06/2010 11:42, Tony Chemit a écrit :
Ok, bon alors vu que tu as toujours des super idées, merci un peu de les mettre en action (pour une fois)
Tu envoie un jolie mail au responsable du projet et fait une demande d'upload du pom sur central.
C'est bien de toujours critiquer, dès fois c'est bien aussi d'agir. Sur tout ce qui est maven je trouve somme toute absent à 100% (y'a qu'à voir la gueule du pom d'isis pour comprendre ton état d'esprit sur le sujet). :D
Ma question était plutôt : le plugin ne doit-il pas gérer les mauvais pom ? Par exemple : générer ce manque d'information plutôt que d'échouer. -- Éric <chatellier@codelutin.com> Tel: 02 40 50 29 28 http://www.codelutin.com
Le Mon, 28 Jun 2010 11:54:53 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 28/06/2010 11:42, Tony Chemit a écrit :
Ok, bon alors vu que tu as toujours des super idées, merci un peu de les mettre en action (pour une fois)
Tu envoie un jolie mail au responsable du projet et fait une demande d'upload du pom sur central.
C'est bien de toujours critiquer, dès fois c'est bien aussi d'agir. Sur tout ce qui est maven je trouve somme toute absent à 100% (y'a qu'à voir la gueule du pom d'isis pour comprendre ton état d'esprit sur le sujet). :D
Ma question était plutôt : le plugin ne doit-il pas gérer les mauvais pom ? Par exemple : générer ce manque d'information plutôt que d'échouer.
? je vois pas l'intérêt et c'est surtout pas son rôle de réparer ce genre de truc. Maven te fournit un warning comme quoi ton artifact est pas cohérent (pour moi il devrait casser tout simplement le build) le plugin lui a besoin du pom, si il y en a pas, il peut pas faire grand chose de plus que te dire : you failed :) donc mieux vaut faire ce que je t'ai demandé : écrire un mail + faire demande d'upload sur central. Si tu veux pas le faire, dis le clairement : je m'en occuperais. -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
Le Mon, 28 Jun 2010 11:23:24 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 28/06/2010 11:13, Tony Chemit a écrit :
Le Mon, 28 Jun 2010 10:20:39 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin).
fix here.
http://nexus.nuiton.org/nexus/content/repositories/thirdparty/org/codehaus/w... Build failed again ;) En fait, c'est woodstox:wstx-asl:3.2.7 et non org.codehaus.woodstox:wstx-asl:3.2.7.
De plus la correction ne me plaît qu'à moitié, quelqu'un n'utilisant pas nexus ne peux pas utiliser le plugin ?
euh je comprends pas trop : le projet est ici : http://woodstox.codehaus.org/ le groupId devrait être org.codehaus.woodstox Je vois pas pourquoi on utilise un artifact avec pour groupId woodstox ? on devrait utiliser org.codehaus.woodstox -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
Le 28/06/2010 16:29, Tony Chemit a écrit :
euh je comprends pas trop :
le projet est ici :
http://woodstox.codehaus.org/ le groupId devrait être org.codehaus.woodstox
Je vois pas pourquoi on utilise un artifact avec pour groupId woodstox ? on devrait utiliser org.codehaus.woodstox Il faut demander à apache : http://repo2.maven.org/maven2/org/apache/solr/solr-core/1.4.0/solr-core-1.4....
-- Éric <chatellier@codelutin.com> Tel: 02 40 50 29 28 http://www.codelutin.com
Le Mon, 28 Jun 2010 16:30:10 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 28/06/2010 16:29, Tony Chemit a écrit :
euh je comprends pas trop :
le projet est ici :
http://woodstox.codehaus.org/ le groupId devrait être org.codehaus.woodstox
Je vois pas pourquoi on utilise un artifact avec pour groupId woodstox ? on devrait utiliser org.codehaus.woodstox Il faut demander à apache : http://repo2.maven.org/maven2/org/apache/solr/solr-core/1.4.0/solr-core-1.4....
faudrait voir si le pom a été relocalisé. -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
Le Mon, 28 Jun 2010 16:29:27 +0200, Tony Chemit <chemit@codelutin.com> a écrit :
Le Mon, 28 Jun 2010 11:23:24 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 28/06/2010 11:13, Tony Chemit a écrit :
Le Mon, 28 Jun 2010 10:20:39 +0200, Eric Chatellier <chatellier@codelutin.com> a écrit :
Le 26/06/2010 15:07, nuiton.org Release Notification a écrit :
The Maven License Plugin team is pleased to announce the maven-license-plugin-2.3 release! Bonjour,
J'ai un build failed sur vradi (je pense lié à ce plugin).
fix here.
http://nexus.nuiton.org/nexus/content/repositories/thirdparty/org/codehaus/w... Build failed again ;) En fait, c'est woodstox:wstx-asl:3.2.7 et non org.codehaus.woodstox:wstx-asl:3.2.7.
De plus la correction ne me plaît qu'à moitié, quelqu'un n'utilisant pas nexus ne peux pas utiliser le plugin ?
euh je comprends pas trop :
le projet est ici :
http://woodstox.codehaus.org/ le groupId devrait être org.codehaus.woodstox
Je vois pas pourquoi on utilise un artifact avec pour groupId woodstox ? on devrait utiliser org.codehaus.woodstox
Y'a une version 4.0.6 dispnible avec un pom :) -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: chemit@codelutin.com http://www.codelutin.com
participants (3)
-
Eric Chatellier -
nuiton.org Release Notification -
Tony Chemit