If I run a command locally, the lifecycle works as expected.
i.e. mvn clean install kicks of my executions set under phase 'validate" and "prepare package"
however, if I run them on jenkins, these goals are skipped.
Why would valid and prepare package be skipped?
Douglas
Without POMs or job outputs, not even Sherlock Holmes could solve
this. If you're unable to provide the basic data required to debug,
then you should try with -X option to Maven.
-Jesse
--
There are 10 types of people in this world, those
that can read binary and those that can not.
I'll try the -X
I see that hudson doesn't use the native mvn command is it possible that it is running an older version of maven?
On Wed, Aug 3, 2011 at 4:13 PM, Douglas Ferguson <the...@gmail.com> wrote:
> I'm at a loss of what could be causing this so I wasn't sure what you'd need.
Your complaint is Maven related, there's a good chance your POM will
be useful in diagnosis. As with any other problem, the actual build
log will also be useful.
> I'll try the -X
And what did it reveal?
> I see that hudson doesn't use the native mvn command is it possible that it is running an older version of maven?
I find it hard to believe that any Maven version, embedded or
otherwise, would be skipping goals - but given that we are restricted
to pure speculation without any actual POMs or logs to peruse, I'm
going to lean pretty heavily towards user error.
What version of Hudson are you running? You would be advised to update
to the most recent version of Jenkins as there is quite a large number
of defects fixed from 1.395 or earlier.
I'm pretty certain that the product owner will not allow me to send out the poms.
But it is a standard multi module setup and it executes all goals on command line but not in hudson.
>
>> I'll try the -X
>
> And what did it reveal?
Well it it even more clear
>
>> I see that hudson doesn't use the native mvn command is it possible that it is running an older version of maven?
>
> I find it hard to believe that any Maven version, embedded or
> otherwise, would be skipping goals - but given that we are restricted
> to pure speculation without any actual POMs or logs to peruse, I'm
> going to lean pretty heavily towards user error.
I agree. I just inherited this project and it could easily be something mis-configured I'm just not seeing anything.
I know prior to maven 2.2 there were not as many life cycles, so that could explain why they are "skipped" :)
>
> What version of Hudson are you running?
I'm running the lastest Jenkins.
>
Here's the output for -X
for just one of the sub modules. notice I'm calling validate explicitly but install should be including that...
I've pruned some of our specifics..
Here are the phases that run. notice that I don't even get validate!
[clean:clean {execution: default-clean}]
[properties:read-project-properties {execution: process-env-properties}]
[resources:resources {execution: default-resources}]
[compiler:compile {execution: default-compile}]
[resources:testResources {execution: default-testResources}]
[compiler:testCompile {execution: default-testCompile}]
[surefire:test {execution: default-test}]
[jar:jar {execution: default-jar}]
[install:install {execution: default-install}]
[INFO] ------------------------------------------------------------------------
[INFO] Building DEX Common Config Files
[INFO] task-segment: [clean, validate, install]
[INFO] ------------------------------------------------------------------------
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.3:clean' -->
[DEBUG] (f) directory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target
[DEBUG] (f) excludeDefaultDirectories = false
[DEBUG] (f) failOnError = true
[DEBUG] (f) followSymLinks = false
[DEBUG] (f) outputDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] (f) project = MavenProject: com.mckesson.dex:dex-config:0.0.1-SNAPSHOT @ /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml
[DEBUG] (f) reportDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/site
[DEBUG] (f) skip = false
[DEBUG] (f) testOutputDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
[DEBUG] -- end configuration --
[INFO]
[clean:clean {execution: default-clean}]
[DEBUG] Skipping non-existing directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target
[DEBUG] Skipping non-existing directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] Skipping non-existing directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
[DEBUG] Skipping non-existing directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/site
[INFO] No goals needed for project - skipping
[DEBUG] Retrieving parent-POM: org.apache.maven.surefire:surefire:pom:2.4.3 for project: org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:null from the repository.
[DEBUG] Adding managed dependencies for org.apache.maven.plugins:maven-surefire-plugin
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.4.3
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.4.3
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins:pom:10 for project: null:maven-jar-plugin:maven-plugin:2.2 from the repository.
[DEBUG] Configuring mojo 'org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2:read-project-properties' -->
[DEBUG] (f) files = [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/build/hudson-qa/build.properties]
[DEBUG] (f) project = MavenProject: com.mckesson.dex:dex-config:0.0.1-SNAPSHOT @ /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml
[DEBUG] (f) quiet = false
[DEBUG] -- end configuration --
[INFO]
[properties:read-project-properties {execution: process-env-properties}]
[DEBUG] Loading property file: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/build/hudson-qa/build.properties
[DEBUG] Plugin dependencies for:
org.apache.maven.plugins:maven-resources-plugin:2.5
are:
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-project:jar:2.0.6:runtime
org.apache.maven:maven-core:jar:2.0.6:runtime
org.apache.maven:maven-artifact:jar:2.0.6:runtime
org.apache.maven:maven-settings:jar:2.0.6:runtime
org.apache.maven:maven-model:jar:2.0.6:runtime
org.apache.maven:maven-monitor:jar:2.0.6:runtime
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime
org.codehaus.plexus:plexus-utils:jar:2.0.5:runtime
org.apache.maven.shared:maven-filtering:jar:1.0:runtime
org.codehaus.plexus:plexus-interpolation:jar:1.13:runtime
[DEBUG] org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.5:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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 (removed - nearer found: 1.4.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.4.1)
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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 (removed - nearer found: 1.4.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-core
[DEBUG] org.apache.maven:maven-model:jar:2.0.6
[DEBUG] org.apache.maven:maven-project:jar:2.0.6
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.6
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon-providers:pom:1.0-beta-2 for project: null:wagon-file:jar:1.0-beta-2 from the repository.
[DEBUG] Adding managed dependencies for unknown:wagon-file
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-common-test:jar:1.0-beta-2:test
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-beta-2
[DEBUG] junit:junit:jar:3.8.1
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-plugin-parameter-documenter
[DEBUG] org.apache.maven:maven-model:jar:2.0.6
[DEBUG] org.apache.maven:maven-project:jar:2.0.6
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.6
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:wagon-http-lightweight
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-common-test:jar:1.0-beta-2:test
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-beta-2
[DEBUG] junit:junit:jar:3.8.1
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:wagon-http-shared
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-common-test:jar:1.0-beta-2:test
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-beta-2
[DEBUG] junit:junit:jar:3.8.1
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-http-shared:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev:runtime (selected for runtime)
[DEBUG] xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.4.1)
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-error-diagnostics
[DEBUG] org.apache.maven:maven-model:jar:2.0.6
[DEBUG] org.apache.maven:maven-project:jar:2.0.6
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.6
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:runtime (selected for runtime)
[DEBUG] commons-cli:commons-cli:jar:1.0:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:wagon-ssh-external
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-common-test:jar:1.0-beta-2:test
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-beta-2
[DEBUG] junit:junit:jar:3.8.1
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.4.1)
[DEBUG] Adding managed dependencies for unknown:wagon-ssh-common
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-common-test:jar:1.0-beta-2:test
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-beta-2
[DEBUG] junit:junit:jar:3.8.1
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.4.1)
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: plexus:plexus-containers:pom:1.0.2 for project: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7 from the repository.
[DEBUG] Retrieving parent-POM: plexus:plexus-root:pom:1.0.3 for project: plexus:plexus-containers:pom:1.0.2 from the repository.
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7:runtime (removed - nearer found: 1.0-alpha-9-stable-1)
[DEBUG] plexus:plexus-utils:jar:1.0.2:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-plugin-descriptor
[DEBUG] org.apache.maven:maven-model:jar:2.0.6
[DEBUG] org.apache.maven:maven-project:jar:2.0.6
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.6
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-monitor
[DEBUG] org.apache.maven:maven-model:jar:2.0.6
[DEBUG] org.apache.maven:maven-project:jar:2.0.6
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.6
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:wagon-ssh
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-common-test:jar:1.0-beta-2:test
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-beta-2
[DEBUG] junit:junit:jar:3.8.1
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] com.jcraft:jsch:jar:0.1.27:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.4.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (removed - nearer found: 1.1)
[DEBUG] classworlds:classworlds:jar:1.1:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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 (removed - nearer found: 1.4.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (removed - nearer found: 1.1)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:2.0.6 for project: null:plexus-utils:jar:2.0.5 from the repository.
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 2.0.5)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven.shared:maven-shared-components:pom:16 for project: org.apache.maven.shared:maven-filtering:jar:1.0 from the repository.
[DEBUG] org.apache.maven.shared:maven-filtering:jar:1.0:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.15:runtime (removed - nearer found: 2.0.5)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components:pom:1.1.14 for project: null:plexus-interpolation:jar:1.12 from the repository.
[DEBUG] Adding managed dependencies for unknown:plexus-interpolation
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.12:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.sonatype.spice:spice-parent:pom:10 for project: org.sonatype.plexus:plexus-build-api:jar:0.0.4 from the repository.
[DEBUG] Retrieving parent-POM: org.sonatype.forge:forge-parent:pom:3 for project: org.sonatype.spice:spice-parent:pom:10 from the repository.
[DEBUG] Adding managed dependencies for org.sonatype.plexus:plexus-build-api
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-beta-1
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.14
[DEBUG] org.mortbay.jetty:jetty-client:jar:6.1.14
[DEBUG] junit:junit:jar:4.5:test
[DEBUG] org.sonatype.plexus:plexus-build-api:jar:0.0.4:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.8:runtime (removed - nearer found: 2.0.5)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components:pom:1.1.15 for project: null:plexus-interpolation:jar:1.13 from the repository.
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:2.0.3 for project: org.codehaus.plexus:plexus-components:pom:1.1.15 from the repository.
[DEBUG] Adding managed dependencies for unknown:plexus-interpolation
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.12:runtime (removed - nearer found: 1.13)
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.13:runtime (selected for runtime)
[DEBUG] The following artifacts were filtered out for plugin: org.apache.maven.plugins:maven-resources-plugin:2.5 because they're already in the core of Maven:
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-project:jar:2.0.6:runtime
org.apache.maven:maven-core:jar:2.0.6:runtime
org.apache.maven:maven-artifact:jar:2.0.6:runtime
org.apache.maven:maven-settings:jar:2.0.6:runtime
org.apache.maven:maven-model:jar:2.0.6:runtime
org.apache.maven:maven-monitor:jar:2.0.6:runtime
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime
These will use the artifact files already in the core ClassRealm instead, to allow them to be included in PluginDescriptor.getArtifacts().
[debug] execute contextualize
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:resources' -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.mckesson.dex:dex-config:0.0.1-SNAPSHOT @ /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes, filtering: false, FileSet {directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/java, PatternSet [includes: {}, excludes: {**/*.java}]}}, Resource {targetPath: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes, filtering: false, FileSet {directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes, filtering: true, FileSet {directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources, PatternSet [includes: {}, excludes: {}]}}, Resource {targetPath: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target, filtering: true, FileSet {directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/build/hudson-qa, PatternSet [includes: {jetty-env.xml, context.xml, dex.conf}, excludes: {}]}}, Resource {targetPath: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes, filtering: false, FileSet {directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/build/hudson-qa, PatternSet [includes: {log4j-dev.xml}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@1647692
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[INFO]
[resources:resources {execution: default-resources}]
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[DEBUG] properties used {file.encoding.pkg=sun.io, apache-poi-version=3.7, h2.web.port=8082, java.home=/opt/jdk1.6.0_22/jre, LOGNAME=root, buildNumber=r133, NODE_NAME=master, PWD=/root, JENKINS_URL=http://build.escalation-point.com/, env.XDG_SESSION_COOKIE=7323e22dbad43a4e48dcb36a4cc85c80-1312354946.891319-246105733, java.endorsed.dirs=/opt/jdk1.6.0_22/jre/lib/endorsed, XDG_SESSION_COOKIE=7323e22dbad43a4e48dcb36a4cc85c80-1312354946.891319-246105733, env.LOGNAME=root, env.HUDSON_HOME=/var/hudson, db.unittest.format.sql=false, db.command.version=psql --version, sun.os.patch.level=unknown, java.vendor.url=http://java.sun.com/, env.NODE_NAME=master, java.version=1.6.0_22, liquibase-version=2.0.1, JOB_NAME=MCK-DEX-QA, env.MAVEN_OPTS=-Xmx2048m -Xms1024m -XX:PermSize=128m -XX:MaxPermSize=512m, env.NODE_LABELS=master, env.JENKINS_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, skipTests=true, env.SVN_REVISION=49890, maven-jetty-plugin-version=6.1.26, user.name=root, env.LANG=en_US.UTF-8, SVN_REVISION=49890, postgres-version=9.0-801.jdbc4, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=Java(TM) SE Runtime Environment, liquibase-plugin-version=2.0.1, java.specification.name=Java Platform API Specification, user.timezone=America/Chicago, path.separator=:, BUILD_TAG=jenkins-MCK-DEX-QA-133, TERM=xterm-color, file.encoding=UTF-8, PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jdk1.6.0_22/bin, env.HOME=/root, HUDSON_URL=http://build.escalation-point.com/
, db.port=5432, config.basedir=/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config, JENKINS_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, build.location=hudson-qa, EXECUTOR_NUMBER=1, spring-framework-version=3.0.5.RELEASE, project-build-sourceEncoding=UTF-8, env.BUILD_TAG=jenkins-MCK-DEX-QA-133, db.username=dex_qa_user, env._=/usr/bin/daemon, db.unittest.name=dex_qa_unittest, java.io.tmpdir=/tmp, user.language=en, line.separator=
, sonar.host.url=
http://ci.escalation-point.com/sonar, h2.trace.level=0, BUILD_URL=http://build.escalation-point.com/job/MCK-DEX-QA/133/, SHLVL=1, maven.interceptor.override=/var/hudson/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.2.jar, M2_HOME=/usr/share/maven2, USER=root, db.runtime.name=dex_qa, env.JOB_NAME=MCK-DEX-QA, java.vm.info=mixed mode, java.vm.specification.name=Java Virtual Machine Specification, main.basedir=../, sonar.jdbc.password=sonar, env.BUILD_URL=http://build.escalation-point.com/job/MCK-DEX-QA/133/, env.M2_HOME=/usr/share/maven2, HUDSON_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, java.awt.printerjob=sun.print.PSPrinterJob, maven-compiler-plugin-version=2.3.1, CLASSPATH=, db.host=localhost, env.HUDSON_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, maven.interceptor=/var/hudson/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.2.jar, env.buildNumber=r133, MAIL=/var/mail/root, dir.working=target/working, db.datasource=org.postgresql.ds.PGPoolingDataSource, env.BUILD_NUMBER=133, os.name=Linux, java.specification.vendor=Sun Microsystems Inc., env.TERM=xterm-color, BUILD_NUMBER=133, java.vm.name=Java HotSpot(TM) Client VM, env.JOB_URL=http://build.escalation-point.com/job/MCK-DEX-QA/, java.library.path=/opt/jdk1.6.0_22/jre/lib/i386/client:/opt/jdk1.6.0_22/jre/lib/i386:/opt/jdk1.6.0_22/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib, env.PATH=/usr/share/maven2/bin:/opt/jdk1.6.0_22/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jdk1.6.0_22/bin, env.HUDSON_URL=http://build.escalation-point.com/, env.JENKINS_URL=http://build.escalation-point.com/, java.class.version=50.0, env.SHLVL=1, env.LD_LIBRARY_PATH=/opt/jdk1.6.0_22/jre/lib/i386/client:/opt/jdk1.6.0_22/jre/lib/i386:/opt/jdk1.6.0_22/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386, JOB_URL=http://build.escalation-point.com/job/MCK-DEX-QA/, spring-ws-version=2.0.0.RELEASE, sonar.jdbc.url=jdbc:postgresql://localhost/sonar, env.JENKINS_HOME=/var/hudson, JENKINS_HOME=/var/hudson, BUILD_ID=2011-08-03_20-33-07, sun.boot.library.path=/opt/jdk1.6.0_22/jre/lib/i386, sun.management.compiler=HotSpot Client Compiler, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=root, HUDSON_HOME=/var/hudson, PATH+MAVEN=/usr/share/maven2/bin, cobertura-maven-plugin-version=2.5.1, db.command.hostDb=postgres, java.vm.specification.version=1.0, JAVA_HOME=/opt/jdk1.6.0_22, SHELL=/bin/bash, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, NODE_LABELS=master, sun.cpu.isalist=, java.ext.dirs=/opt/jdk1.6.0_22/jre/lib/ext:/usr/java/packages/lib/ext, h2.lock.timeout=2500, os.version=2.6.32-308-ec2, maven-surefire-plugin-version=2.5, db.destroy.runtime=false, user.home=/root, h2.tcp.port=8043, _=/usr/bin/daemon, java.vm.vendor=Sun Microsystems Inc., hibernate-version=3.6.6.Final, env.JAVA_HOME=/opt/jdk1.6.0_22, user.dir=/var/hudson/jobs/MCK-DEX-QA/workspace/dex, sonar.jdbc.username=sonar, SVN_URL=https://mckadm.jira.com/svn/DEX/trunk, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.MAIL=/var/mail/root, env.PWD=/root, db.liquibase.class=liquibase.database.PostgresDatabase, sun.cpu.endian=little, db.schema=public, env.SVN_URL=https://mckadm.jira.com/svn/DEX/trunk
, sonar.jdbc.driver=org.postgresql.Driver, java-version=1.6, db.admin.username=postgres, java.vm.version=17.1-b03, java.class.path=/var/hudson/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.2.jar:/usr/share/maven2/boot/classworlds.jar, MAVEN_OPTS=-Xmx2048m -Xms1024m -XX:PermSize=128m -XX:MaxPermSize=512m, os.arch=i386, WORKSPACE=/var/hudson/jobs/MCK-DEX-QA/workspace, sun.java.launcher=SUN_STANDARD, db.unittest.show.sql=false, db.driver=org.postgresql.Driver, LANG=en_US.UTF-8, env.BUILD_ID=2011-08-03_20-33-07, java.vm.specification.vendor=Sun Microsystems Inc., file.separator=/, java.runtime.version=1.6.0_22-b04, sun.boot.class.path=/opt/jdk1.6.0_22/jre/lib/resources.jar:/opt/jdk1.6.0_22/jre/lib/rt.jar:/opt/jdk1.6.0_22/jre/lib/sunrsasign.jar:/opt/jdk1.6.0_22/jre/lib/jsse.jar:/opt/jdk1.6.0_22/jre/lib/jce.jar:/opt/jdk1.6.0_22/jre/lib/charsets.jar:/opt/jdk1.6.0_22/jre/classes, db.databasePlatform=org.hibernate.dialect.PostgreSQLDialect, db.password=dex_qa_pass, db.url.prefix=jdbc:postgresql:, LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386, db.destroy.unittest=false, env.WORKSPACE=/var/hudson/jobs/MCK-DEX-QA/workspace, db.unittest.dialect=org.hibernate.dialect.H2Dialect, PATH+JDK=/opt/jdk1.6.0_22/bin, user.country=US, env.EXECUTOR_NUMBER=1, env.SHELL=/bin/bash, maven.home=/usr/share/maven2, HOME=/root, java.vendor=Sun Microsystems Inc., env.HUDSON_COOKIE=433d5a52-4daa-4ede-b449-dd556d8a429c, java.specification.version=1.6, sun.arch.data.model=32}
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[DEBUG] resource with targetPath /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
directory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/java
excludes [**/*.java]
includes []
[INFO] skip non existing resourceDirectory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/java
[DEBUG] resource with targetPath /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
directory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/resources
[DEBUG] resource with targetPath /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
directory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources
excludes []
includes []
[DEBUG] ignoreDelta true
[INFO] Copying 8 resources to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] file jndiContext.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/spring/jndiContext.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/spring/jndiContext.xml
[DEBUG] file securityContext.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/spring/securityContext.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/spring/securityContext.xml
[DEBUG] file applicationContext.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/spring/applicationContext.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/spring/applicationContext.xml
[DEBUG] file dbmsContext.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/spring/dbmsContext.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/spring/dbmsContext.xml
[DEBUG] file liquibaseContext.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/spring/liquibaseContext.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/spring/liquibaseContext.xml
[DEBUG] file hipaaspace-mapping.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/spring/hipaaspace-mapping.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/spring/hipaaspace-mapping.xml
[DEBUG] file npiwsContext.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/spring/npiwsContext.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/spring/npiwsContext.xml
[DEBUG] file ehcache.xml has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/resources/ehcache/ehcache.xml to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/ehcache/ehcache.xml
[DEBUG] resource with targetPath /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target
directory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/build/hudson-qa
excludes []
includes [jetty-env.xml, context.xml, dex.conf]
[DEBUG] ignoreDelta true
[INFO] Copying 1 resource to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target
[DEBUG] file dex.conf has a filtered file extension
[DEBUG] filtering /var/hudson/jobs/MCK-DEX-QA/workspace/dex/build/hudson-qa/dex.conf to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/dex.conf
[DEBUG] resource with targetPath /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
directory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/build/hudson-qa
excludes []
includes [log4j-dev.xml]
[DEBUG] ignoreDelta true
[INFO] Copying 0 resource to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
[DEBUG] no use filter components
[DEBUG] com.mckesson.dex:dex-config:jar:0.0.1-SNAPSHOT (selected for null)
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided (selected for provided)
[DEBUG] org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG] taglibs:standard:jar:1.1.2:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.4.GA:compile (selected for compile)
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.slf4j:slf4j-parent:pom:1.6.1 for project: org.slf4j:slf4j-api:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.slf4j:slf4j-api
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.6.1
[DEBUG] log4j:log4j:jar:1.2.16
[DEBUG] ch.qos.cal10n:cal10n-api:jar:0.7.4
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.slf4j:slf4j-log4j12
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.6.1
[DEBUG] log4j:log4j:jar:1.2.16
[DEBUG] ch.qos.cal10n:cal10n-api:jar:0.7.4
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.6.1:compile (selected for compile)
[DEBUG] log4j:log4j:jar:1.2.16:compile (selected for compile)
[DEBUG] hibernate:hibernate-tools:jar:3.2.3.GA:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.beanshell:beanshell:pom:2.0b4 for project: null:bsh:jar:null from the repository.
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile (selected for compile)
[DEBUG] freemarker:freemarker:jar:2.3.8:compile (selected for compile)
[DEBUG] org.hibernate:jtidy:jar:r8-20060801:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.hibernate:hibernate-parent:pom:3.6.6.Final for project: org.hibernate:hibernate-entitymanager:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.hibernate:hibernate-entitymanager
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1
[DEBUG] antlr:antlr:jar:2.7.6
[DEBUG] commons-collections:commons-collections:jar:3.1
[DEBUG] dom4j:dom4j:jar:1.6.1
[DEBUG] javassist:javassist:jar:3.12.0.GA
[DEBUG] cglib:cglib:jar:2.2
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA
[DEBUG] org.hibernate:hibernate-validator:jar:4.1.0.Final
[DEBUG] com.h2database:h2:jar:1.2.145
[DEBUG] org.jboss.byteman:byteman:jar:1.5.1
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.hibernate:hibernate-core
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1
[DEBUG] antlr:antlr:jar:2.7.6
[DEBUG] commons-collections:commons-collections:jar:3.1
[DEBUG] dom4j:dom4j:jar:1.6.1
[DEBUG] javassist:javassist:jar:3.12.0.GA
[DEBUG] cglib:cglib:jar:2.2
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA
[DEBUG] org.hibernate:hibernate-validator:jar:4.1.0.Final
[DEBUG] com.h2database:h2:jar:1.2.145
[DEBUG] org.jboss.byteman:byteman:jar:1.5.1
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] Retrieving parent-POM: asm:asm-parent:pom:3.1 for project: null:asm:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:asm
[DEBUG] asm:asm:jar:3.1
[DEBUG] asm:asm-tree:jar:3.1
[DEBUG] asm:asm-analysis:jar:3.1
[DEBUG] asm:asm-commons:jar:3.1
[DEBUG] asm:asm-util:jar:3.1
[DEBUG] asm:asm-xml:jar:3.1
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.12.0.GA:compile (removed - nearer found: 3.4.GA)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.hibernate:hibernate-search-parent:pom:3.4.0.Final for project: null:hibernate-search:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:hibernate-search
[DEBUG] org.hibernate:hibernate-core:jar:3.6.3.Final
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0
[DEBUG] org.apache.lucene:lucene-spellchecker:jar:3.1.0
[DEBUG] org.hibernate:hibernate-search-analyzers:jar:3.4.0.Final
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] javax.transaction:jta:jar:1.1:provided
[DEBUG] org.apache.activemq:activemq-core:jar:5.3.0
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.6.3.Final
[DEBUG] org.hibernate:hibernate-testing:jar:3.6.3.Final
[DEBUG] org.apache.lucene:lucene-analyzers:jar:3.1.0
[DEBUG] javax.jms:jms:jar:1.1
[DEBUG] jgroups:jgroups:jar:2.8.0.GA
[DEBUG] org.jgroups:jgroups:jar:2.12.0.Final
[DEBUG] javax.annotation:jsr250-api:jar:1.0
[DEBUG] junit:junit:jar:4.8.2
[DEBUG] simple-jndi:simple-jndi:jar:0.11.4
[DEBUG] org.jboss.byteman:byteman:jar:1.5.1
[DEBUG] org.easytesting:fest-assert:jar:1.4
[DEBUG] javassist:javassist:jar:3.12.1.GA
[DEBUG] org.hibernate:hibernate-search:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] Adding managed dependencies for unknown:hibernate-search-analyzers
[DEBUG] org.hibernate:hibernate-core:jar:3.6.3.Final
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0
[DEBUG] org.apache.lucene:lucene-spellchecker:jar:3.1.0
[DEBUG] org.hibernate:hibernate-search-analyzers:jar:3.4.0.Final
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] javax.transaction:jta:jar:1.1:provided
[DEBUG] org.apache.activemq:activemq-core:jar:5.3.0
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.6.3.Final
[DEBUG] org.hibernate:hibernate-testing:jar:3.6.3.Final
[DEBUG] org.apache.lucene:lucene-analyzers:jar:3.1.0
[DEBUG] javax.jms:jms:jar:1.1
[DEBUG] jgroups:jgroups:jar:2.8.0.GA
[DEBUG] org.jgroups:jgroups:jar:2.12.0.Final
[DEBUG] javax.annotation:jsr250-api:jar:1.0
[DEBUG] junit:junit:jar:4.8.2
[DEBUG] simple-jndi:simple-jndi:jar:0.11.4
[DEBUG] org.jboss.byteman:byteman:jar:1.5.1
[DEBUG] org.easytesting:fest-assert:jar:1.4
[DEBUG] javassist:javassist:jar:3.12.1.GA
[DEBUG] org.hibernate:hibernate-search-analyzers:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.apache.lucene:lucene-parent:pom:3.1.0 for project: org.apache.lucene:lucene-core:jar:null from the repository.
[DEBUG] Retrieving parent-POM: org.apache.lucene:lucene-solr-grandparent:pom:3.1.0 for project: org.apache.lucene:lucene-parent:pom:null from the repository.
[DEBUG] Retrieving parent-POM: org.apache:apache:pom:8 for project: org.apache.lucene:lucene-solr-grandparent:pom:3.1.0 from the repository.
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-core
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-analyzers
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-analyzers:jar:3.1.0:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.apache.solr:solr-parent:pom:3.1.0 for project: org.apache.solr:solr-analysis-extras:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.apache.solr:solr-analysis-extras
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.solr:solr-analysis-extras:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.solr:solr-core
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.solr:solr-core:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.solr:solr-solrj
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.solr:solr-solrj:jar:3.1.0:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.slf4j:slf4j-parent:pom:1.5.5 for project: org.slf4j:slf4j-api:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.slf4j:slf4j-api
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] log4j:log4j:jar:1.2.14
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-highlighter
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-highlighter:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-memory
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-misc
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-misc:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-spatial
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-spatial:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-spellchecker
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-spellchecker:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.solr:solr-commons-csv
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:11 for project: commons-codec:commons-codec:jar:1.4 from the repository.
[DEBUG] commons-codec:commons-codec:jar:1.4:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:9 for project: commons-lang:commons-lang:jar:2.4 from the repository.
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-smartcn
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-smartcn:jar:3.1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.apache.lucene:lucene-stempel
[DEBUG] org.apache.lucene:lucene-icu4j:jar:3.1.0
[DEBUG] com.sleepycat:berkeleydb:jar:4.7.25
[DEBUG] com.sleepycat:berkeleydb-je:jar:3.3.93
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0
[DEBUG] commons-codec:commons-codec:jar:1.4
[DEBUG] commons-collections:commons-collections:jar:3.2.1
[DEBUG] commons-digester:commons-digester:jar:1.7
[DEBUG] commons-fileupload:commons-fileupload:jar:1.2.1
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] javax.activation:activation:jar:1.1
[DEBUG] javax.mail:mail:jar:1.4.1
[DEBUG] jline:jline:jar:0.9.1
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev
[DEBUG] junit:junit:jar:4.7
[DEBUG] org.apache.ant:ant:jar:1.7.1
[DEBUG] org.apache.ant:ant-junit:jar:1.7.1
[DEBUG] org.apache.commons:commons-compress:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0
[DEBUG] org.apache.solr:solr-noggit:jar:3.1.0
[DEBUG] org.apache.tika:tika-core:jar:0.8
[DEBUG] org.apache.tika:tika-parsers:jar:0.8
[DEBUG] org.apache.solr:solr-uima-an-alchemy:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-calais:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-tagger:jar:3.1.0
[DEBUG] org.apache.solr:solr-uima-an-wst:jar:3.1.0
[DEBUG] org.apache.uima:uimaj-core:jar:2.3.1
[DEBUG] org.apache.velocity:velocity:jar:1.6.4
[DEBUG] org.apache.velocity:velocity-tools:jar:2.0
[DEBUG] org.apache.zookeeper:zookeeper:jar:3.3.1
[DEBUG] org.apache.solr:solr-carrot2-core:jar:3.1.0
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] org.easymock:easymock:jar:2.2
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.26-patched-JETTY-1340
[DEBUG] org.mortbay.jetty:jsp-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.26
[DEBUG] org.mortbay.jetty:jsp-api-2.1-glassfish:jar:2.1.v20091210
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:log4j-over-slf4j:jar:1.5.5
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.5
[DEBUG] org.slf4j:slf4j-simple:jar:1.5.5
[DEBUG] org.apache.lucene:lucene-xercesImpl:jar:3.1.0
[DEBUG] javax.servlet:servlet-api:jar:2.4
[DEBUG] org.apache.lucene:lucene-stempel:jar:3.1.0:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.hibernate:hibernate-parent:pom:3.6.3.Final for project: org.hibernate:hibernate-core:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.hibernate:hibernate-core
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1
[DEBUG] antlr:antlr:jar:2.7.6
[DEBUG] commons-collections:commons-collections:jar:3.1
[DEBUG] dom4j:dom4j:jar:1.6.1
[DEBUG] javassist:javassist:jar:3.12.0.GA
[DEBUG] cglib:cglib:jar:2.2
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA
[DEBUG] org.hibernate:hibernate-validator:jar:4.1.0.Final
[DEBUG] com.h2database:h2:jar:1.2.145
[DEBUG] org.jboss.byteman:byteman:jar:1.5.1
[DEBUG] org.hibernate:hibernate-core:jar:3.6.3.Final:compile (removed - nearer found: 3.6.6.Final)
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-validator:jar:4.1.0.Final:compile (selected for compile)
[DEBUG] Retrieving parent-POM: net.sf.ehcache:ehcache-parent:pom:2.1 for project: net.sf.ehcache:ehcache:pom:2.4.1 from the repository.
[DEBUG] Adding managed dependencies for net.sf.ehcache:ehcache
[DEBUG] net.sf.jsr107cache:jsr107cache:jar:1.0:compile
[DEBUG] commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:provided
[DEBUG] org.hibernate:hibernate-core:jar:3.3.2.GA:provided
[DEBUG] org.hibernate:hibernate-ehcache:jar:3.3.2.GA:provided
[DEBUG] net.sf.hibernate:hibernate:jar:2.1.8:provided
[DEBUG] javax.servlet:servlet-api:jar:2.4:provided
[DEBUG] jgroups:jgroups-all:jar:2.4.1:provided
[DEBUG] httpunit:httpunit:jar:1.6:test
[DEBUG] commons-httpclient:commons-httpclient:jar:3.0.1:test
[DEBUG] checkstyle:checkstyle-optional:jar:4.4:test
[DEBUG] commons-httpclient:commons-httpclient:jar:3.0.1:test
[DEBUG] httpunit:httpunit:jar:1.6.1:test
[DEBUG] org.springframework:spring:jar:2.0.2:test
[DEBUG] org.springframework:spring-aop:jar:2.0.2:test
[DEBUG] org.springframework:spring-aspects:jar:2.0.2:test
[DEBUG] org.springframework:spring-mock:jar:2.0.2:test
[DEBUG] org.acegisecurity:acegi-security:jar:1.0.3:test
[DEBUG] net.sf.ehcache:ehcache:pom:2.4.1:compile (selected for compile)
[DEBUG] Retrieving parent-POM: net.sf.ehcache:ehcache-parent:pom:2.2 for project: null:ehcache-core:jar:2.4.0 from the repository.
[DEBUG] Adding managed dependencies for unknown:ehcache-core
[DEBUG] net.sf.jsr107cache:jsr107cache:jar:1.0:compile
[DEBUG] commons-logging:commons-logging:jar:1.0.4:compile
[DEBUG] dom4j:dom4j:jar:1.6.1:provided
[DEBUG] org.hibernate:hibernate-core:jar:3.3.2.GA:provided
[DEBUG] org.hibernate:hibernate-ehcache:jar:3.3.2.GA:provided
[DEBUG] net.sf.hibernate:hibernate:jar:2.1.8:provided
[DEBUG] javax.servlet:servlet-api:jar:2.4:provided
[DEBUG] jgroups:jgroups-all:jar:2.4.1:provided
[DEBUG] httpunit:httpunit:jar:1.6:test
[DEBUG] commons-httpclient:commons-httpclient:jar:3.0.1:test
[DEBUG] checkstyle:checkstyle-optional:jar:4.4:test
[DEBUG] org.springframework:spring:jar:2.0.2:test
[DEBUG] org.springframework:spring-aop:jar:2.0.2:test
[DEBUG] org.springframework:spring-aspects:jar:2.0.2:test
[DEBUG] org.springframework:spring-mock:jar:2.0.2:test
[DEBUG] org.acegisecurity:acegi-security:jar:1.0.3:test
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.0:compile (selected for compile)
[DEBUG] Retrieving parent-POM: net.sf.ehcache:ehcache-terracotta-root:pom:2.4.1 for project: null:ehcache-terracotta:jar:null from the repository.
[DEBUG] Retrieving parent-POM: org.terracotta.forge:forge-parent:pom:2.2 for project: net.sf.ehcache:ehcache-terracotta-root:pom:2.4.1 from the repository.
[DEBUG] net.sf.ehcache:ehcache-terracotta:jar:2.4.1:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.springframework:spring-parent:pom:3.0.5.RELEASE for project: org.springframework:spring-beans:jar:3.0.5.RELEASE from the repository.
[DEBUG] Adding managed dependencies for org.springframework:spring-beans
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-beans:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-core
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-asm
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:5 for project: commons-logging:commons-logging:jar:1.1.1 from the repository.
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-context
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-context:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-aop
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-aop:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-expression
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-expression:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-tx
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-tx:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-orm
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-orm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-jdbc
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.springframework.security:spring-security-parent:pom:3.0.5.RELEASE for project: null:spring-security-core:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:spring-security-core
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-test:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-webmvc:jar:3.0.3.RELEASE
[DEBUG] org.springframework.ldap:spring-ldap-core:jar:1.3.0.RELEASE
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] cglib:cglib-nodep:jar:2.2:test
[DEBUG] net.sf.ehcache:ehcache:jar:1.6.2
[DEBUG] commons-collections:commons-collections:jar:3.2
[DEBUG] javax.annotation:jsr250-api:jar:1.0
[DEBUG] hsqldb:hsqldb:jar:1.8.0.10
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided
[DEBUG] javax.servlet:jstl:jar:1.1.2:runtime
[DEBUG] taglibs:standard:jar:1.1.2:runtime
[DEBUG] log4j:log4j:jar:1.2.14:runtime
[DEBUG] org.springframework.security:spring-security-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.springframework:spring-parent:pom:3.0.3.RELEASE for project: org.springframework:spring-expression:jar:3.0.3.RELEASE from the repository.
[DEBUG] Adding managed dependencies for org.springframework:spring-expression
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-core
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-context
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-tx
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-aop
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (selected for compile)
[DEBUG] Adding managed dependencies for unknown:spring-security-config
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-test:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-webmvc:jar:3.0.3.RELEASE
[DEBUG] org.springframework.ldap:spring-ldap-core:jar:1.3.0.RELEASE
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] cglib:cglib-nodep:jar:2.2:test
[DEBUG] net.sf.ehcache:ehcache:jar:1.6.2
[DEBUG] commons-collections:commons-collections:jar:3.2
[DEBUG] javax.annotation:jsr250-api:jar:1.0
[DEBUG] hsqldb:hsqldb:jar:1.8.0.10
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided
[DEBUG] javax.servlet:jstl:jar:1.1.2:runtime
[DEBUG] taglibs:standard:jar:1.1.2:runtime
[DEBUG] log4j:log4j:jar:1.2.14:runtime
[DEBUG] org.springframework.security:spring-security-config:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for unknown:spring-security-web
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-test:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-webmvc:jar:3.0.3.RELEASE
[DEBUG] org.springframework.ldap:spring-ldap-core:jar:1.3.0.RELEASE
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] cglib:cglib-nodep:jar:2.2:test
[DEBUG] net.sf.ehcache:ehcache:jar:1.6.2
[DEBUG] commons-collections:commons-collections:jar:3.2
[DEBUG] javax.annotation:jsr250-api:jar:1.0
[DEBUG] hsqldb:hsqldb:jar:1.8.0.10
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided
[DEBUG] javax.servlet:jstl:jar:1.1.2:runtime
[DEBUG] taglibs:standard:jar:1.1.2:runtime
[DEBUG] log4j:log4j:jar:1.2.14:runtime
[DEBUG] org.springframework.security:spring-security-web:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-web
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-beans
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework.s
ecurity:spring-security-acl
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-test:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE
[DEBUG] org.springframework:spring-webmvc:jar:3.0.3.RELEASE
[DEBUG] org.springframework.ldap:spring-ldap-core:jar:1.3.0.RELEASE
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] cglib:cglib-nodep:jar:2.2:test
[DEBUG] net.sf.ehcache:ehcache:jar:1.6.2
[DEBUG] commons-collections:commons-collections:jar:3.2
[DEBUG] javax.annotation:jsr250-api:jar:1.0
[DEBUG] hsqldb:hsqldb:jar:1.8.0.10
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided
[DEBUG] javax.servlet:jstl:jar:1.1.2:runtime
[DEBUG] taglibs:standard:jar:1.1.2:runtime
[DEBUG] log4j:log4j:jar:1.2.14:runtime
[DEBUG] org.springframework.security:spring-security-acl:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-context-support
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-jdbc
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-webmvc
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-webmvc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-context-support
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-web
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-aspects
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-aspects:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] Adding managed dependencies for org.springframework:spring-test
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.springframework:spring-oxm
[DEBUG] javax.xml.ws:jaxws-api:jar:2.1-1
[DEBUG] javax.inject:com.springsource.javax.inject:jar:1.0.0:provided
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8
[DEBUG] org.easymock:easymock:jar:2.5.1:test
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.15:test
[DEBUG] org.springframework:spring-oxm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.springframework.ws:spring-ws-parent:pom:2.0.0.RELEASE for project: null:spring-xml:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:spring-xml
[DEBUG] org.springframework.ws:spring-xml:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-core:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-core:jar:tests:2.0.0.RELEASE:test
[DEBUG] org.springframework.ws:spring-ws-support:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-security:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-test:jar:2.0.0.RELEASE
[DEBUG] org.springframework:spring-core:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-beans:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-context:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-aop:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-webmvc:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-orm:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-oxm:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-tx:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-jms:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:test
[DEBUG] javax.xml.stream:stax-api:jar:1.0-2
[DEBUG] jaxen:jaxen:jar:1.1.1
[DEBUG] org.codehaus.woodstox:woodstox-core-asl:jar:4.0.8
[DEBUG] org.jdom:jdom:jar:1.1
[DEBUG] dom4j:dom4j:jar:1.6.1
[DEBUG] xom:xom:jar:1.1
[DEBUG] xpp3:xpp3:jar:1.1.3.4.O
[DEBUG] org.apache.ws.commons.schema:XmlSchema:jar:1.4.3
[DEBUG] org.codehaus.castor:castor:jar:1.2
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.4.0
[DEBUG] org.jibx:jibx-run:jar:1.1.6a
[DEBUG] org.jibx:jibx-bind:jar:1.1.6a
[DEBUG] bcel:bcel:jar:5.1
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3
[DEBUG] com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.2
[DEBUG] org.apache.ws.commons.axiom:axiom-api:jar:1.2.9
[DEBUG] org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9
[DEBUG] wsdl4j:wsdl4j:jar:1.6.1
[DEBUG] com.sun.xml.wss:xws-security:jar:3.0
[DEBUG] com.sun.org.apache.xml.security:xmlsec:jar:2.0
[DEBUG] org.apache.ws.security:wss4j:jar:1.5.8
[DEBUG] org.springframework.security:spring-security-core:jar:3.0.2.RELEASE
[DEBUG] org.springframework.security:spring-security-core:jar:tests:3.0.2.RELEASE
[DEBUG] org.springframework.security:spring-security-config:jar:3.0.2.RELEASE
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.0.1
[DEBUG] javax.xml.soap:saaj-api:jar:1.3:provided
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided
[DEBUG] javax.mail:mail:jar:1.4.1:provided
[DEBUG] javax.activation:activation:jar:1.1.1:provided
[DEBUG] javax.jms:jms:jar:1.1:provided
[DEBUG] javax.ejb:ejb:jar:2.1:provided
[DEBUG] javax.persistence:persistence-api:jar:1.0:provided
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.0
[DEBUG] org.apache.activemq:activemq-core:jar:4.1.1
[DEBUG] jivesoftware:smack:jar:3.1.0
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] log4j:log4j:jar:1.2.16
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] xmlunit:xmlunit:jar:1.1:test
[DEBUG] org.easymock:easymock:jar:2.5.2:test
[DEBUG] org.springframework.ws:spring-xml:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] Adding managed dependencies for unknown:spring-ws-core
[DEBUG] org.springframework.ws:spring-xml:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-core:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-core:jar:tests:2.0.0.RELEASE:test
[DEBUG] org.springframework.ws:spring-ws-support:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-security:jar:2.0.0.RELEASE
[DEBUG] org.springframework.ws:spring-ws-test:jar:2.0.0.RELEASE
[DEBUG] org.springframework:spring-core:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-beans:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-context:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-aop:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-webmvc:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-orm:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-oxm:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-tx:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-jms:jar:3.0.5.RELEASE
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:test
[DEBUG] javax.xml.stream:stax-api:jar:1.0-2
[DEBUG] jaxen:jaxen:jar:1.1.1
[DEBUG] org.codehaus.woodstox:woodstox-core-asl:jar:4.0.8
[DEBUG] org.jdom:jdom:jar:1.1
[DEBUG] dom4j:dom4j:jar:1.6.1
[DEBUG] xom:xom:jar:1.1
[DEBUG] xpp3:xpp3:jar:1.1.3.4.O
[DEBUG] org.apache.ws.commons.schema:XmlSchema:jar:1.4.3
[DEBUG] org.codehaus.castor:castor:jar:1.2
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.4.0
[DEBUG] org.jibx:jibx-run:jar:1.1.6a
[DEBUG] org.jibx:jibx-bind:jar:1.1.6a
[DEBUG] bcel:bcel:jar:5.1
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3
[DEBUG] com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.2
[DEBUG] org.apache.ws.commons.axiom:axiom-api:jar:1.2.9
[DEBUG] org.apache.ws.commons.axiom:axiom-impl:jar:1.2.9
[DEBUG] wsdl4j:wsdl4j:jar:1.6.1
[DEBUG] com.sun.xml.wss:xws-security:jar:3.0
[DEBUG] com.sun.org.apache.xml.security:xmlsec:jar:2.0
[DEBUG] org.apache.ws.security:wss4j:jar:1.5.8
[DEBUG] org.springframework.security:spring-security-core:jar:3.0.2.RELEASE
[DEBUG] org.springframework.security:spring-security-core:jar:tests:3.0.2.RELEASE
[DEBUG] org.springframework.security:spring-security-config:jar:3.0.2.RELEASE
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.0.1
[DEBUG] javax.xml.soap:saaj-api:jar:1.3:provided
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided
[DEBUG] javax.mail:mail:jar:1.4.1:provided
[DEBUG] javax.activation:activation:jar:1.1.1:provided
[DEBUG] javax.jms:jms:jar:1.1:provided
[DEBUG] javax.ejb:ejb:jar:2.1:provided
[DEBUG] javax.persistence:persistence-api:jar:1.0:provided
[DEBUG] commons-httpclient:commons-httpclient:jar:3.1
[DEBUG] org.mortbay.jetty:jetty:jar:6.1.0
[DEBUG] org.apache.activemq:activemq-core:jar:4.1.1
[DEBUG] jivesoftware:smack:jar:3.1.0
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] log4j:log4j:jar:1.2.16
[DEBUG] junit:junit:jar:4.7:test
[DEBUG] xmlunit:xmlunit:jar:1.1:test
[DEBUG] org.easymock:easymock:jar:2.5.2:test
[DEBUG] org.springframework.ws:spring-ws-core:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] wsdl4j:wsdl4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.4.0:compile (selected for compile)
[DEBUG] stax:stax-api:jar:1.0.1:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.codehaus.castor:castor:pom:1.3.1 for project: org.codehaus.castor:castor-xml:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.codehaus.castor:castor-xml
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] ant:ant:jar:1.6
[DEBUG] org.codehaus.castor:spring-orm:jar:1.5-SNAPSHOT:test
[DEBUG] org.springframework:spring-beans:jar:2.5.5:test
[DEBUG] org.springframework:spring-context:jar:2.5.5:test
[DEBUG] org.springframework:spring-test:jar:2.5.5:test
[DEBUG] junit:junit:jar:4.4
[DEBUG] log4j:log4j:jar:1.2.13:test
[DEBUG] edu.umd.cs.mtc:multithreadedtc:jar:1.01:test
[DEBUG] org.easymock:easymock:jar:2.4:test
[DEBUG] oro:oro:jar:2.0.8
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] ldapsdk:ldapsdk:jar:4.1
[DEBUG] org.apache.derby:derby:jar:10.5.3.0_1:test
[DEBUG] velocity:velocity:jar:1.5
[DEBUG] javax.persistence:persistence-api:jar:1.0
[DEBUG] org.codehaus.castor:castor-xml:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-xml-schema:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-codegen:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-ddlgen:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-core:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-tests:jar:1.3.1-SNAPSHOT
[DEBUG] org.codehaus.castor:castor-jdo:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-testsuite-xml-framework:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-xml-diff:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-xml:jar:1.3.1:compile (selected for compile)
[DEBUG] Adding managed dependencies for org.codehaus.castor:castor-core
[DEBUG] commons-logging:commons-logging:jar:1.1.1
[DEBUG] ant:ant:jar:1.6
[DEBUG] org.codehaus.castor:spring-orm:jar:1.5-SNAPSHOT:test
[DEBUG] org.springframework:spring-beans:jar:2.5.5:test
[DEBUG] org.springframework:spring-context:jar:2.5.5:test
[DEBUG] org.springframework:spring-test:jar:2.5.5:test
[DEBUG] junit:junit:jar:4.4
[DEBUG] log4j:log4j:jar:1.2.13:test
[DEBUG] edu.umd.cs.mtc:multithreadedtc:jar:1.01:test
[DEBUG] org.easymock:easymock:jar:2.4:test
[DEBUG] oro:oro:jar:2.0.8
[DEBUG] jakarta-regexp:jakarta-regexp:jar:1.4
[DEBUG] ldapsdk:ldapsdk:jar:4.1
[DEBUG] org.apache.derby:derby:jar:10.5.3.0_1:test
[DEBUG] velocity:velocity:jar:1.5
[DEBUG] javax.persistence:persistence-api:jar:1.0
[DEBUG] org.codehaus.castor:castor-xml:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-xml-schema:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-codegen:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-ddlgen:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-core:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-tests:jar:1.3.1-SNAPSHOT
[DEBUG] org.codehaus.castor:castor-jdo:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-testsuite-xml-framework:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-xml-diff:jar:1.3.1
[DEBUG] org.codehaus.castor:castor-core:jar:1.3.1:compile (selected for compile)
[DEBUG] junit:junit:jar:4.8.1:compile (selected for compile)
[DEBUG] postgresql:postgresql:jar:9.0-801.jdbc4:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.liquibase:liquibase-parent:pom:2.0.1 for project: null:liquibase-core:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:liquibase-core
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0
[DEBUG] org.apache.maven:maven-project:jar:2.0
[DEBUG] org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:test
[DEBUG] junit:junit:jar:4.8.1:test
[DEBUG] org.easymock:easymockclassextension:jar:2.2:test
[DEBUG] ant:ant:jar:1.6.5:provided
[DEBUG] javax.servlet:servlet-api:jar:2.4:provided
[DEBUG] org.springframework:spring:jar:2.0.6:provided
[DEBUG] org.apache.maven.shared:maven-verifier:jar:1.2:test
[DEBUG] hsqldb:hsqldb:jar:1.8.0.7:test
[DEBUG] org.apache.derby:derby:jar:10.2.2.0:test
[DEBUG] org.liquibase:liquibase-core:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:15 for project: commons-io:commons-io:jar:2.0.1 from the repository.
[DEBUG] commons-io:commons-io:jar:1.4:compile (removed - nearer found: 2.0.1)
[DEBUG] commons-io:commons-io:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (removed - nearer found: 3.2.1)
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG] net.sf.opencsv:opencsv:jar:2.0:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (removed - nearer found: 1.6.9)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.9:compile (selected for compile)
[DEBUG] org.aspectj:aspectjlib:jar:1.6.2:compile (selected for compile)
[DEBUG] Retrieving parent-POM: com.thoughtworks.xstream:xstream-parent:pom:1.3.1 for project: null:xstream:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:xstream
[DEBUG] commons-io:commons-io:jar:1.4
[DEBUG] commons-cli:commons-cli:jar:1.1
[DEBUG] commons-lang:commons-lang:jar:2.4
[DEBUG] cglib:cglib-nodep:jar:2.2
[DEBUG] dom4j:dom4j:jar:1.6.1
[DEBUG] org.jdom:jdom:jar:1.1
[DEBUG] joda-time:joda-time:jar:1.6
[DEBUG] com.megginson.sax:xml-writer:jar:0.2
[DEBUG] stax:stax:jar:1.2.0
[DEBUG] stax:stax-api:jar:1.0.1
[DEBUG] org.codehaus.woodstox:wstx-asl:jar:3.2.7
[DEBUG] xom:xom:jar:1.1
[DEBUG] xpp3:xpp3_min:jar:1.1.4c
[DEBUG] oro:oro:jar:2.0.8
[DEBUG] org.codehaus.jettison:jettison:jar:1.0.1
[DEBUG] xml-apis:xml-apis:jar:1.3.04
[DEBUG] xerces:xercesImpl:jar:2.8.1
[DEBUG] junit:junit:jar:3.8.1:test
[DEBUG] jmock:jmock:jar:1.0.1:test
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile (selected for compile)
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile (selected for compile)
[DEBUG] org.jasypt:jasypt:jar:1.7.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] com.vaadin:vaadin:jar:6.6.3:compile (selected for compile)
[DEBUG] org.vaadin.addons:tokenfield:jar:1.0:compile (selected for compile)
[DEBUG] org.vaadin.addons:clickable-custom-layout:jar:0.9.2:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.quartz-scheduler:quartz-parent:pom:1.8.3 for project: null:quartz:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:quartz
[DEBUG] org.quartz-scheduler:quartz:jar:1.8.3
[DEBUG] org.quartz-scheduler:quartz:jar:1.8.3:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.slf4j:slf4j-parent:pom:1.5.10 for project: org.slf4j:slf4j-api:jar:null from the repository.
[DEBUG] Adding managed dependencies for org.slf4j:slf4j-api
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.14
[DEBUG] ch.qos.cal10n:cal10n-api:jar:0.7.2
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] Adding managed dependencies for org.slf4j:slf4j-log4j12
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10
[DEBUG] org.slf4j:slf4j-jdk14:jar:1.5.10
[DEBUG] log4j:log4j:jar:1.2.14
[DEBUG] ch.qos.cal10n:cal10n-api:jar:0.7.2
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] com.lowagie:itext:jar:2.1.7:compile (selected for compile)
[DEBUG] bouncycastle:bcmail-jdk14:jar:138:compile (selected for compile)
[DEBUG] bouncycastle:bcprov-jdk14:jar:138:compile (selected for compile)
[DEBUG] While downloading bouncycastle:bctsp-jdk14:138
This artifact has been relocated to org.bouncycastle:bctsp-jdk14:1.38.
[DEBUG] org.bouncycastle:bctsp-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcprov-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcmail-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] joda-time:joda-time:jar:1.6.2:compile (selected for compile)
[DEBUG] xalan:xalan:jar:2.7.1:compile (selected for compile)
[DEBUG] xalan:serializer:jar:2.7.1:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.8.1:compile (selected for compile)
[DEBUG] Retrieving parent-POM: org.apache:apache:pom:1 for project: xml-apis:xml-apis:jar:1.3.03 from the repository.
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (removed - nearer found: 1.3.03)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1.1:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1-beta-6:compile (removed - causes a cycle in the graph)
[DEBUG] jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG] jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.02:compile (removed - nearer found: 1.3.03)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xom:xom:jar:1.0:compile (selected for compile)
[DEBUG] xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xalan:xalan:jar:2.6.0:compile (removed - nearer found: 2.7.1)
[DEBUG] com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG] Retrieving parent-POM: com.sun.mail:all:pom:1.4.2 for project: javax.mail:mail:jar:null from the repository.
[DEBUG] Adding managed dependencies for javax.mail:mail
[DEBUG] javax.mail:mail:jar:1.4.2
[DEBUG] com.sun.mail:dsn:jar:1.4.2
[DEBUG] com.sun.mail:mbox:jar:1.4.2
[DEBUG] com.sun.mail:taglib:jar:1.4.2
[DEBUG] javax.servlet:servlet-api:jar:2.5
[DEBUG] javax.servlet.jsp:jsp-api:jar:2.1
[DEBUG] javax.mail:mail:jar:1.4.2:compile (selected for compile)
[DEBUG] javax.activation:activation:jar:1.1:compile (selected for compile)
[DEBUG] javax.servlet:jstl:jar:1.2:compile (selected for compile)
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile (selected for compile)
[DEBUG] org.apache.poi:poi:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile (removed - nearer found: 2.4.0)
[DEBUG] Retrieving parent-POM: org.apache.geronimo.specs:specs:pom:1.2 for project: null:geronimo-stax-api_1.0_spec:jar:1.0 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.geronimo.genesis.config:project-config:pom:1.1 for project: org.apache.geronimo.specs:specs:pom:1.2 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.geronimo.genesis.config:config:pom:1.1 for project: null:project-config:pom:1.1 from the repository.
[DEBUG] Retrieving parent-POM: org.apache.geronimo.genesis:genesis:pom:1.1 for project: org.apache.geronimo.genesis.config:config:pom:1.1 from the repository.
[DEBUG] Adding managed dependencies for unknown:geronimo-stax-api_1.0_spec
[DEBUG] junit:junit:jar:3.8.1
[DEBUG] org.apache.geronimo.genesis.plugins:plugin-support:jar:1.1
[DEBUG] org.apache.geronimo.genesis.config:logging-config:jar:1.1
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0:compile (selected for compile)
[DEBUG] org.easymock:easymock:jar:2.4:test (selected for test)
[DEBUG] org.easymock:easymockclassextension:jar:2.4:test (selected for test)
[DEBUG] cglib:cglib-nodep:jar:2.1_3:test (selected for test)
[DEBUG] Retrieving parent-POM: com.google:google:pom:5 for project: com.google.guava:guava:jar:r09 from the repository.
[DEBUG] com.google.guava:guava:jar:r09:compile (selected for compile)
[DEBUG] commons-configuration:commons-configuration:jar:1.6:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.0:compile (selected for compile)
[DEBUG] com.h2database:h2:jar:1.3.158:compile (selected for compile)
[DEBUG] Plugin dependencies for:
org.apache.maven.plugins:maven-compiler-plugin:2.3.1
are:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-artifact:jar:2.0.6:runtime
org.apache.maven:maven-core:jar:2.0.6:runtime
org.codehaus.plexus:plexus-utils:jar:2.0.5:runtime
org.codehaus.plexus:plexus-compiler-api:jar:1.8:runtime
org.apache.maven:maven-toolchain:jar:1.0:runtime
org.codehaus.plexus:plexus-compiler-manager:jar:1.8:runtime
org.codehaus.plexus:plexus-compiler-javac:jar:1.8:runtime
[DEBUG] org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.3.1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-http-shared:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev:runtime (selected for runtime)
[DEBUG] xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] commons-cli:commons-cli:jar:1.0:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7:runtime (removed - nearer found: 1.0-alpha-9-stable-1)
[DEBUG] plexus:plexus-utils:jar:1.0.2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] com.jcraft:jsch:jar:0.1.27:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.0.4)
[DEBUG] classworlds:classworlds:jar:1.1:runtime (removed - nearer found: 1.1-alpha-2)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 2.0.5)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:2.0.5:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compiler:pom:1.8 for project: null:plexus-compiler-api:jar:null from the repository.
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components:pom:1.1.17 for project: null:plexus-compiler:pom:1.8 from the repository.
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:2.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.17 from the repository.
[DEBUG] Adding managed dependencies for unknown:plexus-compiler-api
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.8
[DEBUG] org.codehaus.plexus:plexus-compiler-test:jar:1.8
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.8:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5:runtime (removed - nearer found: 2.0.5)
[DEBUG] Adding managed dependencies for unknown:maven-toolchain
[DEBUG] org.apache.maven:maven-model:jar:2.0.6
[DEBUG] org.apache.maven:maven-project:jar:2.0.6
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.6
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:plexus-compiler-manager
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.8
[DEBUG] org.codehaus.plexus:plexus-compiler-test:jar:1.8
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] org.codehaus.plexus:plexus-compiler-manager:jar:1.8:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compilers:pom:1.8 for project: null:plexus-compiler-javac:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:plexus-compiler-javac
[DEBUG] org.codehaus.plexus:plexus-compiler-api:jar:1.8
[DEBUG] org.codehaus.plexus:plexus-compiler-test:jar:1.8
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5
[DEBUG] junit:junit:jar:3.8.2:test
[DEBUG] org.codehaus.plexus:plexus-compiler-javac:jar:1.8:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.5:runtime (removed - nearer found: 2.0.5)
[DEBUG] The following artifacts were filtered out for plugin: org.apache.maven.plugins:maven-compiler-plugin:2.3.1 because they're already in the core of Maven:
org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:runtime
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-artifact:jar:2.0.6:runtime
org.apache.maven:maven-core:jar:2.0.6:runtime
org.apache.maven:maven-toolchain:jar:1.0:runtime
These will use the artifact files already in the core ClassRealm instead, to allow them to be included in PluginDescriptor.getArtifacts().
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile' -->
[DEBUG] (f) basedir = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config
[DEBUG] (f) buildDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target
[DEBUG] (f) classpathElements = [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes, /root/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar, /root/.m2/repository/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar, /root/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar, /root/.m2/repository/javassist/javassist/3.4.GA/javassist-3.4.GA.jar, /root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar, /root/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar, /root/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar, /root/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar, /root/.m2/repository/hibernate/hibernate-tools/3.2.3.GA/hibernate-tools-3.2.3.GA.jar, /root/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar, /root/.m2/repository/freemarker/freemarker/2.3.8/freemarker-2.3.8.jar, /root/.m2/repository/org/hibernate/jtidy/r8-20060801/jtidy-r8-20060801.jar, /root/.m2/repository/org/hibernate/hibernate-entitymanager/3.6.6.Final/hibernate-entitymanager-3.6.6.Final.jar, /root/.m2/repository/org/hibernate/hibernate-core/3.6.6.Final/hibernate-core-3.6.6.Final.jar, /root/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar, /root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar, /root/.m2/repository/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar, /root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar, /root/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar, /root/.m2/repository/cglib/cglib/2.2/cglib-2.2.jar, /root/.m2/repository/asm/asm/3.1/asm-3.1.jar, /root/.m2/repository/org/hibernate/hibernate-search/3.4.0.Final/hibernate-search-3.4.0.Final.jar, /root/.m2/repository/org/hibernate/hibernate-search-analyzers/3.4.0.Final/hibernate-search-analyzers-3.4.0.Final.jar, /root/.m2/repository/org/apache/lucene/lucene-core/3.1.0/lucene-core-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-analyzers/3.1.0/lucene-analyzers-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-analysis-extras/3.1.0/solr-analysis-extras-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-core/3.1.0/solr-core-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-solrj/3.1.0/solr-solrj-3.1.0.jar, /root/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar, /root/.m2/repository/org/apache/lucene/lucene-highlighter/3.1.0/lucene-highlighter-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-memory/3.1.0/lucene-memory-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-misc/3.1.0/lucene-misc-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-spatial/3.1.0/lucene-spatial-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-spellchecker/3.1.0/lucene-spellchecker-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-commons-csv/3.1.0/solr-commons-csv-3.1.0.jar, /root/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar, /root/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar, /root/.m2/repository/org/apache/lucene/lucene-smartcn/3.1.0/lucene-smartcn-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-stempel/3.1.0/lucene-stempel-3.1.0.jar, /root/.m2/repository/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar, /root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.0/ehcache-core-2.4.0.jar, /root/.m2/repository/net/sf/ehcache/ehcache-terracotta/2.4.1/ehcache-terracotta-2.4.1.jar, /root/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar, /root/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar, /root/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar, /root/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, /root/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-tx/3.0.5.RELEASE/spring-tx-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-orm/3.0.5.RELEASE/spring-orm-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-jdbc/3.0.5.RELEASE/spring-jdbc-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-core/3.0.5.RELEASE/spring-security-core-3.0.5.RELEASE.jar, /root/.m2/repository/org/aspectj/aspectjrt/1.6.8/aspectjrt-1.6.8.jar, /root/.m2/repository/org/aspectj/aspectjweaver/1.6.9/aspectjweaver-1.6.9.jar, /root/.m2/repository/org/springframework/security/spring-security-config/3.0.5.RELEASE/spring-security-config-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-web/3.0.5.RELEASE/spring-security-web-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-web/3.0.3.RELEASE/spring-web-3.0.3.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-acl/3.0.5.RELEASE/spring-security-acl-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-context-support/3.0.3.RELEASE/spring-context-support-3.0.3.RELEASE.jar, /root/.m2/repository/org/springframework/spring-webmvc/3.0.5.RELEASE/spring-webmvc-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aspects/3.0.5.RELEASE/spring-aspects-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-test/3.0.5.RELEASE/spring-test-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-oxm/3.0.5.RELEASE/spring-oxm-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/ws/spring-xml/2.0.0.RELEASE/spring-xml-2.0.0.RELEASE.jar, /root/.m2/repository/org/springframework/ws/spring-ws-core/2.0.0.RELEASE/spring-ws-core-2.0.0.RELEASE.jar, /root/.m2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar, /root/.m2/repository/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar, /root/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, /root/.m2/repository/org/codehaus/castor/castor-xml/1.3.1/castor-xml-1.3.1.jar, /root/.m2/repository/org/codehaus/castor/castor-core/1.3.1/castor-core-1.3.1.jar, /root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar, /root/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar, /root/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar, /root/.m2/repository/net/sf/opencsv/opencsv/2.0/opencsv-2.0.jar, /root/.m2/repository/org/aspectj/aspectjlib/1.6.2/aspectjlib-1.6.2.jar, /root/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar, /root/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, /root/.m2/repository/org/jasypt/jasypt/1.7.1/jasypt-1.7.1.jar, /root/.m2/repository/com/vaadin/vaadin/6.6.3/vaadin-6.6.3.jar, /root/.m2/repository/org/vaadin/addons/tokenfield/1.0/tokenfield-1.0.jar, /root/.m2/repository/org/vaadin/addons/clickable-custom-layout/0.9.2/clickable-custom-layout-0.9.2.jar, /root/.m2/repository/org/quartz-scheduler/quartz/1.8.3/quartz-1.8.3.jar, /root/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar, /root/.m2/repository/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar, /root/.m2/repository/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar, /root/.m2/repository/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar, /root/.m2/repository/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar, /root/.m2/repository/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar, /root/.m2/repository/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar, /root/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar, /root/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar, /root/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar, /root/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar, /root/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar, /root/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar, /root/.m2/repository/xom/xom/1.0/xom-1.0.jar, /root/.m2/repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar, /root/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar, /root/.m2/repository/javax/mail/mail/1.4.2/mail-1.4.2.jar, /root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar, /root/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar, /root/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar, /root/.m2/repository/org/apache/poi/poi/3.7/poi-3.7.jar, /root/.m2/repository/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.jar, /root/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.jar, /root/.m2/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar, /root/.m2/repository/com/google/guava/guava/r09/guava-r09.jar, /root/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar, /root/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar, /root/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar, /root/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar, /root/.m2/repository/com/h2database/h2/1.3.158/h2-1.3.158.jar]
[DEBUG] (f) compileSourceRoots = [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) fork = false
[DEBUG] (f) generatedSourcesDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/generated-sources/annotations
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] (f) outputFileName = dex-config-0.0.1-SNAPSHOT
[DEBUG] (f) projectArtifact = com.mckesson.dex:dex-config:jar:0.0.1-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@1647692
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[INFO]
[compiler:compile {execution: default-compile}]
[DEBUG] Using compiler 'javac'.
[DEBUG] Source directories: [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/java]
[DEBUG] Classpath: [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
/root/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
/root/.m2/repository/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
/root/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar
/root/.m2/repository/javassist/javassist/3.4.GA/javassist-3.4.GA.jar
/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
/root/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
/root/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
/root/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
/root/.m2/repository/hibernate/hibernate-tools/3.2.3.GA/hibernate-tools-3.2.3.GA.jar
/root/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
/root/.m2/repository/freemarker/freemarker/2.3.8/freemarker-2.3.8.jar
/root/.m2/repository/org/hibernate/jtidy/r8-20060801/jtidy-r8-20060801.jar
/root/.m2/repository/org/hibernate/hibernate-entitymanager/3.6.6.Final/hibernate-entitymanager-3.6.6.Final.jar
/root/.m2/repository/org/hibernate/hibernate-core/3.6.6.Final/hibernate-core-3.6.6.Final.jar
/root/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar
/root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
/root/.m2/repository/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar
/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar
/root/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar
/root/.m2/repository/cglib/cglib/2.2/cglib-2.2.jar
/root/.m2/repository/asm/asm/3.1/asm-3.1.jar
/root/.m2/repository/org/hibernate/hibernate-search/3.4.0.Final/hibernate-search-3.4.0.Final.jar
/root/.m2/repository/org/hibernate/hibernate-search-analyzers/3.4.0.Final/hibernate-search-analyzers-3.4.0.Final.jar
/root/.m2/repository/org/apache/lucene/lucene-core/3.1.0/lucene-core-3.1.0.jar
/root/.m2/repository/org/apache/lucene/lucene-analyzers/3.1.0/lucene-analyzers-3.1.0.jar
/root/.m2/repository/org/apache/solr/solr-analysis-extras/3.1.0/solr-analysis-extras-3.1.0.jar
/root/.m2/repository/org/apache/solr/solr-core/3.1.0/solr-core-3.1.0.jar
/root/.m2/repository/org/apache/solr/solr-solrj/3.1.0/solr-solrj-3.1.0.jar
/root/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
/root/.m2/repository/org/apache/lucene/lucene-highlighter/3.1.0/lucene-highlighter-3.1.0.jar
/root/.m2/repository/org/apache/lucene/lucene-memory/3.1.0/lucene-memory-3.1.0.jar
/root/.m2/repository/org/apache/lucene/lucene-misc/3.1.0/lucene-misc-3.1.0.jar
/root/.m2/repository/org/apache/lucene/lucene-spatial/3.1.0/lucene-spatial-3.1.0.jar
/root/.m2/repository/org/apache/lucene/lucene-spellchecker/3.1.0/lucene-spellchecker-3.1.0.jar
/root/.m2/repository/org/apache/solr/solr-commons-csv/3.1.0/solr-commons-csv-3.1.0.jar
/root/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
/root/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
/root/.m2/repository/org/apache/lucene/lucene-smartcn/3.1.0/lucene-smartcn-3.1.0.jar
/root/.m2/repository/org/apache/lucene/lucene-stempel/3.1.0/lucene-stempel-3.1.0.jar
/root/.m2/repository/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar
/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.0/ehcache-core-2.4.0.jar
/root/.m2/repository/net/sf/ehcache/ehcache-terracotta/2.4.1/ehcache-terracotta-2.4.1.jar
/root/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar
/root/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
/root/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar
/root/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
/root/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-tx/3.0.5.RELEASE/spring-tx-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-orm/3.0.5.RELEASE/spring-orm-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-jdbc/3.0.5.RELEASE/spring-jdbc-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/security/spring-security-core/3.0.5.RELEASE/spring-security-core-3.0.5.RELEASE.jar
/root/.m2/repository/org/aspectj/aspectjrt/1.6.8/aspectjrt-1.6.8.jar
/root/.m2/repository/org/aspectj/aspectjweaver/1.6.9/aspectjweaver-1.6.9.jar
/root/.m2/repository/org/springframework/security/spring-security-config/3.0.5.RELEASE/spring-security-config-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/security/spring-security-web/3.0.5.RELEASE/spring-security-web-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-web/3.0.3.RELEASE/spring-web-3.0.3.RELEASE.jar
/root/.m2/repository/org/springframework/security/spring-security-acl/3.0.5.RELEASE/spring-security-acl-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-context-support/3.0.3.RELEASE/spring-context-support-3.0.3.RELEASE.jar
/root/.m2/repository/org/springframework/spring-webmvc/3.0.5.RELEASE/spring-webmvc-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-aspects/3.0.5.RELEASE/spring-aspects-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-test/3.0.5.RELEASE/spring-test-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/spring-oxm/3.0.5.RELEASE/spring-oxm-3.0.5.RELEASE.jar
/root/.m2/repository/org/springframework/ws/spring-xml/2.0.0.RELEASE/spring-xml-2.0.0.RELEASE.jar
/root/.m2/repository/org/springframework/ws/spring-ws-core/2.0.0.RELEASE/spring-ws-core-2.0.0.RELEASE.jar
/root/.m2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar
/root/.m2/repository/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar
/root/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar
/root/.m2/repository/org/codehaus/castor/castor-xml/1.3.1/castor-xml-1.3.1.jar
/root/.m2/repository/org/codehaus/castor/castor-core/1.3.1/castor-core-1.3.1.jar
/root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar
/root/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar
/root/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar
/root/.m2/repository/net/sf/opencsv/opencsv/2.0/opencsv-2.0.jar
/root/.m2/repository/org/aspectj/aspectjlib/1.6.2/aspectjlib-1.6.2.jar
/root/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar
/root/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
/root/.m2/repository/org/jasypt/jasypt/1.7.1/jasypt-1.7.1.jar
/root/.m2/repository/com/vaadin/vaadin/6.6.3/vaadin-6.6.3.jar
/root/.m2/repository/org/vaadin/addons/tokenfield/1.0/tokenfield-1.0.jar
/root/.m2/repository/org/vaadin/addons/clickable-custom-layout/0.9.2/clickable-custom-layout-0.9.2.jar
/root/.m2/repository/org/quartz-scheduler/quartz/1.8.3/quartz-1.8.3.jar
/root/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar
/root/.m2/repository/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar
/root/.m2/repository/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar
/root/.m2/repository/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar
/root/.m2/repository/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar
/root/.m2/repository/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar
/root/.m2/repository/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar
/root/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar
/root/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar
/root/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar
/root/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
/root/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
/root/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar
/root/.m2/repository/xom/xom/1.0/xom-1.0.jar
/root/.m2/repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
/root/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar
/root/.m2/repository/javax/mail/mail/1.4.2/mail-1.4.2.jar
/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
/root/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar
/root/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
/root/.m2/repository/org/apache/poi/poi/3.7/poi-3.7.jar
/root/.m2/repository/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.jar
/root/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.jar
/root/.m2/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar
/root/.m2/repository/com/google/guava/guava/r09/guava-r09.jar
/root/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar
/root/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
/root/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
/root/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar
/root/.m2/repository/com/h2database/h2/1.3.158/h2-1.3.158.jar]
[DEBUG] Output directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] Classpath:
[DEBUG] /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] /root/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar
[DEBUG] /root/.m2/repository/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar
[DEBUG] /root/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar
[DEBUG] /root/.m2/repository/javassist/javassist/3.4.GA/javassist-3.4.GA.jar
[DEBUG] /root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar
[DEBUG] /root/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
[DEBUG] /root/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
[DEBUG] /root/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar
[DEBUG] /root/.m2/repository/hibernate/hibernate-tools/3.2.3.GA/hibernate-tools-3.2.3.GA.jar
[DEBUG] /root/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[DEBUG] /root/.m2/repository/freemarker/freemarker/2.3.8/freemarker-2.3.8.jar
[DEBUG] /root/.m2/repository/org/hibernate/jtidy/r8-20060801/jtidy-r8-20060801.jar
[DEBUG] /root/.m2/repository/org/hibernate/hibernate-entitymanager/3.6.6.Final/hibernate-entitymanager-3.6.6.Final.jar
[DEBUG] /root/.m2/repository/org/hibernate/hibernate-core/3.6.6.Final/hibernate-core-3.6.6.Final.jar
[DEBUG] /root/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar
[DEBUG] /root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
[DEBUG] /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar
[DEBUG] /root/.m2/repository/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar
[DEBUG] /root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar
[DEBUG] /root/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar
[DEBUG] /root/.m2/repository/cglib/cglib/2.2/cglib-2.2.jar
[DEBUG] /root/.m2/repository/asm/asm/3.1/asm-3.1.jar
[DEBUG] /root/.m2/repository/org/hibernate/hibernate-search/3.4.0.Final/hibernate-search-3.4.0.Final.jar
[DEBUG] /root/.m2/repository/org/hibernate/hibernate-search-analyzers/3.4.0.Final/hibernate-search-analyzers-3.4.0.Final.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-core/3.1.0/lucene-core-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-analyzers/3.1.0/lucene-analyzers-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/solr/solr-analysis-extras/3.1.0/solr-analysis-extras-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/solr/solr-core/3.1.0/solr-core-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/solr/solr-solrj/3.1.0/solr-solrj-3.1.0.jar
[DEBUG] /root/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-highlighter/3.1.0/lucene-highlighter-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-memory/3.1.0/lucene-memory-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-misc/3.1.0/lucene-misc-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-spatial/3.1.0/lucene-spatial-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-spellchecker/3.1.0/lucene-spellchecker-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/solr/solr-commons-csv/3.1.0/solr-commons-csv-3.1.0.jar
[DEBUG] /root/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
[DEBUG] /root/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-smartcn/3.1.0/lucene-smartcn-3.1.0.jar
[DEBUG] /root/.m2/repository/org/apache/lucene/lucene-stempel/3.1.0/lucene-stempel-3.1.0.jar
[DEBUG] /root/.m2/repository/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar
[DEBUG] /root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.0/ehcache-core-2.4.0.jar
[DEBUG] /root/.m2/repository/net/sf/ehcache/ehcache-terracotta/2.4.1/ehcache-terracotta-2.4.1.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-tx/3.0.5.RELEASE/spring-tx-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-orm/3.0.5.RELEASE/spring-orm-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-jdbc/3.0.5.RELEASE/spring-jdbc-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/security/spring-security-core/3.0.5.RELEASE/spring-security-core-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/aspectj/aspectjrt/1.6.8/aspectjrt-1.6.8.jar
[DEBUG] /root/.m2/repository/org/aspectj/aspectjweaver/1.6.9/aspectjweaver-1.6.9.jar
[DEBUG] /root/.m2/repository/org/springframework/security/spring-security-config/3.0.5.RELEASE/spring-security-config-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/security/spring-security-web/3.0.5.RELEASE/spring-security-web-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-web/3.0.3.RELEASE/spring-web-3.0.3.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/security/spring-security-acl/3.0.5.RELEASE/spring-security-acl-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-context-support/3.0.3.RELEASE/spring-context-support-3.0.3.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-webmvc/3.0.5.RELEASE/spring-webmvc-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-aspects/3.0.5.RELEASE/spring-aspects-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-test/3.0.5.RELEASE/spring-test-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/spring-oxm/3.0.5.RELEASE/spring-oxm-3.0.5.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/ws/spring-xml/2.0.0.RELEASE/spring-xml-2.0.0.RELEASE.jar
[DEBUG] /root/.m2/repository/org/springframework/ws/spring-ws-core/2.0.0.RELEASE/spring-ws-core-2.0.0.RELEASE.jar
[DEBUG] /root/.m2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar
[DEBUG] /root/.m2/repository/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar
[DEBUG] /root/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar
[DEBUG] /root/.m2/repository/org/codehaus/castor/castor-xml/1.3.1/castor-xml-1.3.1.jar
[DEBUG] /root/.m2/repository/org/codehaus/castor/castor-core/1.3.1/castor-core-1.3.1.jar
[DEBUG] /root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar
[DEBUG] /root/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar
[DEBUG] /root/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar
[DEBUG] /root/.m2/repository/net/sf/opencsv/opencsv/2.0/opencsv-2.0.jar
[DEBUG] /root/.m2/repository/org/aspectj/aspectjlib/1.6.2/aspectjlib-1.6.2.jar
[DEBUG] /root/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar
[DEBUG] /root/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar
[DEBUG] /root/.m2/repository/org/jasypt/jasypt/1.7.1/jasypt-1.7.1.jar
[DEBUG] /root/.m2/repository/com/vaadin/vaadin/6.6.3/vaadin-6.6.3.jar
[DEBUG] /root/.m2/repository/org/vaadin/addons/tokenfield/1.0/tokenfield-1.0.jar
[DEBUG] /root/.m2/repository/org/vaadin/addons/clickable-custom-layout/0.9.2/clickable-custom-layout-0.9.2.jar
[DEBUG] /root/.m2/repository/org/quartz-scheduler/quartz/1.8.3/quartz-1.8.3.jar
[DEBUG] /root/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar
[DEBUG] /root/.m2/repository/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar
[DEBUG] /root/.m2/repository/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar
[DEBUG] /root/.m2/repository/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar
[DEBUG] /root/.m2/repository/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar
[DEBUG] /root/.m2/repository/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar
[DEBUG] /root/.m2/repository/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar
[DEBUG] /root/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar
[DEBUG] /root/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar
[DEBUG] /root/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar
[DEBUG] /root/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
[DEBUG] /root/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
[DEBUG] /root/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar
[DEBUG] /root/.m2/repository/xom/xom/1.0/xom-1.0.jar
[DEBUG] /root/.m2/repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
[DEBUG] /root/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar
[DEBUG] /root/.m2/repository/javax/mail/mail/1.4.2/mail-1.4.2.jar
[DEBUG] /root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
[DEBUG] /root/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar
[DEBUG] /root/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[DEBUG] /root/.m2/repository/org/apache/poi/poi/3.7/poi-3.7.jar
[DEBUG] /root/.m2/repository/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.jar
[DEBUG] /root/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.jar
[DEBUG] /root/.m2/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar
[DEBUG] /root/.m2/repository/com/google/guava/guava/r09/guava-r09.jar
[DEBUG] /root/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar
[DEBUG] /root/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[DEBUG] /root/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[DEBUG] /root/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar
[DEBUG] /root/.m2/repository/com/h2database/h2/1.3.158/h2-1.3.158.jar
[DEBUG] Source roots:
[DEBUG] /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/java
[DEBUG] Command line options:
[DEBUG] -d /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes -classpath /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes:/root/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar:/root/.m2/repository/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar:/root/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar:/root/.m2/repository/javassist/javassist/3.4.GA/javassist-3.4.GA.jar:/root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar:/root/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar:/root/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar:/root/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar:/root/.m2/repository/hibernate/hibernate-tools/3.2.3.GA/hibernate-tools-3.2.3.GA.jar:/root/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar:/root/.m2/repository/freemarker/freemarker/2.3.8/freemarker-2.3.8.jar:/root/.m2/repository/org/hibernate/jtidy/r8-20060801/jtidy-r8-20060801.jar:/root/.m2/repository/org/hibernate/hibernate-entitymanager/3.6.6.Final/hibernate-entitymanager-3.6.6.Final.jar:/root/.m2/repository/org/hibernate/hibernate-core/3.6.6.Final/hibernate-core-3.6.6.Final.jar:/root/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar:/root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar:/root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/root/.m2/repository/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar:/root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar:/root/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar:/root/.m2/repository/cglib/cglib/2.2/cglib-2.2.jar:/root/.m2/repository/asm/asm/3.1/asm-3.1.jar:/root/.m2/repository/org/hibernate/hibernate-search/3.4.0.Final/hibernate-search-3.4.0.Final.jar:/root/.m2/repository/org/hibernate/hibernate-search-analyzers/3.4.0.Final/hibernate-search-analyzers-3.4.0.Final.jar:/root/.m2/repository/org/apache/lucene/lucene-core/3.1.0/lucene-core-3.1.0.jar:/root/.m2/repository/org/apache/lucene/lucene-analyzers/3.1.0/lucene-analyzers-3.1.0.jar:/root/.m2/repository/org/apache/solr/solr-analysis-extras/3.1.0/solr-analysis-extras-3.1.0.jar:/root/.m2/repository/org/apache/solr/solr-core/3.1.0/solr-core-3.1.0.jar:/root/.m2/repository/org/apache/solr/solr-solrj/3.1.0/solr-solrj-3.1.0.jar:/root/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar:/root/.m2/repository/org/apache/lucene/lucene-highlighter/3.1.0/lucene-highlighter-3.1.0.jar:/root/.m2/repository/org/apache/lucene/lucene-memory/3.1.0/lucene-memory-3.1.0.jar:/root/.m2/repository/org/apache/lucene/lucene-misc/3.1.0/lucene-misc-3.1.0.jar:/root/.m2/repository/org/apache/lucene/lucene-spatial/3.1.0/lucene-spatial-3.1.0.jar:/root/.m2/repository/org/apache/lucene/lucene-spellchecker/3.1.0/lucene-spellchecker-3.1.0.jar:/root/.m2/repository/org/apache/solr/solr-commons-csv/3.1.0/solr-commons-csv-3.1.0.jar:/root/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar:/root/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar:/root/.m2/repository/org/apache/lucene/lucene-smartcn/3.1.0/lucene-smartcn-3.1.0.jar:/root/.m2/repository/org/apache/lucene/lucene-stempel/3.1.0/lucene-stempel-3.1.0.jar:/root/.m2/repository/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar:/root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.0/ehcache-core-2.4.0.jar:/root/.m2/repository/net/sf/ehcache/ehcache-terracotta/2.4.1/ehcache-terracotta-2.4.1.jar:/root/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar:/root/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar:/root/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar:/root/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar:/root/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-tx/3.0.5.RELEASE/spring-tx-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-orm/3.0.5.RELEASE/spring-orm-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-jdbc/3.0.5.RELEASE/spring-jdbc-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/security/spring-security-core/3.0.5.RELEASE/spring-security-core-3.0.5.RELEASE.jar:/root/.m2/repository/org/aspectj/aspectjrt/1.6.8/aspectjrt-1.6.8.jar:/root/.m2/repository/org/aspectj/aspectjweaver/1.6.9/aspectjweaver-1.6.9.jar:/root/.m2/repository/org/springframework/security/spring-security-config/3.0.5.RELEASE/spring-security-config-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/security/spring-security-web/3.0.5.RELEASE/spring-security-web-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-web/3.0.3.RELEASE/spring-web-3.0.3.RELEASE.jar:/root/.m2/repository/org/springframework/security/spring-security-acl/3.0.5.RELEASE/spring-security-acl-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-context-support/3.0.3.RELEASE/spring-context-support-3.0.3.RELEASE.jar:/root/.m2/repository/org/springframework/spring-webmvc/3.0.5.RELEASE/spring-webmvc-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-aspects/3.0.5.RELEASE/spring-aspects-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-test/3.0.5.RELEASE/spring-test-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/spring-oxm/3.0.5.RELEASE/spring-oxm-3.0.5.RELEASE.jar:/root/.m2/repository/org/springframework/ws/spring-xml/2.0.0.RELEASE/spring-xml-2.0.0.RELEASE.jar:/root/.m2/repository/org/springframework/ws/spring-ws-core/2.0.0.RELEASE/spring-ws-core-2.0.0.RELEASE.jar:/root/.m2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar:/root/.m2/repository/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar:/root/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/root/.m2/repository/org/codehaus/castor/castor-xml/1.3.1/castor-xml-1.3.1.jar:/root/.m2/repository/org/codehaus/castor/castor-core/1.3.1/castor-core-1.3.1.jar:/root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar:/root/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar:/root/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar:/root/.m2/repository/net/sf/opencsv/opencsv/2.0/opencsv-2.0.jar:/root/.m2/repository/org/aspectj/aspectjlib/1.6.2/aspectjlib-1.6.2.jar:/root/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar:/root/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar:/root/.m2/repository/org/jasypt/jasypt/1.7.1/jasypt-1.7.1.jar:/root/.m2/repository/com/vaadin/vaadin/6.6.3/vaadin-6.6.3.jar:/root/.m2/repository/org/vaadin/addons/tokenfield/1.0/tokenfield-1.0.jar:/root/.m2/repository/org/vaadin/addons/clickable-custom-layout/0.9.2/clickable-custom-layout-0.9.2.jar:/root/.m2/repository/org/quartz-scheduler/quartz/1.8.3/quartz-1.8.3.jar:/root/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar:/root/.m2/repository/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar:/root/.m2/repository/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar:/root/.m2/repository/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar:/root/.m2/repository/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar:/root/.m2/repository/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar:/root/.m2/repository/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar:/root/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar:/root/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar:/root/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar:/root/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar:/root/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar:/root/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar:/root/.m2/repository/xom/xom/1.0/xom-1.0.jar:/root/.m2/repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar:/root/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar:/root/.m2/repository/javax/mail/mail/1.4.2/mail-1.4.2.jar:/root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar:/root/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar:/root/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar:/root/.m2/repository/org/apache/poi/poi/3.7/poi-3.7.jar:/root/.m2/repository/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.jar:/root/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.jar:/root/.m2/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar:/root/.m2/repository/com/google/guava/guava/r09/guava-r09.jar:/root/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar:/root/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar:/root/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar:/root/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar:/root/.m2/repository/com/h2database/h2/1.3.158/h2-1.3.158.jar: -sourcepath /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/java: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/java/com/mckesson/dex/ServerConfiguration.java /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/main/java/com/mckesson/dex/BouncyCastleInitializer.java -s /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/generated-sources/annotations -g -nowarn -target 1.6 -source 1.6 -encoding UTF-8
[INFO] Compiling 2 source files to /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[debug] execute contextualize
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.5:testResources' -->
[DEBUG] (f) buildFilters = []
[DEBUG] (f) escapeWindowsPaths = true
[DEBUG] (s) includeEmptyDirs = false
[DEBUG] (s) outputDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
[DEBUG] (s) overwrite = false
[DEBUG] (f) project = MavenProject: com.mckesson.dex:dex-config:0.0.1-SNAPSHOT @ /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml
[DEBUG] (s) resources = [Resource {targetPath: null, filtering: false, FileSet {directory: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/resources, PatternSet [includes: {}, excludes: {}]}}]
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@1647692
[DEBUG] (f) supportMultiLineFiltering = false
[DEBUG] (f) useBuildFilters = true
[DEBUG] (s) useDefaultDelimiters = true
[DEBUG] -- end configuration --
[INFO]
[resources:testResources {execution: default-testResources}]
[DEBUG] properties used {file.encoding.pkg=sun.io, apache-poi-version=3.7, h2.web.port=8082, java.home=/opt/jdk1.6.0_22/jre, LOGNAME=root, buildNumber=r133, NODE_NAME=master, PWD=/root, JENKINS_URL=http://build.escalation-point.com/, env.XDG_SESSION_COOKIE=7323e22dbad43a4e48dcb36a4cc85c80-1312354946.891319-246105733, java.endorsed.dirs=/opt/jdk1.6.0_22/jre/lib/endorsed, XDG_SESSION_COOKIE=7323e22dbad43a4e48dcb36a4cc85c80-1312354946.891319-246105733, env.LOGNAME=root, env.HUDSON_HOME=/var/hudson, db.unittest.format.sql=false, db.command.version=psql --version, sun.os.patch.level=unknown, java.vendor.url=http://java.sun.com/, env.NODE_NAME=master, java.version=1.6.0_22, liquibase-version=2.0.1, JOB_NAME=MCK-DEX-QA, env.MAVEN_OPTS=-Xmx2048m -Xms1024m -XX:PermSize=128m -XX:MaxPermSize=512m, env.NODE_LABELS=master, env.JENKINS_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, skipTests=true, env.SVN_REVISION=49890, maven-jetty-plugin-version=6.1.26, user.name=root, env.LANG=en_US.UTF-8, SVN_REVISION=49890, postgres-version=9.0-801.jdbc4, sun.io.unicode.encoding=UnicodeLittle, sun.jnu.encoding=UTF-8, java.runtime.name=Java(TM) SE Runtime Environment, liquibase-plugin-version=2.0.1, java.specification.name=Java Platform API Specification, user.timezone=America/Chicago, path.separator=:, BUILD_TAG=jenkins-MCK-DEX-QA-133, TERM=xterm-color, file.encoding=UTF-8, PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jdk1.6.0_22/bin, env.HOME=/root, HUDSON_URL=http://build.escalation-point.com/
, db.port=5432, config.basedir=/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config, JENKINS_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, build.location=hudson-qa, EXECUTOR_NUMBER=1, spring-framework-version=3.0.5.RELEASE, project-build-sourceEncoding=UTF-8, env.BUILD_TAG=jenkins-MCK-DEX-QA-133, db.username=dex_qa_user, env._=/usr/bin/daemon, db.unittest.name=dex_qa_unittest, java.io.tmpdir=/tmp, user.language=en, line.separator=
, sonar.host.url=
http://ci.escalation-point.com/sonar, h2.trace.level=0, BUILD_URL=http://build.escalation-point.com/job/MCK-DEX-QA/133/, SHLVL=1, maven.interceptor.override=/var/hudson/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.2.jar, M2_HOME=/usr/share/maven2, USER=root, db.runtime.name=dex_qa, env.JOB_NAME=MCK-DEX-QA, java.vm.info=mixed mode, java.vm.specification.name=Java Virtual Machine Specification, main.basedir=../, sonar.jdbc.password=sonar, env.BUILD_URL=http://build.escalation-point.com/job/MCK-DEX-QA/133/, env.M2_HOME=/usr/share/maven2, HUDSON_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, java.awt.printerjob=sun.print.PSPrinterJob, maven-compiler-plugin-version=2.3.1, CLASSPATH=, db.host=localhost, env.HUDSON_SERVER_COOKIE=8b7a9b1e1be79545f416194fe5ad5843, maven.interceptor=/var/hudson/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.2.jar, env.buildNumber=r133, MAIL=/var/mail/root, dir.working=target/working, db.datasource=org.postgresql.ds.PGPoolingDataSource, env.BUILD_NUMBER=133, os.name=Linux, java.specification.vendor=Sun Microsystems Inc., env.TERM=xterm-color, BUILD_NUMBER=133, java.vm.name=Java HotSpot(TM) Client VM, env.JOB_URL=http://build.escalation-point.com/job/MCK-DEX-QA/, java.library.path=/opt/jdk1.6.0_22/jre/lib/i386/client:/opt/jdk1.6.0_22/jre/lib/i386:/opt/jdk1.6.0_22/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib, env.PATH=/usr/share/maven2/bin:/opt/jdk1.6.0_22/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/jdk1.6.0_22/bin, env.HUDSON_URL=http://build.escalation-point.com/, env.JENKINS_URL=http://build.escalation-point.com/, java.class.version=50.0, env.SHLVL=1, env.LD_LIBRARY_PATH=/opt/jdk1.6.0_22/jre/lib/i386/client:/opt/jdk1.6.0_22/jre/lib/i386:/opt/jdk1.6.0_22/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386, JOB_URL=http://build.escalation-point.com/job/MCK-DEX-QA/, spring-ws-version=2.0.0.RELEASE, sonar.jdbc.url=jdbc:postgresql://localhost/sonar, env.JENKINS_HOME=/var/hudson, JENKINS_HOME=/var/hudson, BUILD_ID=2011-08-03_20-33-07, sun.boot.library.path=/opt/jdk1.6.0_22/jre/lib/i386, sun.management.compiler=HotSpot Client Compiler, java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment, env.USER=root, HUDSON_HOME=/var/hudson, PATH+MAVEN=/usr/share/maven2/bin, cobertura-maven-plugin-version=2.5.1, db.command.hostDb=postgres, java.vm.specification.version=1.0, JAVA_HOME=/opt/jdk1.6.0_22, SHELL=/bin/bash, env.NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, NODE_LABELS=master, sun.cpu.isalist=, java.ext.dirs=/opt/jdk1.6.0_22/jre/lib/ext:/usr/java/packages/lib/ext, h2.lock.timeout=2500, os.version=2.6.32-308-ec2, maven-surefire-plugin-version=2.5, db.destroy.runtime=false, user.home=/root, h2.tcp.port=8043, _=/usr/bin/daemon, java.vm.vendor=Sun Microsystems Inc., hibernate-version=3.6.6.Final, env.JAVA_HOME=/opt/jdk1.6.0_22, user.dir=/var/hudson/jobs/MCK-DEX-QA/workspace/dex, sonar.jdbc.username=sonar, SVN_URL=https://mckadm.jira.com/svn/DEX/trunk, env.XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, env.MAIL=/var/mail/root, env.PWD=/root, db.liquibase.class=liquibase.database.PostgresDatabase, sun.cpu.endian=little, db.schema=public, env.SVN_URL=https://mckadm.jira.com/svn/DEX/trunk
, sonar.jdbc.driver=org.postgresql.Driver, java-version=1.6, db.admin.username=postgres, java.vm.version=17.1-b03, java.class.path=/var/hudson/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.2.jar:/usr/share/maven2/boot/classworlds.jar, MAVEN_OPTS=-Xmx2048m -Xms1024m -XX:PermSize=128m -XX:MaxPermSize=512m, os.arch=i386, WORKSPACE=/var/hudson/jobs/MCK-DEX-QA/workspace, sun.java.launcher=SUN_STANDARD, db.unittest.show.sql=false, db.driver=org.postgresql.Driver, LANG=en_US.UTF-8, env.BUILD_ID=2011-08-03_20-33-07, java.vm.specification.vendor=Sun Microsystems Inc., file.separator=/, java.runtime.version=1.6.0_22-b04, sun.boot.class.path=/opt/jdk1.6.0_22/jre/lib/resources.jar:/opt/jdk1.6.0_22/jre/lib/rt.jar:/opt/jdk1.6.0_22/jre/lib/sunrsasign.jar:/opt/jdk1.6.0_22/jre/lib/jsse.jar:/opt/jdk1.6.0_22/jre/lib/jce.jar:/opt/jdk1.6.0_22/jre/lib/charsets.jar:/opt/jdk1.6.0_22/jre/classes, db.databasePlatform=org.hibernate.dialect.PostgreSQLDialect, db.password=dex_qa_pass, db.url.prefix=jdbc:postgresql:, LD_LIBRARY_PATH=/usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386, db.destroy.unittest=false, env.WORKSPACE=/var/hudson/jobs/MCK-DEX-QA/workspace, db.unittest.dialect=org.hibernate.dialect.H2Dialect, PATH+JDK=/opt/jdk1.6.0_22/bin, user.country=US, env.EXECUTOR_NUMBER=1, env.SHELL=/bin/bash, maven.home=/usr/share/maven2, HOME=/root, java.vendor=Sun Microsystems Inc., env.HUDSON_COOKIE=433d5a52-4daa-4ede-b449-dd556d8a429c, java.specification.version=1.6, sun.arch.data.model=32}
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[DEBUG] resource with targetPath null
directory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/resources
excludes []
includes []
[INFO] skip non existing resourceDirectory /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/resources
[DEBUG] no use filter components
[DEBUG] com.mckesson.dex:dex-config:jar:0.0.1-SNAPSHOT (selected for null)
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided (selected for provided)
[DEBUG] org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG] taglibs:standard:jar:1.1.2:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.4.GA:compile (selected for compile)
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.6.1:compile (selected for compile)
[DEBUG] log4j:log4j:jar:1.2.16:compile (selected for compile)
[DEBUG] hibernate:hibernate-tools:jar:3.2.3.GA:compile (selected for compile)
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile (selected for compile)
[DEBUG] freemarker:freemarker:jar:2.3.8:compile (selected for compile)
[DEBUG] org.hibernate:jtidy:jar:r8-20060801:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.12.0.GA:compile (removed - nearer found: 3.4.GA)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-search:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-search-analyzers:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-analyzers:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-analysis-extras:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-solrj:jar:3.1.0:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] org.apache.lucene:lucene-highlighter:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-misc:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-spatial:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-spellchecker:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0:compile (selected for compile)
[DEBUG] commons-codec:commons-codec:jar:1.4:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] org.apache.lucene:lucene-smartcn:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-stempel:jar:3.1.0:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.3.Final:compile (removed - nearer found: 3.6.6.Final)
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-validator:jar:4.1.0.Final:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache:pom:2.4.1:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.0:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache-terracotta:jar:2.4.1:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] org.springframework:spring-context:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-aop:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] org.springframework:spring-expression:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-tx:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] org.springframework:spring-orm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-config:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-web:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework.security:spring-security-acl:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-webmvc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-aspects:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-oxm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.ws:spring-xml:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] org.springframework.ws:spring-ws-core:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] wsdl4j:wsdl4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.4.0:compile (selected for compile)
[DEBUG] stax:stax-api:jar:1.0.1:compile (selected for compile)
[DEBUG] org.codehaus.castor:castor-xml:jar:1.3.1:compile (selected for compile)
[DEBUG] org.codehaus.castor:castor-core:jar:1.3.1:compile (selected for compile)
[DEBUG] junit:junit:jar:4.8.1:compile (selected for compile)
[DEBUG] postgresql:postgresql:jar:9.0-801.jdbc4:compile (selected for compile)
[DEBUG] org.liquibase:liquibase-core:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (removed - nearer found: 2.0.1)
[DEBUG] commons-io:commons-io:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (removed - nearer found: 3.2.1)
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG] net.sf.opencsv:opencsv:jar:2.0:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (removed - nearer found: 1.6.9)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.9:compile (selected for compile)
[DEBUG] org.aspectj:aspectjlib:jar:1.6.2:compile (selected for compile)
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile (selected for compile)
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile (selected for compile)
[DEBUG] org.jasypt:jasypt:jar:1.7.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] com.vaadin:vaadin:jar:6.6.3:compile (selected for compile)
[DEBUG] org.vaadin.addons:tokenfield:jar:1.0:compile (selected for compile)
[DEBUG] org.vaadin.addons:clickable-custom-layout:jar:0.9.2:compile (selected for compile)
[DEBUG] org.quartz-scheduler:quartz:jar:1.8.3:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] com.lowagie:itext:jar:2.1.7:compile (selected for compile)
[DEBUG] bouncycastle:bcmail-jdk14:jar:138:compile (selected for compile)
[DEBUG] bouncycastle:bcprov-jdk14:jar:138:compile (selected for compile)
[DEBUG] While downloading bouncycastle:bctsp-jdk14:138
This artifact has been relocated to org.bouncycastle:bctsp-jdk14:1.38.
[DEBUG] org.bouncycastle:bctsp-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcprov-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcmail-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] joda-time:joda-time:jar:1.6.2:compile (selected for compile)
[DEBUG] xalan:xalan:jar:2.7.1:compile (selected for compile)
[DEBUG] xalan:serializer:jar:2.7.1:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.8.1:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (removed - nearer found: 1.3.03)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1.1:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1-beta-6:compile (removed - causes a cycle in the graph)
[DEBUG] jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG] jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.02:compile (removed - nearer found: 1.3.03)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xom:xom:jar:1.0:compile (selected for compile)
[DEBUG] xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xalan:xalan:jar:2.6.0:compile (removed - nearer found: 2.7.1)
[DEBUG] com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG] javax.mail:mail:jar:1.4.2:compile (selected for compile)
[DEBUG] javax.activation:activation:jar:1.1:compile (selected for compile)
[DEBUG] javax.servlet:jstl:jar:1.2:compile (selected for compile)
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile (selected for compile)
[DEBUG] org.apache.poi:poi:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile (removed - nearer found: 2.4.0)
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0:compile (selected for compile)
[DEBUG] org.easymock:easymock:jar:2.4:test (selected for test)
[DEBUG] org.easymock:easymockclassextension:jar:2.4:test (selected for test)
[DEBUG] cglib:cglib-nodep:jar:2.1_3:test (selected for test)
[DEBUG] com.google.guava:guava:jar:r09:compile (selected for compile)
[DEBUG] commons-configuration:commons-configuration:jar:1.6:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.0:compile (selected for compile)
[DEBUG] com.h2database:h2:jar:1.3.158:compile (selected for compile)
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.3.1:testCompile' -->
[DEBUG] (f) basedir = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config
[DEBUG] (f) buildDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target
[DEBUG] (f) classpathElements = [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes, /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes, /root/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar, /root/.m2/repository/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar, /root/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar, /root/.m2/repository/javassist/javassist/3.4.GA/javassist-3.4.GA.jar, /root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar, /root/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar, /root/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar, /root/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar, /root/.m2/repository/hibernate/hibernate-tools/3.2.3.GA/hibernate-tools-3.2.3.GA.jar, /root/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar, /root/.m2/repository/freemarker/freemarker/2.3.8/freemarker-2.3.8.jar, /root/.m2/repository/org/hibernate/jtidy/r8-20060801/jtidy-r8-20060801.jar, /root/.m2/repository/org/hibernate/hibernate-entitymanager/3.6.6.Final/hibernate-entitymanager-3.6.6.Final.jar, /root/.m2/repository/org/hibernate/hibernate-core/3.6.6.Final/hibernate-core-3.6.6.Final.jar, /root/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar, /root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar, /root/.m2/repository/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar, /root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar, /root/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar, /root/.m2/repository/cglib/cglib/2.2/cglib-2.2.jar, /root/.m2/repository/asm/asm/3.1/asm-3.1.jar, /root/.m2/repository/org/hibernate/hibernate-search/3.4.0.Final/hibernate-search-3.4.0.Final.jar, /root/.m2/repository/org/hibernate/hibernate-search-analyzers/3.4.0.Final/hibernate-search-analyzers-3.4.0.Final.jar, /root/.m2/repository/org/apache/lucene/lucene-core/3.1.0/lucene-core-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-analyzers/3.1.0/lucene-analyzers-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-analysis-extras/3.1.0/solr-analysis-extras-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-core/3.1.0/solr-core-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-solrj/3.1.0/solr-solrj-3.1.0.jar, /root/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar, /root/.m2/repository/org/apache/lucene/lucene-highlighter/3.1.0/lucene-highlighter-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-memory/3.1.0/lucene-memory-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-misc/3.1.0/lucene-misc-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-spatial/3.1.0/lucene-spatial-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-spellchecker/3.1.0/lucene-spellchecker-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-commons-csv/3.1.0/solr-commons-csv-3.1.0.jar, /root/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar, /root/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar, /root/.m2/repository/org/apache/lucene/lucene-smartcn/3.1.0/lucene-smartcn-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-stempel/3.1.0/lucene-stempel-3.1.0.jar, /root/.m2/repository/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar, /root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.0/ehcache-core-2.4.0.jar, /root/.m2/repository/net/sf/ehcache/ehcache-terracotta/2.4.1/ehcache-terracotta-2.4.1.jar, /root/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar, /root/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar, /root/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar, /root/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, /root/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-tx/3.0.5.RELEASE/spring-tx-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-orm/3.0.5.RELEASE/spring-orm-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-jdbc/3.0.5.RELEASE/spring-jdbc-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-core/3.0.5.RELEASE/spring-security-core-3.0.5.RELEASE.jar, /root/.m2/repository/org/aspectj/aspectjrt/1.6.8/aspectjrt-1.6.8.jar, /root/.m2/repository/org/aspectj/aspectjweaver/1.6.9/aspectjweaver-1.6.9.jar, /root/.m2/repository/org/springframework/security/spring-security-config/3.0.5.RELEASE/spring-security-config-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-web/3.0.5.RELEASE/spring-security-web-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-web/3.0.3.RELEASE/spring-web-3.0.3.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-acl/3.0.5.RELEASE/spring-security-acl-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-context-support/3.0.3.RELEASE/spring-context-support-3.0.3.RELEASE.jar, /root/.m2/repository/org/springframework/spring-webmvc/3.0.5.RELEASE/spring-webmvc-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aspects/3.0.5.RELEASE/spring-aspects-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-test/3.0.5.RELEASE/spring-test-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-oxm/3.0.5.RELEASE/spring-oxm-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/ws/spring-xml/2.0.0.RELEASE/spring-xml-2.0.0.RELEASE.jar, /root/.m2/repository/org/springframework/ws/spring-ws-core/2.0.0.RELEASE/spring-ws-core-2.0.0.RELEASE.jar, /root/.m2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar, /root/.m2/repository/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar, /root/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, /root/.m2/repository/org/codehaus/castor/castor-xml/1.3.1/castor-xml-1.3.1.jar, /root/.m2/repository/org/codehaus/castor/castor-core/1.3.1/castor-core-1.3.1.jar, /root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar, /root/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar, /root/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar, /root/.m2/repository/net/sf/opencsv/opencsv/2.0/opencsv-2.0.jar, /root/.m2/repository/org/aspectj/aspectjlib/1.6.2/aspectjlib-1.6.2.jar, /root/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar, /root/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, /root/.m2/repository/org/jasypt/jasypt/1.7.1/jasypt-1.7.1.jar, /root/.m2/repository/com/vaadin/vaadin/6.6.3/vaadin-6.6.3.jar, /root/.m2/repository/org/vaadin/addons/tokenfield/1.0/tokenfield-1.0.jar, /root/.m2/repository/org/vaadin/addons/clickable-custom-layout/0.9.2/clickable-custom-layout-0.9.2.jar, /root/.m2/repository/org/quartz-scheduler/quartz/1.8.3/quartz-1.8.3.jar, /root/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar, /root/.m2/repository/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar, /root/.m2/repository/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar, /root/.m2/repository/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar, /root/.m2/repository/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar, /root/.m2/repository/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar, /root/.m2/repository/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar, /root/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar, /root/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar, /root/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar, /root/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar, /root/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar, /root/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar, /root/.m2/repository/xom/xom/1.0/xom-1.0.jar, /root/.m2/repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar, /root/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar, /root/.m2/repository/javax/mail/mail/1.4.2/mail-1.4.2.jar, /root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar, /root/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar, /root/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar, /root/.m2/repository/org/apache/poi/poi/3.7/poi-3.7.jar, /root/.m2/repository/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.jar, /root/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.jar, /root/.m2/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar, /root/.m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar, /root/.m2/repository/org/easymock/easymockclassextension/2.4/easymockclassextension-2.4.jar, /root/.m2/repository/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar, /root/.m2/repository/com/google/guava/guava/r09/guava-r09.jar, /root/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar, /root/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar, /root/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar, /root/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar, /root/.m2/repository/com/h2database/h2/1.3.158/h2-1.3.158.jar]
[DEBUG] (f) compileSourceRoots = [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/java]
[DEBUG] (f) compilerId = javac
[DEBUG] (f) debug = true
[DEBUG] (f) encoding = UTF-8
[DEBUG] (f) failOnError = true
[DEBUG] (f) fork = false
[DEBUG] (f) generatedTestSourcesDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/generated-sources/test-annotations
[DEBUG] (f) optimize = false
[DEBUG] (f) outputDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
[DEBUG] (f) outputFileName = dex-config-0.0.1-SNAPSHOT
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@1647692
[DEBUG] (f) showDeprecation = false
[DEBUG] (f) showWarnings = false
[DEBUG] (f) source = 1.6
[DEBUG] (f) staleMillis = 0
[DEBUG] (f) target = 1.6
[DEBUG] (f) verbose = false
[DEBUG] -- end configuration --
[INFO]
[compiler:testCompile {execution: default-testCompile}]
[DEBUG] Using compiler 'javac'.
[INFO] No sources to compile
[DEBUG] com.mckesson.dex:dex-config:jar:0.0.1-SNAPSHOT (selected for null)
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided (selected for provided)
[DEBUG] org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG] taglibs:standard:jar:1.1.2:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.4.GA:compile (selected for compile)
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.6.1:compile (selected for compile)
[DEBUG] log4j:log4j:jar:1.2.16:compile (selected for compile)
[DEBUG] hibernate:hibernate-tools:jar:3.2.3.GA:compile (selected for compile)
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile (selected for compile)
[DEBUG] freemarker:freemarker:jar:2.3.8:compile (selected for compile)
[DEBUG] org.hibernate:jtidy:jar:r8-20060801:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.12.0.GA:compile (removed - nearer found: 3.4.GA)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-search:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-search-analyzers:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-analyzers:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-analysis-extras:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-solrj:jar:3.1.0:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] org.apache.lucene:lucene-highlighter:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-misc:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-spatial:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-spellchecker:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0:compile (selected for compile)
[DEBUG] commons-codec:commons-codec:jar:1.4:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] org.apache.lucene:lucene-smartcn:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-stempel:jar:3.1.0:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.3.Final:compile (removed - nearer found: 3.6.6.Final)
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-validator:jar:4.1.0.Final:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache:pom:2.4.1:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.0:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache-terracotta:jar:2.4.1:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] org.springframework:spring-context:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-aop:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] org.springframework:spring-expression:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-tx:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] org.springframework:spring-orm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-config:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-web:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework.security:spring-security-acl:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-webmvc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-aspects:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-oxm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.ws:spring-xml:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] org.springframework.ws:spring-ws-core:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] wsdl4j:wsdl4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.4.0:compile (selected for compile)
[DEBUG] stax:stax-api:jar:1.0.1:compile (selected for compile)
[DEBUG] org.codehaus.castor:castor-xml:jar:1.3.1:compile (selected for compile)
[DEBUG] org.codehaus.castor:castor-core:jar:1.3.1:compile (selected for compile)
[DEBUG] junit:junit:jar:4.8.1:compile (selected for compile)
[DEBUG] postgresql:postgresql:jar:9.0-801.jdbc4:compile (selected for compile)
[DEBUG] org.liquibase:liquibase-core:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (removed - nearer found: 2.0.1)
[DEBUG] commons-io:commons-io:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (removed - nearer found: 3.2.1)
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG] net.sf.opencsv:opencsv:jar:2.0:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (removed - nearer found: 1.6.9)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.9:compile (selected for compile)
[DEBUG] org.aspectj:aspectjlib:jar:1.6.2:compile (selected for compile)
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile (selected for compile)
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile (selected for compile)
[DEBUG] org.jasypt:jasypt:jar:1.7.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] com.vaadin:vaadin:jar:6.6.3:compile (selected for compile)
[DEBUG] org.vaadin.addons:tokenfield:jar:1.0:compile (selected for compile)
[DEBUG] org.vaadin.addons:clickable-custom-layout:jar:0.9.2:compile (selected for compile)
[DEBUG] org.quartz-scheduler:quartz:jar:1.8.3:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] com.lowagie:itext:jar:2.1.7:compile (selected for compile)
[DEBUG] bouncycastle:bcmail-jdk14:jar:138:compile (selected for compile)
[DEBUG] bouncycastle:bcprov-jdk14:jar:138:compile (selected for compile)
[DEBUG] While downloading bouncycastle:bctsp-jdk14:138
This artifact has been relocated to org.bouncycastle:bctsp-jdk14:1.38.
[DEBUG] org.bouncycastle:bctsp-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcprov-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcmail-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] joda-time:joda-time:jar:1.6.2:compile (selected for compile)
[DEBUG] xalan:xalan:jar:2.7.1:compile (selected for compile)
[DEBUG] xalan:serializer:jar:2.7.1:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.8.1:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (removed - nearer found: 1.3.03)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1.1:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1-beta-6:compile (removed - causes a cycle in the graph)
[DEBUG] jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG] jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.02:compile (removed - nearer found: 1.3.03)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xom:xom:jar:1.0:compile (selected for compile)
[DEBUG] xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xalan:xalan:jar:2.6.0:compile (removed - nearer found: 2.7.1)
[DEBUG] com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG] javax.mail:mail:jar:1.4.2:compile (selected for compile)
[DEBUG] javax.activation:activation:jar:1.1:compile (selected for compile)
[DEBUG] javax.servlet:jstl:jar:1.2:compile (selected for compile)
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile (selected for compile)
[DEBUG] org.apache.poi:poi:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile (removed - nearer found: 2.4.0)
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0:compile (selected for compile)
[DEBUG] org.easymock:easymock:jar:2.4:test (selected for test)
[DEBUG] org.easymock:easymockclassextension:jar:2.4:test (selected for test)
[DEBUG] cglib:cglib-nodep:jar:2.1_3:test (selected for test)
[DEBUG] com.google.guava:guava:jar:r09:compile (selected for compile)
[DEBUG] commons-configuration:commons-configuration:jar:1.6:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.0:compile (selected for compile)
[DEBUG] com.h2database:h2:jar:1.3.158:compile (selected for compile)
[DEBUG] Plugin dependencies for:
org.apache.maven.plugins:maven-surefire-plugin:2.4.3
are:
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven.surefire:surefire-booter:jar:2.4.3:runtime
org.codehaus.plexus:plexus-utils:jar:1.5.1:runtime
org.apache.maven:maven-artifact:jar:2.0.6:runtime
org.apache.maven:maven-project:jar:2.0.6:runtime
org.apache.maven:maven-core:jar:2.0.6:runtime
org.apache.maven:maven-toolchain:jar:1.0:runtime
[DEBUG] org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.4.3:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:surefire-booter
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.4.3
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.4.3
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.4.3:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:surefire-api
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.4.3
[DEBUG] org.apache.maven.surefire:surefire-booter:jar:2.4.3
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1
[DEBUG] org.apache.maven.surefire:surefire-api:jar:2.4.3:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven:maven-project:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-settings:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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 (applying version: 1.5.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-profile:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven:maven-model:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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 (applying version: 1.5.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-core:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-http-shared:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] jtidy:jtidy:jar:4aug2000r7-dev:runtime (selected for runtime)
[DEBUG] xml-apis:xml-apis:jar:1.0.b2:runtime (selected for runtime)
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.6:runtime (selected for runtime)
[DEBUG] commons-cli:commons-cli:jar:1.0:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (applying version: 1.5.1)
[DEBUG] org.apache.maven.wagon:wagon-ssh-common:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (applying version: 1.5.1)
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-7:runtime (removed - nearer found: 1.0-alpha-9-stable-1)
[DEBUG] plexus:plexus-utils:jar:1.0.2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.6:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] com.jcraft:jsch:jar:0.1.27:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (applying version: 1.5.1)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (applying version: 1.5.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (removed - nearer found: 1.1)
[DEBUG] classworlds:classworlds:jar:1.1:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-toolchain:jar:1.0:runtime (selected for runtime)
[DEBUG] The following artifacts were filtered out for plugin: org.apache.maven.plugins:maven-surefire-plugin:2.4.3 because they're already in the core of Maven:
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-artifact:jar:2.0.6:runtime
org.apache.maven:maven-project:jar:2.0.6:runtime
org.apache.maven:maven-core:jar:2.0.6:runtime
org.apache.maven:maven-toolchain:jar:1.0:runtime
These will use the artifact files already in the core ClassRealm instead, to allow them to be included in PluginDescriptor.getArtifacts().
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test' -->
[DEBUG] (f) basedir = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config
[DEBUG] (f) childDelegation = false
[DEBUG] (f) classesDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] (f) classpathElements = [/var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes, /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes, /root/.m2/repository/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar, /root/.m2/repository/org/bouncycastle/bcprov-jdk16/1.46/bcprov-jdk16-1.46.jar, /root/.m2/repository/taglibs/standard/1.1.2/standard-1.1.2.jar, /root/.m2/repository/javassist/javassist/3.4.GA/javassist-3.4.GA.jar, /root/.m2/repository/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar, /root/.m2/repository/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar, /root/.m2/repository/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar, /root/.m2/repository/log4j/log4j/1.2.16/log4j-1.2.16.jar, /root/.m2/repository/hibernate/hibernate-tools/3.2.3.GA/hibernate-tools-3.2.3.GA.jar, /root/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar, /root/.m2/repository/freemarker/freemarker/2.3.8/freemarker-2.3.8.jar, /root/.m2/repository/org/hibernate/jtidy/r8-20060801/jtidy-r8-20060801.jar, /root/.m2/repository/org/hibernate/hibernate-entitymanager/3.6.6.Final/hibernate-entitymanager-3.6.6.Final.jar, /root/.m2/repository/org/hibernate/hibernate-core/3.6.6.Final/hibernate-core-3.6.6.Final.jar, /root/.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar, /root/.m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar, /root/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar, /root/.m2/repository/org/hibernate/hibernate-commons-annotations/3.2.0.Final/hibernate-commons-annotations-3.2.0.Final.jar, /root/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.0-api/1.0.1.Final/hibernate-jpa-2.0-api-1.0.1.Final.jar, /root/.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar, /root/.m2/repository/cglib/cglib/2.2/cglib-2.2.jar, /root/.m2/repository/asm/asm/3.1/asm-3.1.jar, /root/.m2/repository/org/hibernate/hibernate-search/3.4.0.Final/hibernate-search-3.4.0.Final.jar, /root/.m2/repository/org/hibernate/hibernate-search-analyzers/3.4.0.Final/hibernate-search-analyzers-3.4.0.Final.jar, /root/.m2/repository/org/apache/lucene/lucene-core/3.1.0/lucene-core-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-analyzers/3.1.0/lucene-analyzers-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-analysis-extras/3.1.0/solr-analysis-extras-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-core/3.1.0/solr-core-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-solrj/3.1.0/solr-solrj-3.1.0.jar, /root/.m2/repository/commons-io/commons-io/2.0.1/commons-io-2.0.1.jar, /root/.m2/repository/org/apache/lucene/lucene-highlighter/3.1.0/lucene-highlighter-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-memory/3.1.0/lucene-memory-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-misc/3.1.0/lucene-misc-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-spatial/3.1.0/lucene-spatial-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-spellchecker/3.1.0/lucene-spellchecker-3.1.0.jar, /root/.m2/repository/org/apache/solr/solr-commons-csv/3.1.0/solr-commons-csv-3.1.0.jar, /root/.m2/repository/commons-codec/commons-codec/1.4/commons-codec-1.4.jar, /root/.m2/repository/commons-lang/commons-lang/2.1/commons-lang-2.1.jar, /root/.m2/repository/org/apache/lucene/lucene-smartcn/3.1.0/lucene-smartcn-3.1.0.jar, /root/.m2/repository/org/apache/lucene/lucene-stempel/3.1.0/lucene-stempel-3.1.0.jar, /root/.m2/repository/org/hibernate/hibernate-validator/4.1.0.Final/hibernate-validator-4.1.0.Final.jar, /root/.m2/repository/net/sf/ehcache/ehcache-core/2.4.0/ehcache-core-2.4.0.jar, /root/.m2/repository/net/sf/ehcache/ehcache-terracotta/2.4.1/ehcache-terracotta-2.4.1.jar, /root/.m2/repository/org/springframework/spring-beans/3.0.5.RELEASE/spring-beans-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar, /root/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar, /root/.m2/repository/org/springframework/spring-context/3.0.5.RELEASE/spring-context-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aop/3.0.5.RELEASE/spring-aop-3.0.5.RELEASE.jar, /root/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, /root/.m2/repository/org/springframework/spring-expression/3.0.5.RELEASE/spring-expression-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-tx/3.0.5.RELEASE/spring-tx-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-orm/3.0.5.RELEASE/spring-orm-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-jdbc/3.0.5.RELEASE/spring-jdbc-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-core/3.0.5.RELEASE/spring-security-core-3.0.5.RELEASE.jar, /root/.m2/repository/org/aspectj/aspectjrt/1.6.8/aspectjrt-1.6.8.jar, /root/.m2/repository/org/aspectj/aspectjweaver/1.6.9/aspectjweaver-1.6.9.jar, /root/.m2/repository/org/springframework/security/spring-security-config/3.0.5.RELEASE/spring-security-config-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-web/3.0.5.RELEASE/spring-security-web-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-web/3.0.3.RELEASE/spring-web-3.0.3.RELEASE.jar, /root/.m2/repository/org/springframework/security/spring-security-acl/3.0.5.RELEASE/spring-security-acl-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-context-support/3.0.3.RELEASE/spring-context-support-3.0.3.RELEASE.jar, /root/.m2/repository/org/springframework/spring-webmvc/3.0.5.RELEASE/spring-webmvc-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-aspects/3.0.5.RELEASE/spring-aspects-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-test/3.0.5.RELEASE/spring-test-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/spring-oxm/3.0.5.RELEASE/spring-oxm-3.0.5.RELEASE.jar, /root/.m2/repository/org/springframework/ws/spring-xml/2.0.0.RELEASE/spring-xml-2.0.0.RELEASE.jar, /root/.m2/repository/org/springframework/ws/spring-ws-core/2.0.0.RELEASE/spring-ws-core-2.0.0.RELEASE.jar, /root/.m2/repository/wsdl4j/wsdl4j/1.6.1/wsdl4j-1.6.1.jar, /root/.m2/repository/org/apache/xmlbeans/xmlbeans/2.4.0/xmlbeans-2.4.0.jar, /root/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, /root/.m2/repository/org/codehaus/castor/castor-xml/1.3.1/castor-xml-1.3.1.jar, /root/.m2/repository/org/codehaus/castor/castor-core/1.3.1/castor-core-1.3.1.jar, /root/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar, /root/.m2/repository/postgresql/postgresql/9.0-801.jdbc4/postgresql-9.0-801.jdbc4.jar, /root/.m2/repository/org/liquibase/liquibase-core/2.0.1/liquibase-core-2.0.1.jar, /root/.m2/repository/net/sf/opencsv/opencsv/2.0/opencsv-2.0.jar, /root/.m2/repository/org/aspectj/aspectjlib/1.6.2/aspectjlib-1.6.2.jar, /root/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar, /root/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, /root/.m2/repository/org/jasypt/jasypt/1.7.1/jasypt-1.7.1.jar, /root/.m2/repository/com/vaadin/vaadin/6.6.3/vaadin-6.6.3.jar, /root/.m2/repository/org/vaadin/addons/tokenfield/1.0/tokenfield-1.0.jar, /root/.m2/repository/org/vaadin/addons/clickable-custom-layout/0.9.2/clickable-custom-layout-0.9.2.jar, /root/.m2/repository/org/quartz-scheduler/quartz/1.8.3/quartz-1.8.3.jar, /root/.m2/repository/com/lowagie/itext/2.1.7/itext-2.1.7.jar, /root/.m2/repository/bouncycastle/bcmail-jdk14/138/bcmail-jdk14-138.jar, /root/.m2/repository/bouncycastle/bcprov-jdk14/138/bcprov-jdk14-138.jar, /root/.m2/repository/org/bouncycastle/bctsp-jdk14/1.38/bctsp-jdk14-1.38.jar, /root/.m2/repository/org/bouncycastle/bcprov-jdk14/1.38/bcprov-jdk14-1.38.jar, /root/.m2/repository/org/bouncycastle/bcmail-jdk14/1.38/bcmail-jdk14-1.38.jar, /root/.m2/repository/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar, /root/.m2/repository/xalan/xalan/2.7.1/xalan-2.7.1.jar, /root/.m2/repository/xalan/serializer/2.7.1/serializer-2.7.1.jar, /root/.m2/repository/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar, /root/.m2/repository/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar, /root/.m2/repository/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar, /root/.m2/repository/jdom/jdom/1.0/jdom-1.0.jar, /root/.m2/repository/xom/xom/1.0/xom-1.0.jar, /root/.m2/repository/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar, /root/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar, /root/.m2/repository/javax/mail/mail/1.4.2/mail-1.4.2.jar, /root/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar, /root/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar, /root/.m2/repository/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar, /root/.m2/repository/org/apache/poi/poi/3.7/poi-3.7.jar, /root/.m2/repository/org/apache/poi/poi-ooxml/3.7/poi-ooxml-3.7.jar, /root/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.7/poi-ooxml-schemas-3.7.jar, /root/.m2/repository/org/apache/geronimo/specs/geronimo-stax-api_1.0_spec/1.0/geronimo-stax-api_1.0_spec-1.0.jar, /root/.m2/repository/org/easymock/easymock/2.4/easymock-2.4.jar, /root/.m2/repository/org/easymock/easymockclassextension/2.4/easymockclassextension-2.4.jar, /root/.m2/repository/cglib/cglib-nodep/2.1_3/cglib-nodep-2.1_3.jar, /root/.m2/repository/com/google/guava/guava/r09/guava-r09.jar, /root/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar, /root/.m2/repository/commons-digester/commons-digester/1.8/commons-digester-1.8.jar, /root/.m2/repository/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar, /root/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar, /root/.m2/repository/com/h2database/h2/1.3.158/h2-1.3.158.jar]
[DEBUG] (f) disableXmlReport = false
[DEBUG] (f) enableAssertions = true
[DEBUG] (f) forkMode = once
[DEBUG] (f) junitArtifactName = junit:junit
[DEBUG] (f) localRepository = Repository[local|file:///root/.m2/repository]
[DEBUG] (f) pluginArtifactMap = {org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.4.3:runtime, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.4.3:runtime, org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.5.1:runtime, org.apache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0.6:runtime, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0.6:runtime, org.apache.maven:maven-project=org.apache.maven:maven-project:jar:2.0.6:runtime, org.apache.maven:maven-core=org.apache.maven:maven-core:jar:2.0.6:runtime, org.apache.maven:maven-toolchain=org.apache.maven:maven-toolchain:jar:1.0:runtime}
[DEBUG] (f) printSummary = true
[DEBUG] (f) project = MavenProject: com.mckesson.dex:dex-config:0.0.1-SNAPSHOT @ /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml
[DEBUG] (f) projectArtifactMap = {javax.servlet:servlet-api=javax.servlet:servlet-api:jar:2.5:provided, org.bouncycastle:bcprov-jdk16=org.bouncycastle:bcprov-jdk16:jar:1.46:compile, taglibs:standard=taglibs:standard:jar:1.1.2:compile, javassist:javassist=javassist:javassist:jar:3.4.GA:compile, javax.validation:validation-api=javax.validation:validation-api:jar:1.0.0.GA:compile, org.slf4j:slf4j-api=org.slf4j:slf4j-api:jar:1.6.1:compile, org.slf4j:slf4j-log4j12=org.slf4j:slf4j-log4j12:jar:1.6.1:compile, log4j:log4j=log4j:log4j:jar:1.2.16:compile, hibernate:hibernate-tools=hibernate:hibernate-tools:jar:3.2.3.GA:compile, org.beanshell:bsh=org.beanshell:bsh:jar:2.0b4:compile, freemarker:freemarker=freemarker:freemarker:jar:2.3.8:compile, org.hibernate:jtidy=org.hibernate:jtidy:jar:r8-20060801:compile, org.hibernate:hibernate-entitymanager=org.hibernate:hibernate-entitymanager:jar:3.6.6.Final:compile, org.hibernate:hibernate-core=org.hibernate:hibernate-core:jar:3.6.6.Final:compile, antlr:antlr=antlr:antlr:jar:2.7.6:compile, commons-collections:commons-collections=commons-collections:commons-collections:jar:3.2.1:compile, dom4j:dom4j=dom4j:dom4j:jar:1.6.1:compile, org.hibernate:hibernate-commons-annotations=org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile, org.hibernate.javax.persistence:hibernate-jpa-2.0-api=org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile, javax.transaction:jta=javax.transaction:jta:jar:1.1:compile, cglib:cglib=cglib:cglib:jar:2.2:compile, asm:asm=asm:asm:jar:3.1:compile, org.hibernate:hibernate-search=org.hibernate:hibernate-search:jar:3.4.0.Final:compile, org.hibernate:hibernate-search-analyzers=org.hibernate:hibernate-search-analyzers:jar:3.4.0.Final:compile, org.apache.lucene:lucene-core=org.apache.lucene:lucene-core:jar:3.1.0:compile, org.apache.lucene:lucene-analyzers=org.apache.lucene:lucene-analyzers:jar:3.1.0:compile, org.apache.solr:solr-analysis-extras=org.apache.solr:solr-analysis-extras:jar:3.1.0:compile, org.apache.solr:solr-core=org.apache.solr:solr-core:jar:3.1.0:compile, org.apache.solr:solr-solrj=org.apache.solr:solr-solrj:jar:3.1.0:compile, commons-io:commons-io=commons-io:commons-io:jar:2.0.1:compile, org.apache.lucene:lucene-highlighter=org.apache.lucene:lucene-highlighter:jar:3.1.0:compile, org.apache.lucene:lucene-memory=org.apache.lucene:lucene-memory:jar:3.1.0:compile, org.apache.lucene:lucene-misc=org.apache.lucene:lucene-misc:jar:3.1.0:compile, org.apache.lucene:lucene-spatial=org.apache.lucene:lucene-spatial:jar:3.1.0:compile, org.apache.lucene:lucene-spellchecker=org.apache.lucene:lucene-spellchecker:jar:3.1.0:compile, org.apache.solr:solr-commons-csv=org.apache.solr:solr-commons-csv:jar:3.1.0:compile, commons-codec:commons-codec=commons-codec:commons-codec:jar:1.4:compile, commons-lang:commons-lang=commons-lang:commons-lang:jar:2.1:compile, org.apache.lucene:lucene-smartcn=org.apache.lucene:lucene-smartcn:jar:3.1.0:compile, org.apache.lucene:lucene-stempel=org.apache.lucene:lucene-stempel:jar:3.1.0:compile, org.hibernate:hibernate-validator=org.hibernate:hibernate-validator:jar:4.1.0.Final:compile, net.sf.ehcache:ehcache=net.sf.ehcache:ehcache:pom:2.4.1:compile, net.sf.ehcache:ehcache-core=net.sf.ehcache:ehcache-core:jar:2.4.0:compile, net.sf.ehcache:ehcache-terracotta=net.sf.ehcache:ehcache-terracotta:jar:2.4.1:compile, org.springframework:spring-beans=org.springframework:spring-beans:jar:3.0.5.RELEASE:compile, org.springframework:spring-core=org.springframework:spring-core:jar:3.0.5.RELEASE:compile, org.springframework:spring-asm=org.springframework:spring-asm:jar:3.0.5.RELEASE:compile, commons-logging:commons-logging=commons-logging:commons-logging:jar:1.1.1:compile, org.springframework:spring-context=org.springframework:spring-context:jar:3.0.5.RELEASE:compile, org.springframework:spring-aop=org.springframework:spring-aop:jar:3.0.5.RELEASE:compile, aopalliance:aopalliance=aopalliance:aopalliance:jar:1.0:compile, org.springframework:spring-expression=org.springframework:spring-expression:jar:3.0.5.RELEASE:compile, org.springframework:spring-tx=org.springframework:spring-tx:jar:3.0.5.RELEASE:compile, org.springframework:spring-orm=org.springframework:spring-orm:jar:3.0.5.RELEASE:compile, org.springframework:spring-jdbc=org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile, org.springframework.security:spring-security-core=org.springframework.security:spring-security-core:jar:3.0.5.RELEASE:compile, org.aspectj:aspectjrt=org.aspectj:aspectjrt:jar:1.6.8:compile, org.aspectj:aspectjweaver=org.aspectj:aspectjweaver:jar:1.6.9:compile, org.springframework.security:spring-security-config=org.springframework.security:spring-security-config:jar:3.0.5.RELEASE:compile, org.springframework.security:spring-security-web=org.springframework.security:spring-security-web:jar:3.0.5.RELEASE:compile, org.springframework:spring-web=org.springframework:spring-web:jar:3.0.3.RELEASE:compile, org.springframework.security:spring-security-acl=org.springframework.security:spring-security-acl:jar:3.0.5.RELEASE:compile, org.springframework:spring-context-support=org.springframework:spring-context-support:jar:3.0.3.RELEASE:compile, org.springframework:spring-webmvc=org.springframework:spring-webmvc:jar:3.0.5.RELEASE:compile, org.springframework:spring-aspects=org.springframework:spring-aspects:jar:3.0.5.RELEASE:compile, org.springframework:spring-test=org.springframework:spring-test:jar:3.0.5.RELEASE:compile, org.springframework:spring-oxm=org.springframework:spring-oxm:jar:3.0.5.RELEASE:compile, org.springframework.ws:spring-xml=org.springframework.ws:spring-xml:jar:2.0.0.RELEASE:compile, org.springframework.ws:spring-ws-core=org.springframework.ws:spring-ws-core:jar:2.0.0.RELEASE:compile, wsdl4j:wsdl4j=wsdl4j:wsdl4j:jar:1.6.1:compile, org.apache.xmlbeans:xmlbeans=org.apache.xmlbeans:xmlbeans:jar:2.4.0:compile, stax:stax-api=stax:stax-api:jar:1.0.1:compile, org.codehaus.castor:castor-xml=org.codehaus.castor:castor-xml:jar:1.3.1:compile, org.codehaus.castor:castor-core=org.codehaus.castor:castor-core:jar:1.3.1:compile, junit:junit=junit:junit:jar:4.8.1:compile, postgresql:postgresql=postgresql:postgresql:jar:9.0-801.jdbc4:compile, org.liquibase:liquibase-core=org.liquibase:liquibase-core:jar:2.0.1:compile, net.sf.opencsv:opencsv=net.sf.opencsv:opencsv:jar:2.0:compile, org.aspectj:aspectjlib=org.aspectj:aspectjlib:jar:1.6.2:compile, com.thoughtworks.xstream:xstream=com.thoughtworks.xstream:xstream:jar:1.3.1:compile, xpp3:xpp3_min=xpp3:xpp3_min:jar:1.1.4c:compile, org.jasypt:jasypt=org.jasypt:jasypt:jar:1.7.1:compile, com.vaadin:vaadin=com.vaadin:vaadin:jar:6.6.3:compile, org.vaadin.addons:tokenfield=org.vaadin.addons:tokenfield:jar:1.0:compile, org.vaadin.addons:clickable-custom-layout=org.vaadin.addons:clickable-custom-layout:jar:0.9.2:compile, org.quartz-scheduler:quartz=org.quartz-scheduler:quartz:jar:1.8.3:compile, com.lowagie:itext=com.lowagie:itext:jar:2.1.7:compile, bouncycastle:bcmail-jdk14=bouncycastle:bcmail-jdk14:jar:138:compile, bouncycastle:bcprov-jdk14=bouncycastle:bcprov-jdk14:jar:138:compile, org.bouncycastle:bctsp-jdk14=org.bouncycastle:bctsp-jdk14:jar:1.38:compile, org.bouncycastle:bcprov-jdk14=org.bouncycastle:bcprov-jdk14:jar:1.38:compile, org.bouncycastle:bcmail-jdk14=org.bouncycastle:bcmail-jdk14:jar:1.38:compile, joda-time:joda-time=joda-time:joda-time:jar:1.6.2:compile, xalan:xalan=xalan:xalan:jar:2.7.1:compile, xalan:serializer=xalan:serializer:jar:2.7.1:compile, xml-apis:xml-apis=xml-apis:xml-apis:jar:1.3.03:compile, xerces:xercesImpl=xerces:xercesImpl:jar:2.8.1:compile, jaxen:jaxen=jaxen:jaxen:jar:1.1.1:compile, jdom:jdom=jdom:jdom:jar:1.0:compile, xom:xom=xom:xom:jar:1.0:compile, xerces:xmlParserAPIs=xerces:xmlParserAPIs:jar:2.6.2:compile, com.ibm.icu:icu4j=com.ibm.icu:icu4j:jar:2.6.1:compile, javax.mail:mail=javax.mail:mail:jar:1.4.2:compile, javax.activation:activation=javax.activation:activation:jar:1.1:compile, javax.servlet:jstl=javax.servlet:jstl:jar:1.2:compile, javax.annotation:jsr250-api=javax.annotation:jsr250-api:jar:1.0:compile, org.apache.poi:poi=org.apache.poi:poi:jar:3.7:compile, org.apache.poi:poi-ooxml=org.apache.poi:poi-ooxml:jar:3.7:compile, org.apache.poi:poi-ooxml-schemas=org.apache.poi:poi-ooxml-schemas:jar:3.7:compile, org.apache.geronimo.specs:geronimo-stax-api_1.0_spec=org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0:compile, org.easymock:easymock=org.easymock:easymock:jar:2.4:test, org.easymock:easymockclassextension=org.easymock:easymockclassextension:jar:2.4:test, cglib:cglib-nodep=cglib:cglib-nodep:jar:2.1_3:test, com.google.guava:guava=com.google.guava:guava:jar:r09:compile, commons-configuration:commons-configuration=commons-configuration:commons-configuration:jar:1.6:compile, commons-digester:commons-digester=commons-digester:commons-digester:jar:1.8:compile, commons-beanutils:commons-beanutils=commons-beanutils:commons-beanutils:jar:1.7.0:compile, commons-beanutils:commons-beanutils-core=commons-beanutils:commons-beanutils-core:jar:1.8.0:compile, com.h2database:h2=com.h2database:h2:jar:1.3.158:compile}
[DEBUG] (f) redirectTestOutputToFile = false
[DEBUG] (f) remoteRepositories = [Repository[ep-dex-repo|
http://maven.escalation-point.com/content/groups/ep-mck-dex], Repository[central|http://repo1.maven.org/maven2
]]
[DEBUG] (f) reportFormat = brief
[DEBUG] (f) reportsDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/surefire-reports
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@1647692
[DEBUG] (f) skipTests = true
[DEBUG] (f) testClassesDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/test-classes
[DEBUG] (f) testNGArtifactName = org.testng:testng
[DEBUG] (f) testSourceDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/src/test/java
[DEBUG] (f) trimStackTrace = true
[DEBUG] (f) useFile = true
[DEBUG] (f) useManifestOnlyJar = true
[DEBUG] (f) workingDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config
[DEBUG] -- end configuration --
[INFO]
[surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[DEBUG] com.mckesson.dex:dex-config:jar:0.0.1-SNAPSHOT (selected for null)
[DEBUG] javax.servlet:servlet-api:jar:2.5:provided (selected for provided)
[DEBUG] org.bouncycastle:bcprov-jdk16:jar:1.46:compile (selected for compile)
[DEBUG] taglibs:standard:jar:1.1.2:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.4.GA:compile (selected for compile)
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.6.1:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.6.1:compile (selected for compile)
[DEBUG] log4j:log4j:jar:1.2.16:compile (selected for compile)
[DEBUG] hibernate:hibernate-tools:jar:3.2.3.GA:compile (selected for compile)
[DEBUG] org.beanshell:bsh:jar:2.0b4:compile (selected for compile)
[DEBUG] freemarker:freemarker:jar:2.3.8:compile (selected for compile)
[DEBUG] org.hibernate:jtidy:jar:r8-20060801:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-entitymanager:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] javassist:javassist:jar:3.12.0.GA:compile (removed - nearer found: 3.4.GA)
[DEBUG] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.1.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.6.Final:compile (selected for compile)
[DEBUG] antlr:antlr:jar:2.7.6:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (selected for compile)
[DEBUG] dom4j:dom4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final:compile (selected for compile)
[DEBUG] javax.transaction:jta:jar:1.1:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-search:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-search-analyzers:jar:3.4.0.Final:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-analyzers:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-analysis-extras:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-solrj:jar:3.1.0:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] org.apache.lucene:lucene-highlighter:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-memory:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-misc:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-spatial:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-spellchecker:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.solr:solr-commons-csv:jar:3.1.0:compile (selected for compile)
[DEBUG] commons-codec:commons-codec:jar:1.4:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.5:compile (removed - nearer found: 1.6.1)
[DEBUG] org.apache.lucene:lucene-smartcn:jar:3.1.0:compile (selected for compile)
[DEBUG] org.apache.lucene:lucene-stempel:jar:3.1.0:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-core:jar:3.6.3.Final:compile (removed - nearer found: 3.6.6.Final)
[DEBUG] org.apache.lucene:lucene-core:jar:3.1.0:compile (selected for compile)
[DEBUG] org.hibernate:hibernate-validator:jar:4.1.0.Final:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache:pom:2.4.1:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache-core:jar:2.4.0:compile (selected for compile)
[DEBUG] net.sf.ehcache:ehcache-terracotta:jar:2.4.1:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] org.springframework:spring-context:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-aop:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] org.springframework:spring-expression:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-asm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-tx:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] aopalliance:aopalliance:jar:1.0:compile (selected for compile)
[DEBUG] org.springframework:spring-orm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-core:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-expression:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-tx:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-aop:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.aspectj:aspectjrt:jar:1.6.8:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-config:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.security:spring-security-web:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-web:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework.security:spring-security-acl:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.3.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-beans:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-context:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-core:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.3.RELEASE:compile (removed - nearer found: 3.0.5.RELEASE)
[DEBUG] org.springframework:spring-webmvc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-aspects:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-context-support:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-test:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-jdbc:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-oxm:jar:3.0.5.RELEASE:compile (selected for compile)
[DEBUG] org.springframework.ws:spring-xml:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] org.springframework.ws:spring-ws-core:jar:2.0.0.RELEASE:compile (selected for compile)
[DEBUG] org.springframework:spring-web:jar:3.0.5.RELEASE:compile (removed - nearer found: 3.0.3.RELEASE)
[DEBUG] wsdl4j:wsdl4j:jar:1.6.1:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.4.0:compile (selected for compile)
[DEBUG] stax:stax-api:jar:1.0.1:compile (selected for compile)
[DEBUG] org.codehaus.castor:castor-xml:jar:1.3.1:compile (selected for compile)
[DEBUG] org.codehaus.castor:castor-core:jar:1.3.1:compile (selected for compile)
[DEBUG] junit:junit:jar:4.8.1:compile (selected for compile)
[DEBUG] postgresql:postgresql:jar:9.0-801.jdbc4:compile (selected for compile)
[DEBUG] org.liquibase:liquibase-core:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.1.1:compile (selected for compile)
[DEBUG] commons-io:commons-io:jar:1.4:compile (removed - nearer found: 2.0.1)
[DEBUG] commons-io:commons-io:jar:2.0.1:compile (selected for compile)
[DEBUG] commons-collections:commons-collections:jar:3.1:compile (removed - nearer found: 3.2.1)
[DEBUG] commons-collections:commons-collections:jar:3.2.1:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-lang:commons-lang:jar:2.1:compile (selected for compile)
[DEBUG] net.sf.opencsv:opencsv:jar:2.0:compile (selected for compile)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.8:compile (removed - nearer found: 1.6.9)
[DEBUG] org.aspectj:aspectjweaver:jar:1.6.9:compile (selected for compile)
[DEBUG] org.aspectj:aspectjlib:jar:1.6.2:compile (selected for compile)
[DEBUG] com.thoughtworks.xstream:xstream:jar:1.3.1:compile (selected for compile)
[DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile (selected for compile)
[DEBUG] org.jasypt:jasypt:jar:1.7.1:compile (selected for compile)
[DEBUG] cglib:cglib:jar:2.2:compile (selected for compile)
[DEBUG] asm:asm:jar:3.1:compile (selected for compile)
[DEBUG] com.vaadin:vaadin:jar:6.6.3:compile (selected for compile)
[DEBUG] org.vaadin.addons:tokenfield:jar:1.0:compile (selected for compile)
[DEBUG] org.vaadin.addons:clickable-custom-layout:jar:0.9.2:compile (selected for compile)
[DEBUG] org.quartz-scheduler:quartz:jar:1.8.3:compile (selected for compile)
[DEBUG] org.slf4j:slf4j-api:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] org.slf4j:slf4j-log4j12:jar:1.5.10:compile (removed - nearer found: 1.6.1)
[DEBUG] com.lowagie:itext:jar:2.1.7:compile (selected for compile)
[DEBUG] bouncycastle:bcmail-jdk14:jar:138:compile (selected for compile)
[DEBUG] bouncycastle:bcprov-jdk14:jar:138:compile (selected for compile)
[DEBUG] While downloading bouncycastle:bctsp-jdk14:138
This artifact has been relocated to org.bouncycastle:bctsp-jdk14:1.38.
[DEBUG] org.bouncycastle:bctsp-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcprov-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] org.bouncycastle:bcmail-jdk14:jar:1.38:compile (selected for compile)
[DEBUG] joda-time:joda-time:jar:1.6.2:compile (selected for compile)
[DEBUG] xalan:xalan:jar:2.7.1:compile (selected for compile)
[DEBUG] xalan:serializer:jar:2.7.1:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.8.1:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.04:compile (removed - nearer found: 1.3.03)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.03:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1.1:compile (selected for compile)
[DEBUG] jaxen:jaxen:jar:1.1-beta-6:compile (removed - causes a cycle in the graph)
[DEBUG] jaxen:jaxen:jar:1.0-FCS:compile (removed - causes a cycle in the graph)
[DEBUG] jdom:jdom:jar:1.0:compile (selected for compile)
[DEBUG] xml-apis:xml-apis:jar:1.3.02:compile (removed - nearer found: 1.3.03)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xom:xom:jar:1.0:compile (selected for compile)
[DEBUG] xerces:xmlParserAPIs:jar:2.6.2:compile (selected for compile)
[DEBUG] xerces:xercesImpl:jar:2.6.2:compile (removed - nearer found: 2.8.1)
[DEBUG] xalan:xalan:jar:2.6.0:compile (removed - nearer found: 2.7.1)
[DEBUG] com.ibm.icu:icu4j:jar:2.6.1:compile (selected for compile)
[DEBUG] javax.mail:mail:jar:1.4.2:compile (selected for compile)
[DEBUG] javax.activation:activation:jar:1.1:compile (selected for compile)
[DEBUG] javax.servlet:jstl:jar:1.2:compile (selected for compile)
[DEBUG] javax.annotation:jsr250-api:jar:1.0:compile (selected for compile)
[DEBUG] org.apache.poi:poi:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.7:compile (selected for compile)
[DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile (removed - nearer found: 2.4.0)
[DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0:compile (selected for compile)
[DEBUG] org.easymock:easymock:jar:2.4:test (selected for test)
[DEBUG] org.easymock:easymockclassextension:jar:2.4:test (selected for test)
[DEBUG] cglib:cglib-nodep:jar:2.1_3:test (selected for test)
[DEBUG] com.google.guava:guava:jar:r09:compile (selected for compile)
[DEBUG] commons-configuration:commons-configuration:jar:1.6:compile (selected for compile)
[DEBUG] commons-lang:commons-lang:jar:2.4:compile (removed - nearer found: 2.1)
[DEBUG] commons-digester:commons-digester:jar:1.8:compile (selected for compile)
[DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile (selected for compile)
[DEBUG] commons-logging:commons-logging:jar:1.0.3:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-logging:commons-logging:jar:1.1:compile (removed - nearer found: 1.1.1)
[DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.0:compile (selected for compile)
[DEBUG] com.h2database:h2:jar:1.3.158:compile (selected for compile)
[DEBUG] Plugin dependencies for:
org.apache.maven.plugins:maven-jar-plugin:2.2
are:
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-project:jar:2.0.7:runtime
org.apache.maven:maven-archiver:jar:2.3:runtime
org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-9:runtime
org.codehaus.plexus:plexus-io:jar:1.0-alpha-1:runtime
commons-lang:commons-lang:jar:2.1:runtime
org.codehaus.plexus:plexus-utils:jar:1.4.9:runtime
[DEBUG] org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.6:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0.7 for project: null:maven-project:jar:null from the repository.
[DEBUG] Adding managed dependencies for unknown:maven-project
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-project:jar:2.0.7:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-settings
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-model
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-model:jar:2.0.7:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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 (removed - nearer found: 1.4.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-profile
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-model:jar:2.0.7:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-artifact-manager
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-repository-metadata
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7:runtime (selected for runtime)
[DEBUG] Adding managed dependencies for unknown:maven-artifact
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7:runtime (selected for runtime)
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.4.1)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-registry
[DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.7
[DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.7
[DEBUG] org.apache.maven:maven-model:jar:2.0.7
[DEBUG] org.apache.maven:maven-project:jar:2.0.7
[DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.7
[DEBUG] org.apache.maven:maven-artifact-test:jar:2.0.7
[DEBUG] org.apache.maven:maven-settings:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.7
[DEBUG] org.apache.maven:maven-profile:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7
[DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.7
[DEBUG] org.apache.maven:maven-monitor:jar:2.0.7
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-beta-2
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-2
[DEBUG] easymock:easymock:jar:1.2_Java1.3:test
[DEBUG] classworlds:classworlds:jar:1.1
[DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.7:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-artifact:jar:2.0.7:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1: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 (removed - nearer found: 1.4.1)
[DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
[DEBUG] org.apache.maven:maven-archiver:jar:2.3:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.apache.maven:maven:pom:2.0 for project: org.apache.maven:maven-artifact:jar:2.0 from the repository.
[DEBUG] Adding managed dependencies for org.apache.maven:maven-artifact
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.7)
[DEBUG] Adding managed dependencies for org.apache.maven:maven-model
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (removed - nearer found: 2.0.7)
[DEBUG] Adding managed dependencies for unknown:maven-project
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-5
[DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-5
[DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (removed - nearer found: 2.0.7)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components:pom:1.1.9 for project: null:plexus-archiver:jar:1.0-alpha-9 from the repository.
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-9:runtime (selected for runtime)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-containers:pom:1.0-alpha-15 for project: null:plexus-container-default:jar:1.0-alpha-15 from the repository.
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.9 for project: org.codehaus.plexus:plexus-containers:pom:1.0-alpha-15 from the repository.
[DEBUG] Adding managed dependencies for unknown:plexus-container-default
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:1.2-alpha-6
[DEBUG] org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-15
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.3
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-15:runtime (removed - nearer found: 1.0-alpha-9-stable-1)
[DEBUG] Adding managed dependencies for unknown:plexus-component-api
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:1.2-alpha-6
[DEBUG] org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-15
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.3
[DEBUG] org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-15:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:1.2-alpha-6:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-io:jar:1.0-alpha-1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime (removed - nearer found: 1.0-alpha-9-stable-1)
[DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-containers:pom:1.0-alpha-16 for project: null:plexus-component-api:jar:1.0-alpha-16 from the repository.
[DEBUG] Adding managed dependencies for unknown:plexus-component-api
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:1.2-alpha-7
[DEBUG] org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-16
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.3
[DEBUG] org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-16:runtime (removed - nearer found: 1.0-alpha-15)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.9:runtime (removed - nearer found: 1.4.1)
[DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-9:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-io:jar:1.0-alpha-1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-io:jar:1.0-alpha-1:runtime (selected for runtime)
[DEBUG] commons-lang:commons-lang:jar:2.1:runtime (selected for runtime)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.4.9)
[DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.9:runtime (selected for runtime)
[DEBUG] The following artifacts were filtered out for plugin: org.apache.maven.plugins:maven-jar-plugin:2.2 because they're already in the core of Maven:
org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-project:jar:2.0.7:runtime
These will use the artifact files already in the core ClassRealm instead, to allow them to be included in PluginDescriptor.getArtifacts().
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.2:jar' -->
[DEBUG] (f) classesDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes
[DEBUG] (f) defaultManifestFile = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/classes/META-INF/MANIFEST.MF
[DEBUG] (f) finalName = dex-config-0.0.1-SNAPSHOT
[DEBUG] (f) forceCreation = false
[DEBUG] (f) outputDirectory = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target
[DEBUG] (f) project = MavenProject: com.mckesson.dex:dex-config:0.0.1-SNAPSHOT @ /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml
[DEBUG] (f) useDefaultManifestFile = false
[DEBUG] (s) manifestEntries = {Hudson-Build-Number=133, Hudson-Project=MCK-DEX-QA, Hudson-Version=1.423, Jenkins-Build-Number=133, Jenkins-Project=MCK-DEX-QA, Jenkins-Version=1.423}
[DEBUG] (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@782f81
[DEBUG] -- end configuration --
[INFO]
[jar:jar {execution: default-jar}]
[DEBUG] isUp2date: false (Destination /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/dex-config-0.0.1-SNAPSHOT.jar not found.)
[INFO] Building jar: /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/dex-config-0.0.1-SNAPSHOT.jar
[DEBUG] adding directory META-INF/
[DEBUG] adding entry META-INF/MANIFEST.MF
[DEBUG] adding directory spring/
[DEBUG] adding directory ehcache/
[DEBUG] adding directory com/
[DEBUG] adding directory com/mckesson/
[DEBUG] adding directory com/mckesson/dex/
[DEBUG] adding entry spring/jndiContext.xml
[DEBUG] adding entry spring/securityContext.xml
[DEBUG] adding entry spring/applicationContext.xml
[DEBUG] adding entry spring/dbmsContext.xml
[DEBUG] adding entry spring/liquibaseContext.xml
[DEBUG] adding entry spring/hipaaspace-mapping.xml
[DEBUG] adding entry spring/npiwsContext.xml
[DEBUG] adding entry ehcache/ehcache.xml
[DEBUG] adding entry com/mckesson/dex/BouncyCastleInitializer.class
[DEBUG] adding entry com/mckesson/dex/ServerConfiguration.class
[DEBUG] adding directory META-INF/maven/
[DEBUG] adding directory META-INF/maven/com.mckesson.dex/
[DEBUG] adding directory META-INF/maven/com.mckesson.dex/dex-config/
[DEBUG] adding entry META-INF/maven/com.mckesson.dex/dex-config/pom.xml
[DEBUG] adding entry META-INF/maven/com.mckesson.dex/dex-config/pom.properties
[DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-install-plugin:2.3:install' -->
[DEBUG] (f) artifact = com.mckesson.dex:dex-config:jar:0.0.1-SNAPSHOT
[DEBUG] (f) attachedArtifacts = []
[DEBUG] (f) createChecksum = false
[DEBUG] (f) localRepository = Repository[local|file:///root/.m2/repository]
[DEBUG] (f) packaging = jar
[DEBUG] (f) pomFile = /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml
[DEBUG] (f) updateReleaseInfo = false
[DEBUG] -- end configuration --
[INFO]
[install:install {execution: default-install}]
[INFO] Installing /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/dex-config-0.0.1-SNAPSHOT.jar to /root/.m2/repository/com/mckesson/dex/dex-config/0.0.1-SNAPSHOT/dex-config-0.0.1-SNAPSHOT.jar
[JENKINS] Archiving /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/pom.xml to /var/hudson/jobs/MCK-DEX-QA/modules/com.mckesson.dex$dex-config/builds/2011-08-03_20-34-41/archive/com.mckesson.dex/dex-config/0.0.1-SNAPSHOT/dex-config-0.0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/hudson/jobs/MCK-DEX-QA/workspace/dex/dex-config/target/d
On Wed, Aug 3, 2011 at 9:54 PM, Douglas Ferguson <the...@gmail.com> wrote:
> I'm pretty certain that the product owner will not allow me to send out the poms.
> But it is a standard multi module setup and it executes all goals on command line but not in hudson.
Fair enough, but you should also consider it fair for myself and
others to not help beyond a certain point. I think we're at that point
now. It's hard enough to debug blind like this, let alone as a
volunteer.
> I agree. I just inherited this project and it could easily be something mis-configured I'm just not seeing anything.
> I know prior to maven 2.2 there were not as many life cycles, so that could explain why they are "skipped" :)
Maven 3 is fully backwards compatible with Maven 2. No life cycle
phases are skipped that were already in Maven 2. (Point of order, and
just general good question asking, it would help if you would actually
state what life cycle phases you think are skipped..)
> Here are the phases that run. notice that I don't even get validate!
Unless you've attached a Maven plugin execution to the validate phase,
then you're not going to actually see any explicit validate phase
going on. When you run with -X option, you should see something akin
to (and I've done this with one of my own projects using Maven 3.0.3
and -X option):
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources,
process-sources, generate-resources, process-resources, compile,
process-classes, generate-test-sources, process-test-sources,
generate-test-resources, process-test-resources, test-compile,
process-test-classes, test, prepare-package, package,
pre-integration-test, integration-test, post-integration-test, verify,
install, deploy]
Perhaps it would be helpful to re-read
http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
I don't think there is anything more than anyone on this list is going
to be able to do for you. Try the Maven list, but I'm pretty sure this
is just user error. Make sure it works from the command line, make
sure you have the Maven builder you think you have, etc etc etc.....
good luck.
That's what I've been saying from the get go. It works fine on the command line but not in Jenkins.
There is no
[DEBUG] Building Maven user-level plugin registry from: '/root/.m2/plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from: '/usr/share/maven2/conf/plugin-registry.xml'
[WARNING]
************ WARNING ************
This Maven runtime contains a LifecycleExecutor component with an incomplete configuration.
LifecycleExecutor class: org.apache.maven.lifecycle.LifecycleExecutorInterceptor
Missing component requirement: org.apache.maven.project.MavenProjectBuilder
NOTE: This seems to be a third-party Maven derivative you are using. If so, please
notify the developers for this derivative project of the problem. The Apache Maven team is not
responsible for maintaining the integrity of third-party component overrides.
I'm now on 3.0.3