Uploaded image for project: 'Maven'
  1. Maven
  2. MNG-4935

Filter classloader information in debug output (or create a new debug switch)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • Logging
    • None
    • Maven 2.2.1 & all Maven 2 versions tested (don't know about Maven 3)

    Description

      When running Maven 2 with the -X flag, the debug output contains useful debug output, like plugin configuration information, various information about the information, and A LOT of classloading information, which is mostly useful for Maven developers or plugin developers.

      I think it would be good to add an additional flag to the debug mode (--extra-debug, -xd), which would trigger adding classloading information to the debug mode. I know this is not a minor issue, since this would require another debugging level (at least from what I can figure), but it would be VERY useful for users.

      We literally have hundreds of thousands of these lines in a build launched with -X. Causing all sorts of problems when loading them through a web interface for example (Hudson).

      Compare this:
      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.2:clean' -->
      [DEBUG] (f) directory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target
      [DEBUG] (f) failOnError = true
      [DEBUG] (f) followSymLinks = false
      [DEBUG] (f) outputDirectory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target\classes
      [DEBUG] (f) project = MavenProject: com.axway.$project:all-$project:3.6.1-SP6 @ D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\pom.xml
      [DEBUG] (f) reportDirectory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target\site
      [DEBUG] (f) skip = false
      [DEBUG] (f) testOutputDirectory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target\test-classes
      [DEBUG] (f) verbose = false
      [DEBUG] – end configuration –
      [INFO] [clean:clean

      {execution: default-clean}

      ]
      [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins:pom:11 for project: null:maven-site-plugin:maven-plugin:2.0-beta-7 from the repository.
      [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:8 for project: org.apache.maven.plugins:maven-plugins:pom:11 from the repository.
      [DEBUG] Configuring mojo 'com.axway.maven2.plugins:axway-timestamp-plugin:1.0.1:timestamp' -->
      [DEBUG] (s) language = en
      [DEBUG] (s) project = MavenProject: com.axway.$project:all-$project:3.6.1-SP6 @ D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\pom.xml
      [DEBUG] (s) properties =

      {time.buildtime=yyyy-MM-dd HH:mm, time.timestamp=yyyyMMddHHmm}

      [DEBUG] (s) session = org.apache.maven.execution.MavenSession@48f675
      [DEBUG] – end configuration –
      [INFO] [timestamp:timestamp

      {execution: timestamp}

      ]
      [INFO] Defining new property time.buildtime to 2010-12-15 17:32
      [INFO] Defining new property time.timestamp to 201012151732
      [DEBUG] Configuring mojo 'com.axway.maven2.plugins:axway-version-plugin:2.0.9:xversion' -->
      [DEBUG] (s) elementDescriptions = {extensionpack=

      {0} Extension-Pack {1}, patch={0}

      Patch

      {2}, servicepack={0} Service-Pack {1}, upgradepack={0} Upgrade-Pack {1}}
      [DEBUG] (s) elementIdentifiers = {extensionpack=EP, patch=Patch, servicepack=SP, upgradepack=UP}
      [DEBUG] (s) elementTypeNames = {extensionpack=EP, patch=PATCH, servicepack=SP, upgradepack=UP}
      [DEBUG] (s) patchDescription = {0} Patch {1}
      [DEBUG] (s) patchMark = P
      [DEBUG] (s) patchType = PATCH
      [DEBUG] (s) project = MavenProject: com.axway.$project:all-$project:3.6.1-SP6 @ D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\pom.xml
      [DEBUG] (s) servicePackDescription = {0} Service-Pack {1}
      [DEBUG] (s) servicePackMark = SP
      [DEBUG] (s) servicePackType = SP
      [DEBUG] (f) updateTargetVersion = 0.0.0
      [DEBUG] (s) usedInBranches = [servicepack]
      [DEBUG] (s) usedInValidations = [patch]
      [DEBUG] – end configuration –
      [INFO] [axway-version:xversion {execution: version}]
      [INFO] Defining new property axway.version.major to 3.6.1
      [INFO] Defining new property axway.version.patch to
      [INFO] Defining new property axway.version.servicepack.name to SP6
      [INFO] Defining new property axway.version.servicepack.number to 6
      [INFO] No extensionpack found in project version format
      [DEBUG] Skipping already defined property axway.version.patch
      [INFO] Defining new property axway.version.extensionpack.name to
      [INFO] Defining new property axway.version.extensionpack.number to 0
      [INFO] No patch found in project version format
      [DEBUG] Skipping already defined property axway.version.patch
      [INFO] Defining new property axway.version.patch.name to
      [INFO] Defining new property axway.version.patch.number to 0
      [INFO] No upgradepack found in project version format
      [DEBUG] Skipping already defined property axway.version.patch
      [INFO] Defining new property axway.version.upgradepack.name to
      [INFO] Defining new property axway.version.upgradepack.number to 0
      [INFO] Defining new property axway.version.branch to 3.6.1-SP6
      [INFO] Defining new property axway.version.update.base to 3.6.1
      [INFO] Defining new property axway.version.update.type to SP
      [INFO] Defining new property axway.version.update.name to SP6
      [INFO] Defining new property axway.version.update.number to 6
      [INFO] Defining new property axway.version.update.description to 3.6.1 Service-Pack SP6
      [INFO] Defining new property axway.version.update.required to
      [INFO] Defining new property axway.version.update.disabled to
      [WARNING] Ignored version elements:

      to this:

      [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-clean-plugin:2.2:clean' -->
      [DEBUG] (f) directory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target
      [DEBUG] (f) failOnError = true
      [DEBUG] (f) followSymLinks = false
      [DEBUG] (f) outputDirectory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target\classes
      [DEBUG] (f) project = MavenProject: com.axway.$project:all-$project:3.6.1-SP6 @ D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\pom.xml
      [DEBUG] (f) reportDirectory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target\site
      [DEBUG] (f) skip = false
      [DEBUG] (f) testOutputDirectory = D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\target\test-classes
      [DEBUG] (f) verbose = false
      [DEBUG] – end configuration –
      [INFO] [clean:clean {execution: default-clean}]
      [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins:pom:11 for project: null:maven-site-plugin:maven-plugin:2.0-beta-7 from the repository.
      [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent:pom:8 for project: org.apache.maven.plugins:maven-plugins:pom:11 from the repository.
      [DEBUG] Plugin dependencies for:

      com.axway.maven2.plugins:axway-timestamp-plugin:1.0.1

      are:

      org.apache.maven:maven-plugin-api:jar:2.0.4:runtime
      org.apache.maven:maven-core:jar:2.0.4:runtime
      org.codehaus.plexus:plexus-utils:jar:1.1:runtime


      [DEBUG] com.axway.maven2.plugins:axway-timestamp-plugin:maven-plugin:1.0.1:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for org.apache.maven:maven-core
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-core:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-settings:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-model:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9: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.1)
      [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon-providers:pom:1.0-alpha-6 for project: null:wagon-file:jar:1.0-alpha-7 from the repository.
      [DEBUG] Adding managed dependencies for unknown:wagon-file
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
      [DEBUG] junit:junit:jar:3.8.1
      [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-alpha-7:runtime (selected for runtime)
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] Adding managed dependencies for unknown:maven-plugin-parameter-documenter
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for unknown:wagon-http-lightweight
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
      [DEBUG] junit:junit:jar:3.8.1
      [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-alpha-6:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.apache.maven.reporting:maven-reporting:pom:2.0.4 for project: null:maven-reporting-api:jar:2.0.4 from the repository.
      [DEBUG] Adding managed dependencies for unknown:maven-reporting-api
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia:pom:1.0-alpha-7 for project: null:doxia-sink-api:jar:1.0-alpha-7 from the repository.
      [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.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-model:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-artifact:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9: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.1)
      [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for unknown:maven-error-diagnostics
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-project:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-registry
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.4: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-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
      [DEBUG] junit:junit:jar:3.8.1
      [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-alpha-6:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] Adding managed dependencies for org.apache.maven:maven-plugin-descriptor
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.4: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.4:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for org.apache.maven:maven-monitor
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-monitor:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for unknown:wagon-ssh
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-provider-test:jar:1.0-alpha-6
      [DEBUG] junit:junit:jar:3.8.1
      [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-alpha-7:runtime (selected for runtime)
      [DEBUG] com.jcraft:jsch:jar:0.1.24:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [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.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] The following artifacts were filtered out for plugin: com.axway.maven2.plugins:axway-timestamp-plugin:1.0.1 because they're already in the core of Maven:

      org.apache.maven:maven-plugin-api:jar:2.0.4:runtime
      org.apache.maven:maven-core:jar:2.0.4: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 'com.axway.maven2.plugins:axway-timestamp-plugin:1.0.1:timestamp' -->
      [DEBUG] (s) language = en
      [DEBUG] (s) project = MavenProject: com.axway.$project:all-$project:3.6.1-SP6 @ D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\pom.xml
      [DEBUG] (s) properties = {time.buildtime=yyyy-MM-dd HH:mm, time.timestamp=yyyyMMddHHmm}
      [DEBUG] (s) session = org.apache.maven.execution.MavenSession@48f675
      [DEBUG] – end configuration –
      [INFO] [timestamp:timestamp {execution: timestamp}]
      [INFO] Defining new property time.buildtime to 2010-12-15 17:32
      [INFO] Defining new property time.timestamp to 201012151732
      [DEBUG] Plugin dependencies for:

      com.axway.maven2.plugins:axway-version-plugin:2.0.9

      are:

      org.apache.maven:maven-plugin-api:jar:2.0.4:runtime
      org.apache.maven:maven-project:jar:2.0.4:runtime
      junit:junit:jar:3.8.2:runtime
      org.codehaus.plexus:plexus-utils:jar:1.1:runtime


      [DEBUG] com.axway.maven2.plugins:axway-version-plugin:maven-plugin:2.0.9:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-project:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-settings:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-model:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9: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.1)
      [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-profile:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-model:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-artifact:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-artifact:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9: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.1)
      [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
      [DEBUG] junit:junit:jar:3.8.1:runtime (removed - nearer found: 3.8.2)
      [DEBUG] junit:junit:jar:3.8.2:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] The following artifacts were filtered out for plugin: com.axway.maven2.plugins:axway-version-plugin:2.0.9 because they're already in the core of Maven:

      org.apache.maven:maven-plugin-api:jar:2.0.4:runtime
      org.apache.maven:maven-project:jar:2.0.4: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 'com.axway.maven2.plugins:axway-version-plugin:2.0.9:xversion' -->
      [DEBUG] (s) elementDescriptions = {extensionpack={0} Extension-Pack {1}, patch={0} Patch {2}

      , servicepack=

      {0} Service-Pack {1}, upgradepack={0}

      Upgrade-Pack {1}}
      [DEBUG] (s) elementIdentifiers =

      {extensionpack=EP, patch=Patch, servicepack=SP, upgradepack=UP}

      [DEBUG] (s) elementTypeNames =

      {extensionpack=EP, patch=PATCH, servicepack=SP, upgradepack=UP}

      [DEBUG] (s) patchDescription =

      {0} Patch {1}
      [DEBUG] (s) patchMark = P
      [DEBUG] (s) patchType = PATCH
      [DEBUG] (s) project = MavenProject: com.axway.$project:all-$project:3.6.1-SP6 @ D:\costin\ci\main\$projectcore-main\mnt-S43\$projectcore-S43\all-$project\pom.xml
      [DEBUG] (s) servicePackDescription = {0}

      Service-Pack

      {1}

      [DEBUG] (s) servicePackMark = SP
      [DEBUG] (s) servicePackType = SP
      [DEBUG] (f) updateTargetVersion = 0.0.0
      [DEBUG] (s) usedInBranches = [servicepack]
      [DEBUG] (s) usedInValidations = [patch]
      [DEBUG] – end configuration –
      [INFO] [axway-version:xversion

      {execution: version}

      ]
      [INFO] Defining new property axway.version.major to 3.6.1
      [INFO] Defining new property axway.version.patch to
      [INFO] Defining new property axway.version.servicepack.name to SP6
      [INFO] Defining new property axway.version.servicepack.number to 6
      [INFO] No extensionpack found in project version format
      [DEBUG] Skipping already defined property axway.version.patch
      [INFO] Defining new property axway.version.extensionpack.name to
      [INFO] Defining new property axway.version.extensionpack.number to 0
      [INFO] No patch found in project version format
      [DEBUG] Skipping already defined property axway.version.patch
      [INFO] Defining new property axway.version.patch.name to
      [INFO] Defining new property axway.version.patch.number to 0
      [INFO] No upgradepack found in project version format
      [DEBUG] Skipping already defined property axway.version.patch
      [INFO] Defining new property axway.version.upgradepack.name to
      [INFO] Defining new property axway.version.upgradepack.number to 0
      [INFO] Defining new property axway.version.branch to 3.6.1-SP6
      [INFO] Defining new property axway.version.update.base to 3.6.1
      [INFO] Defining new property axway.version.update.type to SP
      [INFO] Defining new property axway.version.update.name to SP6
      [INFO] Defining new property axway.version.update.number to 6
      [INFO] Defining new property axway.version.update.description to 3.6.1 Service-Pack SP6
      [INFO] Defining new property axway.version.update.required to
      [INFO] Defining new property axway.version.update.disabled to
      [WARNING] Ignored version elements:
      [DEBUG] Plugin dependencies for:

      org.apache.maven.plugins:maven-site-plugin:2.0-beta-7

      are:

      org.apache.maven:maven-artifact:jar:2.0.2:runtime
      org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime
      org.apache.maven:maven-model:jar:2.0.2:runtime
      org.apache.maven:maven-plugin-api:jar:2.0:runtime
      org.apache.maven:maven-project:jar:2.0:runtime
      org.apache.maven:maven-settings:jar:2.0:runtime
      org.apache.maven.reporting:maven-reporting-api:jar:2.0.4:runtime
      org.apache.maven.doxia:doxia-module-xhtml:jar:1.0-alpha-11:runtime
      org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11:runtime
      org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-11:runtime
      org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-11:runtime
      org.apache.maven.shared:maven-doxia-tools:jar:1.0.1:runtime
      org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-2:runtime
      org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:runtime
      org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9:runtime
      org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:runtime
      org.codehaus.plexus:plexus-utils:jar:1.5.1:runtime
      org.mortbay.jetty:jetty:jar:6.1.5:runtime

      [DEBUG] org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-7:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-artifact:jar:2.0.2:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.2:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for org.apache.maven:maven-repository-metadata
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.2:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9: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.1)
      [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] Adding managed dependencies for org.apache.maven:maven-model
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-ssh-external:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-file:jar:1.0-alpha-6
      [DEBUG] org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6
      [DEBUG] org.apache.maven:maven-model:jar:2.0.2:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (removed - nearer found: 2.0.2)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)
      [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (removed - nearer found: 2.0.2)
      [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0:runtime (removed - nearer found: 2.0.2)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] org.apache.maven:maven-artifact:jar:2.0:runtime (removed - nearer found: 2.0.2)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)
      [DEBUG] Adding managed dependencies for unknown:maven-settings
      [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-settings:jar:2.0:runtime (selected for runtime)
      [DEBUG] org.apache.maven:maven-model:jar:2.0:runtime (removed - nearer found: 2.0.2)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)
      [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:2.0.4:runtime (selected for runtime)
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia-modules:pom:1.0-alpha-11 for project: null:doxia-module-xhtml:jar:null from the repository.
      [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia:pom:1.0-alpha-11 for project: null:doxia-modules:pom:null from the repository.
      [DEBUG] Adding managed dependencies for unknown:doxia-module-xhtml
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:tests:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] Adding managed dependencies for unknown:doxia-core
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:tests:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for unknown:doxia-sink-api
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:tests:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11:runtime (removed - nearer found: 1.0-alpha-7)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-containers:pom:1.0-alpha-30 for project: null:plexus-container-default:jar:1.0-alpha-30 from the repository.
      [DEBUG] Adding managed dependencies for unknown:plexus-container-default
      [DEBUG] org.codehaus.plexus:plexus-classworlds:jar:1.2-alpha-9
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.codehaus.plexus:plexus-component-api:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:runtime (removed - nearer found: 1.0-alpha-9)
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11:runtime (removed - nearer found: 1.0-alpha-7)
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-7:runtime (removed - nearer found: 1.0-alpha-11)
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.apache.maven.doxia:doxia-sitetools:pom:1.0-alpha-11 for project: null:doxia-decoration-model:jar:null from the repository.
      [DEBUG] Adding managed dependencies for unknown:doxia-decoration-model
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-$projectoc:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] Adding managed dependencies for unknown:doxia-site-renderer
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-$projectoc:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components:pom:1.1.12 for project: null:plexus-i18n:jar:1.0-beta-7 from the repository.
      [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.10 for project: org.codehaus.plexus:plexus-components:pom:1.1.12 from the repository.
      [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.7:runtime (selected for runtime)
      [DEBUG] org.apache.velocity:velocity:jar:1.5:runtime (selected for runtime)
      [DEBUG] commons-collections:commons-collections:jar:3.1:runtime (selected for runtime)
      [DEBUG] commons-lang:commons-lang:jar:2.1:runtime (selected for runtime)
      [DEBUG] oro:oro:jar:2.0.8:runtime (selected for runtime)
      [DEBUG] commons-collections:commons-collections:jar:3.1:runtime (removed - nearer found: 3.2)
      [DEBUG] commons-collections:commons-collections:jar:3.2:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for unknown:doxia-module-apt
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:tests:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] Adding managed dependencies for unknown:doxia-module-fml
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:tests:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] Adding managed dependencies for unknown:doxia-module-$projectoc
      [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0-alpha-11
      [DEBUG] org.apache.maven.doxia:doxia-core:jar:tests:1.0-alpha-11
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5
      [DEBUG] org.apache.maven.doxia:doxia-module-$projectoc:jar:1.0-alpha-11:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] Retrieving parent-POM: org.apache.maven.shared:maven-shared-components:pom:9 for project: org.apache.maven.shared:maven-doxia-tools:jar:1.0.1 from the repository.
      [DEBUG] org.apache.maven.shared:maven-doxia-tools:jar:1.0.1:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.apache.commons:commons-parent:pom:7 for project: commons-io:commons-io:jar:1.4 from the repository.
      [DEBUG] commons-io:commons-io:jar:1.4:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.5:runtime (removed - nearer found: 1.1)
      [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:runtime (removed - nearer found: 1.0-beta-2)
      [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.1)
      [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components:pom:1.1.6 for project: null:plexus-archiver:jar:1.0-alpha-7 from the repository.
      [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.8 for project: org.codehaus.plexus:plexus-components:pom:1.1.6 from the repository.
      [DEBUG] org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus:pom:1.0.5 for project: null:plexus-utils:jar:1.2 from the repository.
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.2:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)
      [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9: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.1)
      [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:runtime (selected for runtime)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.4.1:runtime (removed - nearer found: 1.1)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.1:runtime (removed - nearer found: 1.5.1)
      [DEBUG] org.codehaus.plexus:plexus-utils:jar:1.5.1:runtime (selected for runtime)
      [DEBUG] Retrieving parent-POM: org.mortbay.jetty:project:pom:6.1.5 for project: org.mortbay.jetty:jetty:jar:null from the repository.
      [DEBUG] Adding managed dependencies for org.mortbay.jetty:jetty
      [DEBUG] org.apache.maven:maven-plugin-tools-api:jar:2.0
      [DEBUG] junit:junit:jar:3.8.2
      [DEBUG] org.slf4j:jcl104-over-slf4j:jar:1.3.1
      [DEBUG] org.slf4j:slf4j-simple:jar:1.3.1
      [DEBUG] mx4j:mx4j:jar:3.0.1
      [DEBUG] mx4j:mx4j-tools:jar:3.0.1
      [DEBUG] xerces:xercesImpl:jar:${xerces-version}
      [DEBUG] commons-el:commons-el:jar:1.0
      [DEBUG] ant:ant:jar:1.6.5
      [DEBUG] javax.mail:mail:jar:1.4
      [DEBUG] javax.activation:activation:jar:1.1
      [DEBUG] org.mortbay.jetty:jetty:jar:6.1.5:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for org.mortbay.jetty:jetty-util
      [DEBUG] org.apache.maven:maven-plugin-tools-api:jar:2.0
      [DEBUG] junit:junit:jar:3.8.2
      [DEBUG] org.slf4j:jcl104-over-slf4j:jar:1.3.1
      [DEBUG] org.slf4j:slf4j-simple:jar:1.3.1
      [DEBUG] mx4j:mx4j:jar:3.0.1
      [DEBUG] mx4j:mx4j-tools:jar:3.0.1
      [DEBUG] xerces:xercesImpl:jar:${xerces-version}
      [DEBUG] commons-el:commons-el:jar:1.0
      [DEBUG] ant:ant:jar:1.6.5
      [DEBUG] javax.mail:mail:jar:1.4
      [DEBUG] javax.activation:activation:jar:1.1
      [DEBUG] org.mortbay.jetty:jetty-util:jar:6.1.5:runtime (selected for runtime)
      [DEBUG] Adding managed dependencies for org.mortbay.jetty:servlet-api-2.5
      [DEBUG] org.apache.maven:maven-plugin-tools-api:jar:2.0
      [DEBUG] junit:junit:jar:3.8.2
      [DEBUG] org.slf4j:jcl104-over-slf4j:jar:1.3.1
      [DEBUG] org.slf4j:slf4j-simple:jar:1.3.1

      Attachments

        Issue Links

          Activity

            People

              bentmann Benjamin Bentmann
              ccaraivan Costin Caraivan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: