I'm trying to add Weblets to a project which can use the current MyFaces release or the RI and, due to errors in the Weblets POM, I'm ending up with unwanted transitive dependencies. I'm trying to correct for this using the dependenciesManagement section of my POM, but it's not working. I'm not sure what I'm doing wrong...

My webapp module POM has the following dependency:

  <dependency>
    <groupId>net.java.dev.weblets</groupId>
    <artifactId>weblets-impl</artifactId>
    <scope>runtime</scope>
  </dependency>

and I've tried using the following in both the webapp module POM and in the parent POM:

  <dependencyManagement>
    <dependency>
      <groupId>net.java.dev.weblets</groupId>
      <artifactId>weblets-impl</artifactId>
      <version>0.4</version>
      <exclusions>
        <exclusion>
          <artifactId>myfaces</artifactId>
          <groupId>myfaces-api</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencyManagement>

I've attached the m2 output below; you can see that it's picking up the myfaces and associated deps from weblets, despite the <exclusion>. Is there something more I need to do to get the result I want?

Thanks,

L.


$ rm -rf target ; mvn -o -Dmaven.test.skip=true package -X
+ Error stacktraces are turned on.
Maven version: 2.0.4-maestro-1.0.1
[DEBUG] Building Maven user-level plugin registry from: '/Users/laurie/.m2/plugin-registry.xml' [DEBUG] Building Maven global-level plugin registry from: '/Users/laurie/Developer/Maestro/maestro-1.0.1.1/maven/conf/plugin-registry.xml'
[INFO]
NOTE: Maven is executing in offline mode. Any artifacts not already in your local
repository will be inaccessible.

[INFO] Scanning for projects...
[DEBUG] Searching for parent-POM: org.zotechsoftware.djfaces:djfaces::0.1.0-SNAPSHOT of project: org.zotechsoftware.djfaces:tmp-webapp:war:1.0-SNAPSHOT in relative path: ../pom.xml [DEBUG] Using parent-POM from the project hierarchy at: '../pom.xml' for project: org.zotechsoftware.djfaces:tmp-webapp:war:1.0-SNAPSHOT [INFO] ----------------------------------------------------------------------------
[INFO] Building Maven Webapp Archetype
[INFO]    task-segment: [package]
[INFO] ---------------------------------------------------------------------------- [DEBUG] maven-resources-plugin: resolved to version 2.2 from local repository [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-resources-plugin:maven-plugin:2.2 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository. [DEBUG] maven-compiler-plugin: resolved to version 2.0.1 from local repository [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-compiler-plugin:maven-plugin:2.0.1 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG] maven-surefire-plugin: resolved to version 2.2 from local repository
[DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-surefire-plugin:maven-plugin:2.2 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
[DEBUG] maven-war-plugin: resolved to version 2.0.1 from local repository
[DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-war-plugin:maven-plugin:2.0.1 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository. [DEBUG] maven-site-plugin: resolved to version 2.0-beta-5 from local repository [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-site-plugin:maven-plugin:2.0-beta-5 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository. [DEBUG] org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.2:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-model:jar:2.0 from the repository. [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-project:jar:2.0 from the repository. [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime) [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact:jar:2.0 from the repository. [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact-manager:jar:2.0 from the repository. [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-repository-metadata:jar:2.0 from the repository. [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime) [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-profile:jar:2.0 from the repository. [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-plugin-api:jar:2.0 from the repository. [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime) [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.2:resources' -->
[DEBUG]   (f) filters = []
[DEBUG] (f) outputDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/classes
[DEBUG]   (f) project = [EMAIL PROTECTED]
[DEBUG]   (f) resources = [EMAIL PROTECTED]
[DEBUG] -- end configuration --
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[DEBUG] org.zotechsoftware.djfaces:tmp-webapp:war:1.0-SNAPSHOT (selected for null) [DEBUG] Retrieving parent-POM: net.java.dev.weblets:weblets::0.4 for project: net.java.dev.weblets:weblets-impl:jar:0.4 from the repository. [DEBUG] net.java.dev.weblets:weblets-impl:jar:0.4:runtime (selected for runtime)
[DEBUG]     xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)
[DEBUG] commons-digester:commons-digester:jar:1.5:runtime (selected for runtime) [DEBUG] commons-beanutils:commons-beanutils:jar:1.6:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime) [DEBUG] commons-collections:commons-collections:jar:2.0:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime)
[DEBUG] While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.


[DEBUG] commons-collections:commons-collections:jar:2.0:runtime (removed - nearer found: 2.1) [DEBUG] commons-collections:commons-collections:jar:2.1:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: myfaces:myfaces-parent::1.1.1 for project: null:myfaces-api:jar:null from the repository.
[DEBUG]     myfaces:myfaces-api:jar:1.1.1:runtime (selected for runtime)
[DEBUG] commons-codec:commons-codec:jar:1.3:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0.4:runtime (removed - nearer found: 1.0) [DEBUG] commons-lang:commons-lang:jar:2.1:runtime (selected for runtime)
[DEBUG]       javax.servlet:jstl:jar:1.1.2:runtime (selected for runtime)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:runtime (removed - nearer found: 1.6) [DEBUG] commons-collections:commons-collections:jar:3.1:runtime (removed - nearer found: 2.1) [DEBUG] commons-validator:commons-validator:jar:1.1.4:runtime (selected for runtime) [DEBUG] commons-fileupload:commons-fileupload:jar:1.0:runtime (selected for runtime)
[DEBUG]       oro:oro:jar:2.0.8:runtime (selected for runtime)
[DEBUG]       commons-el:commons-el:jar:1.0:runtime (selected for runtime)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:runtime (removed - nearer found: 1.0) [DEBUG] commons-digester:commons-digester:jar:1.7:runtime (removed - nearer found: 1.5) [DEBUG] Retrieving parent-POM: net.java.dev.weblets:weblets::0.4 for project: net.java.dev.weblets:weblets-api:jar:0.4 from the repository. [DEBUG] net.java.dev.weblets:weblets-api:jar:0.4:runtime (selected for runtime)
[DEBUG]   jspapi:jsp-api:jar:2.0:provided (selected for provided)
[DEBUG] Skipping disabled repository central
[DEBUG] dojo-faces: using locally installed snapshot
[DEBUG] Retrieving parent-POM: org.zotechsoftware.djfaces:djfaces::0.1.0-SNAPSHOT for project: null:dojo-faces:jar:0.1.0-SNAPSHOT from the repository.
[DEBUG] Skipping disabled repository central
[DEBUG] djfaces: using locally installed snapshot
[DEBUG] org.zotechsoftware.djfaces:dojo-faces:jar:0.1.0-SNAPSHOT:compile (selected for compile) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (removed - nearer found: 1.0.4) [DEBUG] commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]   javax.servlet:servlet-api:jar:2.4:provided (selected for provided)
[DEBUG] dojo-faces: using locally installed snapshot
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0.1:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: null:plexus-compiler-api:jar:1.5.2 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: org.codehaus.plexus:plexus-compiler:pom:1.5.2 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository. [DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.5.2:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime) [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: null:plexus-compiler-manager:jar:1.5.2 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: org.codehaus.plexus:plexus-compiler:pom:1.5.2 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository. [DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:1.5.2:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compilers::1.5.2 for project: null:plexus-compiler-javac:jar:1.5.2 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: org.codehaus.plexus:plexus-compilers:pom:1.5.2 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: org.codehaus.plexus:plexus-compiler:pom:1.5.2 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository. [DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:1.5.2:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project: null:plexus-utils:jar:1.0.5 from the repository. [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.5:runtime (removed - nearer found: 1.0.4) [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime) [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.0.1:compile' --> [DEBUG] (f) basedir = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp [DEBUG] (f) buildDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target [DEBUG] (f) classpathElements = [/Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/classes, /Users/laurie/.m2/repository/org/zotechsoftware/djfaces/dojo-faces/0.1.0-SNAPSHOT/dojo-faces-0.1.0-SNAPSHOT.jar, /Users/laurie/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar, /Users/laurie/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /Users/laurie/.m2/repository/jspapi/jsp-api/2.0/jsp-api-2.0.jar] [DEBUG] (f) compileSourceRoots = [/Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/src/main/java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) fork = false
[DEBUG]   (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/classes
[DEBUG]   (f) outputFileName = tmp-webapp
[DEBUG] (f) projectArtifact = org.zotechsoftware.djfaces:tmp-webapp:war:1.0-SNAPSHOT
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[INFO] [compiler:compile]
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.2:testResources' -->
[DEBUG]   (f) filters = []
[DEBUG] (f) outputDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/test-classes
[DEBUG]   (f) project = [EMAIL PROTECTED]
[DEBUG]   (f) resources = [EMAIL PROTECTED]
[DEBUG] -- end configuration --
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[DEBUG] org.zotechsoftware.djfaces:tmp-webapp:war:1.0-SNAPSHOT (selected for null) [DEBUG] net.java.dev.weblets:weblets-impl:jar:0.4:runtime (selected for runtime)
[DEBUG]     xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)
[DEBUG] commons-digester:commons-digester:jar:1.5:runtime (selected for runtime) [DEBUG] commons-beanutils:commons-beanutils:jar:1.6:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime) [DEBUG] commons-collections:commons-collections:jar:2.0:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime)
[DEBUG] While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.


[DEBUG] commons-collections:commons-collections:jar:2.0:runtime (removed - nearer found: 2.1) [DEBUG] commons-collections:commons-collections:jar:2.1:runtime (selected for runtime)
[DEBUG]     myfaces:myfaces-api:jar:1.1.1:runtime (selected for runtime)
[DEBUG] commons-codec:commons-codec:jar:1.3:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0.4:runtime (removed - nearer found: 1.0) [DEBUG] commons-lang:commons-lang:jar:2.1:runtime (selected for runtime)
[DEBUG]       javax.servlet:jstl:jar:1.1.2:runtime (selected for runtime)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:runtime (removed - nearer found: 1.6) [DEBUG] commons-collections:commons-collections:jar:3.1:runtime (removed - nearer found: 2.1) [DEBUG] commons-validator:commons-validator:jar:1.1.4:runtime (selected for runtime) [DEBUG] commons-fileupload:commons-fileupload:jar:1.0:runtime (selected for runtime)
[DEBUG]       oro:oro:jar:2.0.8:runtime (selected for runtime)
[DEBUG]       commons-el:commons-el:jar:1.0:runtime (selected for runtime)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:runtime (removed - nearer found: 1.0) [DEBUG] commons-digester:commons-digester:jar:1.7:runtime (removed - nearer found: 1.5) [DEBUG] net.java.dev.weblets:weblets-api:jar:0.4:runtime (selected for runtime)
[DEBUG]   jspapi:jsp-api:jar:2.0:provided (selected for provided)
[DEBUG] org.zotechsoftware.djfaces:dojo-faces:jar:0.1.0-SNAPSHOT:compile (selected for compile) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (removed - nearer found: 1.0.4) [DEBUG] commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]   javax.servlet:servlet-api:jar:2.4:provided (selected for provided)
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.0.1:testCompile' --> [DEBUG] (f) basedir = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp [DEBUG] (f) buildDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target [DEBUG] (f) classpathElements = [/Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/classes, /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/test-classes, /Users/laurie/.m2/repository/net/java/dev/weblets/weblets-impl/0.4/weblets-impl-0.4.jar, /Users/laurie/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar, /Users/laurie/.m2/repository/org/zotechsoftware/djfaces/dojo-faces/0.1.0-SNAPSHOT/dojo-faces-0.1.0-SNAPSHOT.jar, /Users/laurie/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar, /Users/laurie/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /Users/laurie/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.jar, /Users/laurie/.m2/repository/commons-digester/commons-digester/1.5/commons-digester-1.5.jar, /Users/laurie/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar, /Users/laurie/.m2/repository/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar, /Users/laurie/.m2/repository/myfaces/myfaces-api/1.1.1/myfaces-api-1.1.1.jar, /Users/laurie/.m2/repository/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.jar, /Users/laurie/.m2/repository/net/java/dev/weblets/weblets-api/0.4/weblets-api-0.4.jar, /Users/laurie/.m2/repository/commons-fileupload/commons-fileupload/1.0/commons-fileupload-1.0.jar, /Users/laurie/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar, /Users/laurie/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.jar, /Users/laurie/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar, /Users/laurie/.m2/repository/jspapi/jsp-api/2.0/jsp-api-2.0.jar, /Users/laurie/.m2/repository/commons-el/commons-el/1.0/commons-el-1.0.jar] [DEBUG] (f) compileSourceRoots = [/Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/src/test/java]
[DEBUG]   (f) compilerId = javac
[DEBUG]   (f) debug = true
[DEBUG]   (f) fork = false
[DEBUG]   (f) optimize = false
[DEBUG] (f) outputDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/test-classes
[DEBUG]   (f) outputFileName = tmp-webapp
[DEBUG]   (f) showDeprecation = false
[DEBUG]   (f) showWarnings = false
[DEBUG]   (f) skip = true
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) verbose = false
[DEBUG] -- end configuration --
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[DEBUG] org.zotechsoftware.djfaces:tmp-webapp:war:1.0-SNAPSHOT (selected for null) [DEBUG] net.java.dev.weblets:weblets-impl:jar:0.4:runtime (selected for runtime)
[DEBUG]     xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)
[DEBUG] commons-digester:commons-digester:jar:1.5:runtime (selected for runtime) [DEBUG] commons-beanutils:commons-beanutils:jar:1.6:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime) [DEBUG] commons-collections:commons-collections:jar:2.0:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime)
[DEBUG] While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.


[DEBUG] commons-collections:commons-collections:jar:2.0:runtime (removed - nearer found: 2.1) [DEBUG] commons-collections:commons-collections:jar:2.1:runtime (selected for runtime)
[DEBUG]     myfaces:myfaces-api:jar:1.1.1:runtime (selected for runtime)
[DEBUG] commons-codec:commons-codec:jar:1.3:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0.4:runtime (removed - nearer found: 1.0) [DEBUG] commons-lang:commons-lang:jar:2.1:runtime (selected for runtime)
[DEBUG]       javax.servlet:jstl:jar:1.1.2:runtime (selected for runtime)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:runtime (removed - nearer found: 1.6) [DEBUG] commons-collections:commons-collections:jar:3.1:runtime (removed - nearer found: 2.1) [DEBUG] commons-validator:commons-validator:jar:1.1.4:runtime (selected for runtime) [DEBUG] commons-fileupload:commons-fileupload:jar:1.0:runtime (selected for runtime)
[DEBUG]       oro:oro:jar:2.0.8:runtime (selected for runtime)
[DEBUG]       commons-el:commons-el:jar:1.0:runtime (selected for runtime)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:runtime (removed - nearer found: 1.0) [DEBUG] commons-digester:commons-digester:jar:1.7:runtime (removed - nearer found: 1.5) [DEBUG] net.java.dev.weblets:weblets-api:jar:0.4:runtime (selected for runtime)
[DEBUG]   jspapi:jsp-api:jar:2.0:provided (selected for provided)
[DEBUG] org.zotechsoftware.djfaces:dojo-faces:jar:0.1.0-SNAPSHOT:compile (selected for compile) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (removed - nearer found: 1.0.4) [DEBUG] commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]   javax.servlet:servlet-api:jar:2.4:provided (selected for provided)
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.2:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project: null:plexus-utils:jar:1.1 from the repository. [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1) [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven.surefire:surefire::2.0 for project: null:surefire-booter:jar:2.0 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.surefire:surefire:pom:2.0 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository. [DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.0:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven.surefire:surefire::2.0 for project: null:surefire-api:jar:2.0 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.surefire:surefire:pom:2.0 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository. [DEBUG] org.apache.maven.surefire:surefire-api:jar:2.0:runtime (selected for runtime) [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.2:test' --> [DEBUG] (f) basedir = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp
[DEBUG]   (f) childDelegation = false
[DEBUG] (f) classesDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/classes [DEBUG] (f) classpathElements = [/Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/classes, /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/test-classes, /Users/laurie/.m2/repository/net/java/dev/weblets/weblets-impl/0.4/weblets-impl-0.4.jar, /Users/laurie/.m2/repository/commons-codec/commons-codec/1.3/commons-codec-1.3.jar, /Users/laurie/.m2/repository/org/zotechsoftware/djfaces/dojo-faces/0.1.0-SNAPSHOT/dojo-faces-0.1.0-SNAPSHOT.jar, /Users/laurie/.m2/repository/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar, /Users/laurie/.m2/repository/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar, /Users/laurie/.m2/repository/commons-collections/commons-collections/2.1/commons-collections-2.1.jar, /Users/laurie/.m2/repository/commons-digester/commons-digester/1.5/commons-digester-1.5.jar, /Users/laurie/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar, /Users/laurie/.m2/repository/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar, /Users/laurie/.m2/repository/commons-validator/commons-validator/1.1.4/commons-validator-1.1.4.jar, /Users/laurie/.m2/repository/myfaces/myfaces-api/1.1.1/myfaces-api-1.1.1.jar, /Users/laurie/.m2/repository/net/java/dev/weblets/weblets-api/0.4/weblets-api-0.4.jar, /Users/laurie/.m2/repository/commons-fileupload/commons-fileupload/1.0/commons-fileupload-1.0.jar, /Users/laurie/.m2/repository/oro/oro/2.0.8/oro-2.0.8.jar, /Users/laurie/.m2/repository/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.jar, /Users/laurie/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar, /Users/laurie/.m2/repository/commons-el/commons-el/1.0/commons-el-1.0.jar, /Users/laurie/.m2/repository/jspapi/jsp-api/2.0/jsp-api-2.0.jar]
[DEBUG]   (f) disableXmlReport = false
[DEBUG]   (f) forkMode = once
[DEBUG]   (f) jvm = java
[DEBUG] (f) localRepository = [local] -> file:///Users/laurie/.m2/repository
[DEBUG]   (f) parallel = false
[DEBUG] (f) pluginArtifactMap = {org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.1:runtime, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.0:runtime, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0:runtime, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0:runtime, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.0:runtime}
[DEBUG]   (f) printSummary = true
[DEBUG] (f) projectArtifactMap = {commons-el:commons-el=commons-el:commons-el:jar:1.0:runtime, net.java.dev.weblets:weblets-impl=net.java.dev.weblets:weblets-impl:jar:0.4:runtime, commons-fileupload:commons-fileupload=commons-fileupload:commons-fileupload:jar:1.0:runtime, javax.servlet:servlet-api=javax.servlet:servlet-api:jar:2.4:provided, oro:oro=oro:oro:jar:2.0.8:runtime, commons-digester:commons-digester=commons-digester:commons-digester:jar:1.5:runtime, javax.servlet:jstl=javax.servlet:jstl:jar:1.1.2:runtime, net.java.dev.weblets:weblets-api=net.java.dev.weblets:weblets-api:jar:0.4:runtime, org.zotechsoftware.djfaces:dojo-faces=org.zotechsoftware.djfaces:dojo-faces:jar:0.1.0-SNAPSHOT:compile, commons-collections:commons-collections=commons-collections:commons-collections:jar:2.1:runtime, jspapi:jsp-api=jspapi:jsp-api:jar:2.0:provided, commons-beanutils:commons-beanutils=commons-beanutils:commons-beanutils:jar:1.6:runtime, commons-validator:commons-validator=commons-validator:commons-validator:jar:1.1.4:runtime, commons-codec:commons-codec=commons-codec:commons-codec:jar:1.3:runtime, myfaces:myfaces-api=myfaces:myfaces-api:jar:1.1.1:runtime, xml-apis:xml-apis=xml-apis:xml-apis:jar:1.0.b2:runtime, commons-logging:commons-logging=commons-logging:commons-logging:jar:1.0.4:compile, commons-lang:commons-lang=commons-lang:commons-lang:jar:2.1:runtime} [DEBUG] (f) remoteRepositories = [[central] -> http://repo.mergere.com/maven2]
[DEBUG]   (f) reportFormat = brief
[DEBUG] (f) reportsDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/surefire-reports
[DEBUG]   (f) skip = true
[DEBUG] (f) testClassesDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/test-classes [DEBUG] (f) testSourceDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/src/test/java
[DEBUG]   (f) threadCount = 5
[DEBUG]   (f) trimStackTrace = true
[DEBUG]   (f) useFile = true
[DEBUG] -- end configuration --
[INFO] [surefire:test]
[INFO] Tests are skipped.
[DEBUG] org.zotechsoftware.djfaces:tmp-webapp:war:1.0-SNAPSHOT (selected for null) [DEBUG] net.java.dev.weblets:weblets-impl:jar:0.4:runtime (selected for runtime)
[DEBUG]     xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)
[DEBUG] commons-digester:commons-digester:jar:1.5:runtime (selected for runtime) [DEBUG] commons-beanutils:commons-beanutils:jar:1.6:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime) [DEBUG] commons-collections:commons-collections:jar:2.0:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (selected for runtime)
[DEBUG] While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.


[DEBUG] commons-collections:commons-collections:jar:2.0:runtime (removed - nearer found: 2.1) [DEBUG] commons-collections:commons-collections:jar:2.1:runtime (selected for runtime)
[DEBUG]     myfaces:myfaces-api:jar:1.1.1:runtime (selected for runtime)
[DEBUG] commons-codec:commons-codec:jar:1.3:runtime (selected for runtime) [DEBUG] commons-logging:commons-logging:jar:1.0.4:runtime (removed - nearer found: 1.0) [DEBUG] commons-lang:commons-lang:jar:2.1:runtime (selected for runtime)
[DEBUG]       javax.servlet:jstl:jar:1.1.2:runtime (selected for runtime)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:runtime (removed - nearer found: 1.6) [DEBUG] commons-collections:commons-collections:jar:3.1:runtime (removed - nearer found: 2.1) [DEBUG] commons-validator:commons-validator:jar:1.1.4:runtime (selected for runtime) [DEBUG] commons-fileupload:commons-fileupload:jar:1.0:runtime (selected for runtime)
[DEBUG]       oro:oro:jar:2.0.8:runtime (selected for runtime)
[DEBUG]       commons-el:commons-el:jar:1.0:runtime (selected for runtime)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:runtime (removed - nearer found: 1.0) [DEBUG] commons-digester:commons-digester:jar:1.7:runtime (removed - nearer found: 1.5) [DEBUG] net.java.dev.weblets:weblets-api:jar:0.4:runtime (selected for runtime)
[DEBUG]   jspapi:jsp-api:jar:2.0:provided (selected for provided)
[DEBUG] org.zotechsoftware.djfaces:dojo-faces:jar:0.1.0-SNAPSHOT:compile (selected for compile) [DEBUG] commons-logging:commons-logging:jar:1.0:runtime (removed - nearer found: 1.0.4) [DEBUG] commons-logging:commons-logging:jar:1.0.4:compile (selected for compile)
[DEBUG]   javax.servlet:servlet-api:jar:2.4:provided (selected for provided)
[DEBUG] org.apache.maven.plugins:maven-war-plugin:maven-plugin:2.0.1:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.1 for project: org.apache.maven:maven-plugin-api:jar:2.0.1 from the repository. [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.1:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.1 for project: org.apache.maven:maven-artifact:jar:2.0.1 from the repository. [DEBUG] org.apache.maven:maven-artifact:jar:2.0.1:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.5:runtime (removed - nearer found: 1.0.4) [DEBUG] Retrieving parent-POM: org.apache.maven.shared:maven-shared-components::2 for project: org.apache.maven:maven-archiver:jar:2.1 from the repository. [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.shared:maven-shared-components:pom:2 from the repository. [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository. [DEBUG] org.apache.maven:maven-archiver:jar:2.1:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime) [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime) [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.1) [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.1) [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime) [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime) [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.1) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-archiver:jar:1.0-alpha-6 from the repository. [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository. [DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-6:runtime (selected for runtime) [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: null:plexus-utils:jar:1.2 from the repository. [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.2:runtime (removed - nearer found: 1.0.4) [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-war-plugin:2.0.1:war' -->
[DEBUG]   (f) archiveClasses = false
[DEBUG] (s) classesDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/classes
[DEBUG]   (f) filters = []
[DEBUG] (f) outputDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target
[DEBUG]   (f) primaryArtifact = true
[DEBUG]   (s) project = [EMAIL PROTECTED]
[DEBUG]   (f) warName = tmp-webapp
[DEBUG] (s) warSourceDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/src/main/webapp [DEBUG] (s) webappDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/tmp-webapp [DEBUG] (f) workDirectory = /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/war/work
[DEBUG] -- end configuration --
[INFO] [war:war]
[INFO] Exploding webapp...
[INFO] Copy webapp webResources to /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/tmp-webapp [INFO] Assembling webapp tmp-webapp in /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/tmp-webapp
[DEBUG] Processing: commons-codec-1.3.jar
[DEBUG] Processing: weblets-impl-0.4.jar
[DEBUG] Processing: dojo-faces-0.1.0-SNAPSHOT.jar
[DEBUG] Processing: commons-logging-1.0.4.jar
[DEBUG] Processing: commons-collections-2.1.jar
[DEBUG] Processing: commons-digester-1.5.jar
[DEBUG] Processing: commons-lang-2.1.jar
[DEBUG] Processing: jstl-1.1.2.jar
[DEBUG] Processing: commons-validator-1.1.4.jar
[DEBUG] Processing: myfaces-api-1.1.1.jar
[DEBUG] Processing: weblets-api-0.4.jar
[DEBUG] Processing: commons-fileupload-1.0.jar
[DEBUG] Processing: oro-2.0.8.jar
[DEBUG] Processing: commons-beanutils-1.6.jar
[DEBUG] Processing: xml-apis-1.0.b2.jar
[DEBUG] Processing: commons-el-1.0.jar
[INFO] Generating war /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/tmp-webapp.war [INFO] Building war: /Users/laurie/src/business/agile/projects/os/dojo-faces/tmp-webapp/target/tmp-webapp.war
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory WEB-INF/
[DEBUG] adding directory WEB-INF/lib/
[DEBUG] adding entry index.jsp
[DEBUG] adding entry WEB-INF/lib/commons-beanutils-1.6.jar
[DEBUG] adding entry WEB-INF/lib/commons-codec-1.3.jar
[DEBUG] adding entry WEB-INF/lib/commons-collections-2.1.jar
[DEBUG] adding entry WEB-INF/lib/commons-digester-1.5.jar
[DEBUG] adding entry WEB-INF/lib/commons-el-1.0.jar
[DEBUG] adding entry WEB-INF/lib/commons-fileupload-1.0.jar
[DEBUG] adding entry WEB-INF/lib/commons-lang-2.1.jar
[DEBUG] adding entry WEB-INF/lib/commons-logging-1.0.4.jar
[DEBUG] adding entry WEB-INF/lib/commons-validator-1.1.4.jar
[DEBUG] adding entry WEB-INF/lib/dojo-faces-0.1.0-SNAPSHOT.jar
[DEBUG] adding entry WEB-INF/lib/jstl-1.1.2.jar
[DEBUG] adding entry WEB-INF/lib/myfaces-api-1.1.1.jar
[DEBUG] adding entry WEB-INF/lib/oro-2.0.8.jar
[DEBUG] adding entry WEB-INF/lib/weblets-api-0.4.jar
[DEBUG] adding entry WEB-INF/lib/weblets-impl-0.4.jar
[DEBUG] adding entry WEB-INF/lib/xml-apis-1.0.b2.jar
[DEBUG] adding entry WEB-INF/web.xml
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/org.zotechsoftware.djfaces/
[DEBUG] adding directory META-INF/maven/org.zotechsoftware.djfaces/tmp-webapp/ [DEBUG] adding entry META-INF/maven/org.zotechsoftware.djfaces/tmp-webapp/pom.xml [DEBUG] adding entry META-INF/maven/org.zotechsoftware.djfaces/tmp-webapp/pom.properties [INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Thu Aug 10 20:30:02 EDT 2006
[INFO] Final Memory: 5M/10M
[INFO] ------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to