You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mike Wartes (JIRA)" <ji...@codehaus.org> on 2007/04/12 02:12:46 UTC

[jira] Commented: (MASSEMBLY-156) appendAssemblyId cannot be false

    [ http://jira.codehaus.org/browse/MASSEMBLY-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_92639 ] 

Mike Wartes commented on MASSEMBLY-156:
---------------------------------------

This issue is really bugging me in my build process. I'm trying to create an assembly jar with a short, simple (no "-") name, but so far haven't figured out how to get the assembly plugin to do it. It seems like I should be able to set finalName to the name I want and then set appendAssemblyId to false, but I get swatted down by this InvalidArtifactRTException when I try.

>From reading through the above comments I don't understand why I should be getting this exception even though my project type is also jar. I'd think the specification of finalName would be enough to keep my assembly name from conflicting with my build artifact's name and as the original bug reporter states I actually do get the jar produced with the name I want, it just also throws an exception that stops my build.

Anyone have any thoughts on this?

> appendAssemblyId cannot be false
> --------------------------------
>
>                 Key: MASSEMBLY-156
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-156
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.1
>         Environment: win XP
>            Reporter: Eric Redmond
>            Priority: Blocker
>             Fix For: 2.2
>
>
> I get an InvalidArtifactRTException (An attached artifact must have a different ID than its corresponding main artifact) whenever appendAssemblyId is false. It actually assembles the jar correctly, but it also throws an exception and fails the build.
> C:\Documents and Settings\eredmond\blaze\cli-test>mvn -X assembly:assembly
> + Error stacktraces are turned on.
> Maven version: 2.0.5-SNAPSHOT
> [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settings\eredmond\.m2\plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from: 'C:\maven-2.0.5\conf\plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'assembly'.
> [DEBUG] maven-assembly-plugin: resolved to version 2.1 from repository central
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-assembly-plugin:maven-plugin:2.1 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Unnamed - killerapp:cli-test:jar:1.0-SNAPSHOT
> [INFO]    task-segment: [assembly:assembly] (aggregator-style)
> [INFO] ----------------------------------------------------------------------------
> [INFO] Preparing assembly:assembly
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Unnamed - killerapp:cli-test:jar:1.0-SNAPSHOT
> [INFO] ----------------------------------------------------------------------------
> [DEBUG] maven-resources-plugin: resolved to version 2.2 from repository central
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-resources-plugin:maven-plugin:2.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG] maven-compiler-plugin: resolved to version 2.0.1 from repository central
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-compiler-plugin:maven-plugin:2.0.1 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG] maven-surefire-plugin: resolved to version 2.2 from repository central
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 for project: null:maven-surefire-plugin:maven-plugin:2.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.plugins:maven-plugins:pom:1 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG] maven-jar-plugin: resolved to version 2.0 from repository central
> [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugin-parent::2.0 for project: null:maven-jar-plugin:maven-plugin:2.0 from the repository.
> [DEBUG] org.apache.maven.plugins:maven-resources-plugin:maven-plugin:2.2:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-model:jar:2.0 from the repository.
> [DEBUG]   org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-project:jar:2.0 from the repository.
> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact:jar:2.0 from the repository.
> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-artifact-manager:jar:2.0 from the repository.
> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-repository-metadata:jar:2.0 from the repository.
> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-profile:jar:2.0 from the repository.
> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: org.apache.maven:maven-plugin-api:jar:2.0 from the repository.
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.2:resources' -->
> [DEBUG]   (f) filters = []
> [DEBUG]   (f) outputDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
> [DEBUG]   (f) project = org.apache.maven.project.MavenProject@68221bd4
> [DEBUG]   (f) resources = [org.apache.maven.model.Resource@1bcdbf6]
> [DEBUG] -- end configuration --
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [DEBUG] killerapp:cli-test:jar:1.0-SNAPSHOT (selected for null)
> [DEBUG]   commons-cli:commons-cli:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-lang:commons-lang:jar:1.0:compile (selected for compile)
> [DEBUG]       junit:junit:jar:3.7:compile (selected for compile)
> [DEBUG] org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0.1:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: null:plexus-compiler-api:jar:1.5.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-compiler:pom:1.5.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository.
> [DEBUG]   org.codehaus.plexus:plexus-compiler-api:jar:1.5.2:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: null:plexus-compiler-manager:jar:1.5.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-compiler:pom:1.5.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository.
> [DEBUG]   org.codehaus.plexus:plexus-compiler-manager:jar:1.5.2:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compilers::1.5.2 for project: null:plexus-compiler-javac:jar:1.5.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-compiler::1.5.2 for project: org.codehaus.plexus:plexus-compilers:pom:1.5.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-compiler:pom:1.5.2 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository.
> [DEBUG]   org.codehaus.plexus:plexus-compiler-javac:jar:1.5.2:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project: null:plexus-utils:jar:1.0.5 from the repository.
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.5:runtime (removed - nearer found: 1.0.4)
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.0.1:compile' -->
> [DEBUG]   (f) basedir = C:\Documents and Settings\eredmond\blaze\cli-test
> [DEBUG]   (f) buildDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target
> [DEBUG]   (f) classpathElements = [C:\Documents and Settings\eredmond\blaze\cli-test\target\classes, C:\Documents and Settings\eredmond\.m2\repository\commons-lang\commons-lang\1.0\commons-lang-1.0.jar, C:\Documents and Settings\eredmond\.m2\repository\commons-logging\commons-logging\1.0\commons-log
> ging-1.0.jar, C:\Documents and Settings\eredmond\.m2\repository\junit\junit\3.7\junit-3.7.jar, C:\Documents and Settings\eredmond\.m2\repository\commons-cli\commons-cli\1.0\commons-cli-1.0.jar]
> [DEBUG]   (f) compileSourceRoots = [C:\Documents and Settings\eredmond\blaze\cli-test\src\main\java]
> [DEBUG]   (f) compilerId = javac
> [DEBUG]   (f) debug = true
> [DEBUG]   (f) fork = false
> [DEBUG]   (f) optimize = false
> [DEBUG]   (f) outputDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
> [DEBUG]   (f) outputFileName = killerapp
> [DEBUG]   (f) projectArtifact = killerapp:cli-test:jar:1.0-SNAPSHOT
> [DEBUG]   (f) showDeprecation = false
> [DEBUG]   (f) showWarnings = false
> [DEBUG]   (f) staleMillis = 0
> [DEBUG]   (f) verbose = false
> [DEBUG] -- end configuration --
> [INFO] [compiler:compile]
> [DEBUG] Using compiler 'javac'.
> [DEBUG] Source directories: [C:\Documents and Settings\eredmond\blaze\cli-test\src\main\java]
> [DEBUG] Classpath: [C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
>  C:\Documents and Settings\eredmond\.m2\repository\commons-lang\commons-lang\1.0\commons-lang-1.0.jar
>  C:\Documents and Settings\eredmond\.m2\repository\commons-logging\commons-logging\1.0\commons-logging-1.0.jar
>  C:\Documents and Settings\eredmond\.m2\repository\junit\junit\3.7\junit-3.7.jar
>  C:\Documents and Settings\eredmond\.m2\repository\commons-cli\commons-cli\1.0\commons-cli-1.0.jar]
> [DEBUG] Output directory: C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
> [DEBUG] Classpath:
> [DEBUG]  C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
> [DEBUG]  C:\Documents and Settings\eredmond\.m2\repository\commons-lang\commons-lang\1.0\commons-lang-1.0.jar
> [DEBUG]  C:\Documents and Settings\eredmond\.m2\repository\commons-logging\commons-logging\1.0\commons-logging-1.0.jar
> [DEBUG]  C:\Documents and Settings\eredmond\.m2\repository\junit\junit\3.7\junit-3.7.jar
> [DEBUG]  C:\Documents and Settings\eredmond\.m2\repository\commons-cli\commons-cli\1.0\commons-cli-1.0.jar
> [DEBUG] Source roots:
> [DEBUG]  C:\Documents and Settings\eredmond\blaze\cli-test\src\main\java
> Compiling 1 source file to C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-resources-plugin:2.2:testResources' -->
> [DEBUG]   (f) filters = []
> [DEBUG]   (f) outputDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\test-classes
> [DEBUG]   (f) project = org.apache.maven.project.MavenProject@68221bd4
> [DEBUG]   (f) resources = [org.apache.maven.model.Resource@1b33a0e]
> [DEBUG] -- end configuration --
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [DEBUG] killerapp:cli-test:jar:1.0-SNAPSHOT (selected for null)
> [DEBUG]   commons-cli:commons-cli:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-lang:commons-lang:jar:1.0:compile (selected for compile)
> [DEBUG]       junit:junit:jar:3.7:compile (selected for compile)
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-compiler-plugin:2.0.1:testCompile' -->
> [DEBUG]   (f) basedir = C:\Documents and Settings\eredmond\blaze\cli-test
> [DEBUG]   (f) buildDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target
> [DEBUG]   (f) classpathElements = [C:\Documents and Settings\eredmond\blaze\cli-test\target\classes, C:\Documents and Settings\eredmond\blaze\cli-test\target\test-classes, C:\Documents and Settings\eredmond\.m2\repository\commons-logging\commons-logging\1.0\commons-logging-1.0.jar, C:\Documents and
> Settings\eredmond\.m2\repository\commons-lang\commons-lang\1.0\commons-lang-1.0.jar, C:\Documents and Settings\eredmond\.m2\repository\junit\junit\3.7\junit-3.7.jar, C:\Documents and Settings\eredmond\.m2\repository\commons-cli\commons-cli\1.0\commons-cli-1.0.jar]
> [DEBUG]   (f) compileSourceRoots = [C:\Documents and Settings\eredmond\blaze\cli-test\src\test\java]
> [DEBUG]   (f) compilerId = javac
> [DEBUG]   (f) debug = true
> [DEBUG]   (f) fork = false
> [DEBUG]   (f) optimize = false
> [DEBUG]   (f) outputDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\test-classes
> [DEBUG]   (f) outputFileName = killerapp
> [DEBUG]   (f) showDeprecation = false
> [DEBUG]   (f) showWarnings = false
> [DEBUG]   (f) staleMillis = 0
> [DEBUG]   (f) verbose = false
> [DEBUG] -- end configuration --
> [INFO] [compiler:testCompile]
> [DEBUG] Using compiler 'javac'.
> [INFO] No sources to compile
> [DEBUG] killerapp:cli-test:jar:1.0-SNAPSHOT (selected for null)
> [DEBUG]   commons-cli:commons-cli:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-lang:commons-lang:jar:1.0:compile (selected for compile)
> [DEBUG]       junit:junit:jar:3.7:compile (selected for compile)
> [DEBUG] org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.2:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project: null:plexus-utils:jar:1.1 from the repository.
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.surefire:surefire::2.0 for project: null:surefire-booter:jar:2.0 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.surefire:surefire:pom:2.0 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG]   org.apache.maven.surefire:surefire-booter:jar:2.0:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.surefire:surefire::2.0 for project: null:surefire-api:jar:2.0 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for project: org.apache.maven.surefire:surefire:pom:2.0 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: org.apache.maven:maven-parent:pom:1 from the repository.
> [DEBUG]     org.apache.maven.surefire:surefire-api:jar:2.0:runtime (selected for runtime)
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-surefire-plugin:2.2:test' -->
> [DEBUG]   (f) basedir = C:\Documents and Settings\eredmond\blaze\cli-test
> [DEBUG]   (f) childDelegation = false
> [DEBUG]   (f) classesDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
> [DEBUG]   (f) classpathElements = [C:\Documents and Settings\eredmond\blaze\cli-test\target\classes, C:\Documents and Settings\eredmond\blaze\cli-test\target\test-classes, C:\Documents and Settings\eredmond\.m2\repository\commons-logging\commons-logging\1.0\commons-logging-1.0.jar, C:\Documents and
> Settings\eredmond\.m2\repository\commons-lang\commons-lang\1.0\commons-lang-1.0.jar, C:\Documents and Settings\eredmond\.m2\repository\junit\junit\3.7\junit-3.7.jar, C:\Documents and Settings\eredmond\.m2\repository\commons-cli\commons-cli\1.0\commons-cli-1.0.jar]
> [DEBUG]   (f) disableXmlReport = false
> [DEBUG]   (f) forkMode = once
> [DEBUG]   (f) jvm = java
> [DEBUG]   (f) localRepository = [local] -> file://C:\Documents and Settings\eredmond\.m2\repository
> [DEBUG]   (f) parallel = false
> [DEBUG]   (f) pluginArtifactMap = {org.codehaus.plexus:plexus-utils=org.codehaus.plexus:plexus-utils:jar:1.1:runtime, org.apache.maven.surefire:surefire-api=org.apache.maven.surefire:surefire-api:jar:2.0:runtime, org.apache.maven:maven-artifact=org.apache.maven:maven-artifact:jar:2.0:runtime, org.ap
> ache.maven:maven-plugin-api=org.apache.maven:maven-plugin-api:jar:2.0:runtime, org.apache.maven.surefire:surefire-booter=org.apache.maven.surefire:surefire-booter:jar:2.0:runtime}
> [DEBUG]   (f) printSummary = true
> [DEBUG]   (f) projectArtifactMap = {commons-cli:commons-cli=commons-cli:commons-cli:jar:1.0:compile, junit:junit=junit:junit:jar:3.7:compile, commons-logging:commons-logging=commons-logging:commons-logging:jar:1.0:compile, commons-lang:commons-lang=commons-lang:commons-lang:jar:1.0:compile}
> [DEBUG]   (f) remoteRepositories = [[central] -> http://repo1.maven.org/maven2]
> [DEBUG]   (f) reportFormat = brief
> [DEBUG]   (f) reportsDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\surefire-reports
> [DEBUG]   (f) testClassesDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\test-classes
> [DEBUG]   (f) testSourceDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\src\test\java
> [DEBUG]   (f) threadCount = 5
> [DEBUG]   (f) trimStackTrace = true
> [DEBUG]   (f) useFile = true
> [DEBUG] -- end configuration --
> [INFO] [surefire:test]
> [INFO] No tests to run.
> [DEBUG] org.apache.maven.plugins:maven-jar-plugin:maven-plugin:2.0:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0 for project: null:maven-archiver:jar:2.0 from the repository.
> [DEBUG]   org.apache.maven:maven-archiver:jar:2.0:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
> [DEBUG]         classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
> [DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
> [DEBUG]       org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
> [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
> [DEBUG]         org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
> [DEBUG]         org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
> [DEBUG]       org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-3:runtime (selected for runtime)
> [DEBUG]       classworlds:classworlds:jar:1.1-alpha-2:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0:runtime (selected for runtime)
> [DEBUG]   org.apache.maven:maven-project:jar:2.0:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
> [DEBUG]       junit:junit:jar:3.8.1:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-model:jar:2.0:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0:runtime (selected for runtime)
> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0:runtime (selected for runtime)
> [DEBUG]       org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-5:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-profile:jar:2.0:runtime (selected for runtime)
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0:runtime (selected for runtime)
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-jar-plugin:2.0:jar' -->
> [DEBUG]   (f) basedir = C:\Documents and Settings\eredmond\blaze\cli-test\target
> [DEBUG]   (f) finalName = killerapp
> [DEBUG]   (f) outputDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\classes
> [DEBUG]   (f) project = org.apache.maven.project.MavenProject@68221bd4
> [DEBUG] -- end configuration --
> [INFO] [jar:jar]
> [INFO] Building jar: C:\Documents and Settings\eredmond\blaze\cli-test\target\killerapp.jar
> [DEBUG] adding directory META-INF/
> [DEBUG] adding entry META-INF/MANIFEST.MF
> [DEBUG] adding directory killerapp/
> [DEBUG] adding entry killerapp/Main.class
> [DEBUG] adding directory META-INF/maven/
> [DEBUG] adding directory META-INF/maven/killerapp/
> [DEBUG] adding directory META-INF/maven/killerapp/cli-test/
> [DEBUG] adding entry META-INF/maven/killerapp/cli-test/pom.xml
> [DEBUG] adding entry META-INF/maven/killerapp/cli-test/pom.properties
> [DEBUG] killerapp:cli-test:jar:1.0-SNAPSHOT (selected for null)
> [DEBUG]   commons-cli:commons-cli:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-logging:commons-logging:jar:1.0:compile (selected for compile)
> [DEBUG]     commons-lang:commons-lang:jar:1.0:compile (selected for compile)
> [DEBUG]       junit:junit:jar:3.7:compile (selected for compile)
> [DEBUG] org.apache.maven.plugins:maven-assembly-plugin:maven-plugin:2.1:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-core:jar:2.0.4 from the repository.
> [DEBUG]   org.apache.maven:maven-core:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-plugin-descriptor:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-plugin-descriptor:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-artifact:jar:2.0.4 from the repository.
> [DEBUG]       org.apache.maven:maven-artifact:jar:2.0.4:runtime (selected for runtime)
> [DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-containers::1.0.3 for project: null:plexus-container-default:jar:1.0-alpha-9 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project: org.codehaus.plexus:plexus-containers:pom:1.0.3 from the repository.
> [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9: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 (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-plugin-api:jar:2.0.4 from the repository.
> [DEBUG]       org.apache.maven:maven-plugin-api:jar:2.0.4:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-artifact:jar:2.0.4:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-settings:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-settings:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-model:jar:2.0.4 from the repository.
> [DEBUG]       org.apache.maven:maven-model: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]       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 (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon::1.0-alpha-6 for project: null:wagon-provider-api:jar:1.0-alpha-6 from the repository.
> [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] Retrieving parent-POM: org.apache.maven.wagon:wagon-providers::1.0-alpha-6 for project: null:wagon-file:jar:1.0-alpha-7 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon::1.0-alpha-6 for project: null:wagon-providers:pom:1.0-alpha-6 from the repository.
> [DEBUG]     org.apache.maven.wagon:wagon-file:jar:1.0-alpha-7:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-artifact-manager:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-artifact-manager:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-repository-metadata:jar:2.0.4 from the repository.
> [DEBUG]       org.apache.maven:maven-repository-metadata:jar:2.0.4:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-plugin-api: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] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-error-diagnostics:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-error-diagnostics:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-plugin-registry:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-plugin-registry:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-profile:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-profile:jar:2.0.4: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] Retrieving parent-POM: org.apache.maven.wagon:wagon-providers::1.0-alpha-6 for project: null:wagon-ssh:jar:1.0-alpha-7 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon::1.0-alpha-6 for project: null:wagon-providers:pom:1.0-alpha-6 from the repository.
> [DEBUG]     org.apache.maven.wagon:wagon-ssh:jar:1.0-alpha-7:runtime (selected for runtime)
> [DEBUG]       org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
> [DEBUG]       com.jcraft:jsch:jar:0.1.24:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven:maven-monitor:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-monitor:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.reporting:maven-reporting::2.0.4 for project: null:maven-reporting-api:jar:2.0.4 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: org.apache.maven.reporting:maven-reporting:pom:2.0.4 from the repository.
> [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::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-repository-metadata:jar:2.0.4:runtime (selected for runtime)
> [DEBUG]     commons-cli:commons-cli:jar:1.0:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-project:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-project:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-plugin-parameter-documenter:jar:2.0.4 from the repository.
> [DEBUG]     org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.4:runtime (selected for runtime)
> [DEBUG]     org.apache.maven:maven-model:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon-providers::1.0-alpha-6 for project: null:wagon-ssh-external:jar:1.0-alpha-6 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon::1.0-alpha-6 for project: null:wagon-providers:pom:1.0-alpha-6 from the repository.
> [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] Retrieving parent-POM: org.apache.maven.wagon:wagon-providers::1.0-alpha-6 for project: null:wagon-http-lightweight:jar:1.0-alpha-6 from the repository.
> [DEBUG] Retrieving parent-POM: org.apache.maven.wagon:wagon::1.0-alpha-6 for project: null:wagon-providers:pom:1.0-alpha-6 from the repository.
> [DEBUG]     org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-alpha-6:runtime (selected for runtime)
> [DEBUG]   org.apache.maven:maven-artifact:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.5 for project: null:plexus-archiver:jar:1.0-alpha-6 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: org.codehaus.plexus:plexus-components:pom:1.1.5 from the repository.
> [DEBUG]   org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-6:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (removed - nearer found: 1.0-alpha-9)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.5 for project: null:plexus-utils:jar:1.2 from the repository.
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.2:runtime (removed - nearer found: 1.1)
> [DEBUG] Retrieving parent-POM: org.apache.maven:maven::2.0.4 for project: null:maven-archiver:jar:2.0.4 from the repository.
> [DEBUG]   org.apache.maven:maven-archiver:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus-components::1.1.4 for project: null:plexus-archiver:jar:1.0-alpha-4 from the repository.
> [DEBUG] Retrieving parent-POM: org.codehaus.plexus:plexus::1.0.4 for project: org.codehaus.plexus:plexus-components:pom:1.1.4 from the repository.
> [DEBUG]     org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-4:runtime (removed - nearer found: 1.0-alpha-6)
> [DEBUG]   org.apache.maven:maven-project:jar:2.0.4:runtime (selected for runtime)
> [DEBUG]   org.codehaus.plexus:plexus-utils:jar:1.1:runtime (selected for runtime)
> [DEBUG]   org.apache.maven:maven-plugin-api:jar:2.0.4:runtime (selected for runtime)
> [DEBUG] Retrieving parent-POM: org.apache.maven.shared:shared-components-parent::1 for project: null:file-management:jar:1.0 from the repository.
> [DEBUG]   org.apache.maven.shared:file-management:jar:1.0:runtime (selected for runtime)
> [DEBUG]     org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
> [DEBUG]     org.apache.maven:maven-plugin-api:jar:2.0:runtime (removed - nearer found: 2.0.4)
> [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-assembly-plugin:2.1:assembly' -->
> [DEBUG]   (f) appendAssemblyId = false
> [DEBUG]   (s) index = true
> [DEBUG]   (f) addClasspath = true
> [DEBUG]   (f) mainClass = killerapp.Main
> [DEBUG]   (s) manifest = org.apache.maven.archiver.ManifestConfiguration@1e1962d
> [DEBUG]   (f) archive = org.apache.maven.archiver.MavenArchiveConfiguration@14a75bb
> [DEBUG]   (f) basedir = C:\Documents and Settings\eredmond\blaze\cli-test
> [DEBUG]   (f) descriptorRefs = [Ljava.lang.String;@167e3a5
> [DEBUG]   (f) executedProject = org.apache.maven.project.MavenProject@68221bd4
> [DEBUG]   (f) filters = []
> [DEBUG]   (f) finalName = killerapp
> [DEBUG]   (f) includeSite = false
> [DEBUG]   (f) localRepository = [local] -> file://C:\Documents and Settings\eredmond\.m2\repository
> [DEBUG]   (f) outputDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target
> [DEBUG]   (f) project = org.apache.maven.project.MavenProject@68221bd4
> [DEBUG]   (f) reactorProjects = [org.apache.maven.project.MavenProject@68221bd4]
> [DEBUG]   (f) siteDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\site
> [DEBUG]   (f) tarLongFileMode = warn
> [DEBUG]   (f) tempRoot = C:\Documents and Settings\eredmond\blaze\cli-test\target\archive-tmp
> [DEBUG]   (f) workDirectory = C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work
> [DEBUG] -- end configuration --
> [INFO] [assembly:assembly]
> [DEBUG] DependencySet[] dir perms: 40755 file perms: 100644
> [INFO] Expanding: C:\Documents and Settings\eredmond\.m2\repository\commons-lang\commons-lang\1.0\commons-lang-1.0.jar into C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar
> [DEBUG] expanding org/apache/commons/lang/SystemUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\SystemUtils.class
> [DEBUG] expanding org/apache/commons/lang/StringUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\StringUtils.class
> [DEBUG] expanding org/apache/commons/lang/SerializationUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\SerializationUtils.class
> [DEBUG] expanding org/apache/commons/lang/SerializationException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\SerializationException.class
> [DEBUG] expanding org/apache/commons/lang/RandomStringUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\RandomStringUtils.class
> [DEBUG] expanding org/apache/commons/lang/package.html to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\package.html
> [DEBUG] expanding org/apache/commons/lang/ObjectUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\ObjectUtils.class
> [DEBUG] expanding org/apache/commons/lang/ObjectUtils$Null.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\ObjectUtils$Null.class
> [DEBUG] expanding org/apache/commons/lang/ObjectUtils$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\ObjectUtils$1.class
> [DEBUG] expanding org/apache/commons/lang/NumberUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\NumberUtils.class
> [DEBUG] expanding org/apache/commons/lang/NumberRange.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\NumberRange.class
> [DEBUG] expanding org/apache/commons/lang/exception/package.html to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception\package.html
> [DEBUG] expanding org/apache/commons/lang/exception/NestableRuntimeException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception\NestableRuntimeException.class
> [DEBUG] expanding org/apache/commons/lang/exception/NestableException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception\NestableException.class
> [DEBUG] expanding org/apache/commons/lang/builder/ToStringStyle$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\ToStringStyle$1.class
> [DEBUG] expanding org/apache/commons/lang/builder/ToStringBuilder.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\ToStringBuilder.class
> [DEBUG] expanding org/apache/commons/lang/builder/StandardToStringStyle.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\StandardToStringStyle.class
> [DEBUG] expanding org/apache/commons/lang/builder/package.html to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\package.html
> [DEBUG] expanding org/apache/commons/lang/builder/HashCodeBuilder.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\HashCodeBuilder.class
> [DEBUG] expanding org/apache/commons/lang/builder/EqualsBuilder.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\EqualsBuilder.class
> [DEBUG] expanding org/apache/commons/lang/builder/CompareToBuilder.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\CompareToBuilder.class
> [DEBUG] expanding META-INF/LICENSE.txt to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\META-INF\LICENSE.txt
> [DEBUG] expanding org/apache/commons/lang/exception/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception
> [DEBUG] expanding META-INF/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\META-INF
> [DEBUG] expanding META-INF/MANIFEST.MF to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\META-INF\MANIFEST.MF
> [DEBUG] expanding org/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org
> [DEBUG] expanding org/apache/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache
> [DEBUG] expanding org/apache/commons/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons
> [DEBUG] expanding org/apache/commons/lang/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang
> [DEBUG] expanding org/apache/commons/lang/builder/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder
> [DEBUG] expanding org/apache/commons/lang/enum/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\enum
> [DEBUG] expanding org/apache/commons/lang/builder/ToStringStyle$DefaultToStringStyle.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\ToStringStyle$DefaultToStringStyle.class
> [DEBUG] expanding org/apache/commons/lang/builder/ToStringStyle$MultiLineToStringStyle.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\ToStringStyle$MultiLineToStringStyle.class
> [DEBUG] expanding org/apache/commons/lang/builder/ToStringStyle$NoFieldNameToStringStyle.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\ToStringStyle$NoFieldNameToStringStyle.class
> [DEBUG] expanding org/apache/commons/lang/builder/ToStringStyle$SimpleToStringStyle.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\ToStringStyle$SimpleToStringStyle.class
> [DEBUG] expanding org/apache/commons/lang/builder/ToStringStyle.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\builder\ToStringStyle.class
> [DEBUG] expanding org/apache/commons/lang/CharRange.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\CharRange.class
> [DEBUG] expanding org/apache/commons/lang/CharSet.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\CharSet.class
> [DEBUG] expanding org/apache/commons/lang/CharSetUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\CharSetUtils.class
> [DEBUG] expanding org/apache/commons/lang/enum/Enum$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\enum\Enum$1.class
> [DEBUG] expanding org/apache/commons/lang/enum/Enum$Entry.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\enum\Enum$Entry.class
> [DEBUG] expanding org/apache/commons/lang/enum/Enum.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\enum\Enum.class
> [DEBUG] expanding org/apache/commons/lang/enum/EnumUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\enum\EnumUtils.class
> [DEBUG] expanding org/apache/commons/lang/enum/package.html to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\enum\package.html
> [DEBUG] expanding org/apache/commons/lang/enum/ValuedEnum.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\enum\ValuedEnum.class
> [DEBUG] expanding org/apache/commons/lang/exception/ExceptionUtils.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception\ExceptionUtils.class
> [DEBUG] expanding org/apache/commons/lang/exception/Nestable.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception\Nestable.class
> [DEBUG] expanding org/apache/commons/lang/exception/NestableDelegate.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception\NestableDelegate.class
> [DEBUG] expanding org/apache/commons/lang/exception/NestableError.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-lang-1.0.jar\org\apache\commons\lang\exception\NestableError.class
> [DEBUG] expand complete
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Found deletable paths: []
> [INFO] Expanding: C:\Documents and Settings\eredmond\.m2\repository\commons-logging\commons-logging\1.0\commons-logging-1.0.jar into C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar
> [DEBUG] expanding META-INF/LICENSE.txt to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\META-INF\LICENSE.txt
> [DEBUG] expanding org/apache/commons/logging/impl/Log4JCategoryLog.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\impl\Log4JCategoryLog.class
> [DEBUG] expanding org/apache/commons/logging/impl/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\impl
> [DEBUG] expanding org/apache/commons/logging/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging
> [DEBUG] expanding org/apache/commons/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons
> [DEBUG] expanding org/apache/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache
> [DEBUG] expanding org/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org
> [DEBUG] expanding META-INF/MANIFEST.MF to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\META-INF\MANIFEST.MF
> [DEBUG] expanding META-INF/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\META-INF
> [DEBUG] expanding org/apache/commons/logging/impl/LogFactoryImpl.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\impl\LogFactoryImpl.class
> [DEBUG] expanding org/apache/commons/logging/impl/NoOpLog.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\impl\NoOpLog.class
> [DEBUG] expanding org/apache/commons/logging/impl/SimpleLog.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\impl\SimpleLog.class
> [DEBUG] expanding org/apache/commons/logging/impl/Log4jFactory.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\impl\Log4jFactory.class
> [DEBUG] expanding org/apache/commons/logging/Log.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\Log.class
> [DEBUG] expanding org/apache/commons/logging/LogFactory.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\LogFactory.class
> [DEBUG] expanding org/apache/commons/logging/LogConfigurationException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\LogConfigurationException.class
> [DEBUG] expanding org/apache/commons/logging/LogSource.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\LogSource.class
> [DEBUG] expanding org/apache/commons/logging/package.html to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-logging-1.0.jar\org\apache\commons\logging\package.html
> [DEBUG] expand complete
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Found deletable paths: []
> [INFO] Expanding: C:\Documents and Settings\eredmond\blaze\cli-test\target\killerapp.jar into C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar
> [DEBUG] expanding META-INF/maven/killerapp/cli-test/pom.properties to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\META-INF\maven\killerapp\cli-test\pom.properties
> [DEBUG] expanding META-INF/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\META-INF
> [DEBUG] expanding META-INF/MANIFEST.MF to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\META-INF\MANIFEST.MF
> [DEBUG] expanding killerapp/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\killerapp
> [DEBUG] expanding killerapp/Main.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\killerapp\Main.class
> [DEBUG] expanding META-INF/maven/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\META-INF\maven
> [DEBUG] expanding META-INF/maven/killerapp/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\META-INF\maven\killerapp
> [DEBUG] expanding META-INF/maven/killerapp/cli-test/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\META-INF\maven\killerapp\cli-test
> [DEBUG] expanding META-INF/maven/killerapp/cli-test/pom.xml to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\cli-test-1.0-SNAPSHOT.jar\META-INF\maven\killerapp\cli-test\pom.xml
> [DEBUG] expand complete
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Found deletable paths: []
> [INFO] Expanding: C:\Documents and Settings\eredmond\.m2\repository\junit\junit\3.7\junit-3.7.jar into C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar
> [DEBUG] expanding build.xml to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\build.xml
> [DEBUG] expanding junit/ui/TestRunner.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\ui\TestRunner.class
> [DEBUG] expanding junit/textui/TestRunner.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\textui\TestRunner.class
> [DEBUG] expanding junit/swingui/TestSelector$TestCellRenderer.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$TestCellRenderer.class
> [DEBUG] expanding junit/swingui/TestSelector.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector.class
> [DEBUG] expanding junit/swingui/TestRunView.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunView.class
> [DEBUG] expanding junit/swingui/TestRunContext.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunContext.class
> [DEBUG] expanding junit/swingui/TestHierarchyRunView$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestHierarchyRunView$1.class
> [DEBUG] expanding junit/swingui/TestHierarchyRunView.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestHierarchyRunView.class
> [DEBUG] expanding junit/swingui/StatusLine.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\StatusLine.class
> [DEBUG] expanding junit/swingui/FailureRunView$2.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\FailureRunView$2.class
> [DEBUG] expanding junit/swingui/FailureRunView$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\FailureRunView$1.class
> [DEBUG] expanding junit/swingui/FailureRunView$FailureListCellRenderer.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\FailureRunView$FailureListCellRenderer.class
> [DEBUG] expanding junit/swingui/FailureRunView.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\FailureRunView.class
> [DEBUG] expanding junit/swingui/DefaultFailureDetailView.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\DefaultFailureDetailView.class
> [DEBUG] expanding junit/swingui/CounterPanel.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\CounterPanel.class
> [DEBUG] expanding junit/swingui/TestTreeModel.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestTreeModel.class
> [DEBUG] expanding junit/swingui/ProgressBar.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\ProgressBar.class
> [DEBUG] expanding junit/swingui/TestRunner$21.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$21.class
> [DEBUG] expanding junit/swingui/TestRunner$20.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$20.class
> [DEBUG] expanding junit/swingui/TestRunner$19.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$19.class
> [DEBUG] expanding junit/swingui/TestRunner$18.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$18.class
> [DEBUG] expanding junit/swingui/TestRunner$17.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$17.class
> [DEBUG] expanding junit/swingui/TestRunner$16.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$16.class
> [DEBUG] expanding junit/swingui/TestRunner$15.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$15.class
> [DEBUG] expanding junit/swingui/TestRunner$14.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$14.class
> [DEBUG] expanding junit/swingui/TestRunner$13.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$13.class
> [DEBUG] expanding junit/swingui/TestRunner$12.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$12.class
> [DEBUG] expanding junit/swingui/TestRunner$11.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$11.class
> [DEBUG] expanding junit/swingui/TestRunner$10.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$10.class
> [DEBUG] expanding junit/swingui/TestRunner$9.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$9.class
> [DEBUG] expanding junit/swingui/TestRunner$8.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$8.class
> [DEBUG] expanding junit/swingui/TestRunner$7.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$7.class
> [DEBUG] expanding junit/swingui/TestRunner$6.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$6.class
> [DEBUG] expanding junit/swingui/TestRunner$5.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$5.class
> [DEBUG] expanding junit/swingui/TestRunner$4.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$4.class
> [DEBUG] expanding junit/swingui/TestRunner$3.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$3.class
> [DEBUG] expanding junit/swingui/TestRunner$2.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$2.class
> [DEBUG] expanding junit/swingui/TestRunner$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner$1.class
> [DEBUG] expanding junit/swingui/TestRunner.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestRunner.class
> [DEBUG] expanding junit/swingui/AboutDialog$2.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\AboutDialog$2.class
> [DEBUG] expanding junit/swingui/AboutDialog$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\AboutDialog$1.class
> [DEBUG] expanding junit/swingui/AboutDialog.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\AboutDialog.class
> [DEBUG] expanding junit/swingui/TestSuitePanel$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSuitePanel$1.class
> [DEBUG] expanding junit/swingui/TestSuitePanel$TestTreeCellRenderer.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSuitePanel$TestTreeCellRenderer.class
> [DEBUG] expanding junit/swingui/TestSuitePanel.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSuitePanel.class
> [DEBUG] expanding junit/swingui/TestSelector$ParallelSwapper.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$ParallelSwapper.class
> [DEBUG] expanding junit/swingui/TestSelector$4.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$4.class
> [DEBUG] expanding junit/swingui/TestSelector$3.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$3.class
> [DEBUG] expanding junit/swingui/icons/ok.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\icons\ok.gif
> [DEBUG] expanding junit/swingui/icons/hierarchy.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\icons\hierarchy.gif
> [DEBUG] expanding junit/swingui/icons/failure.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\icons\failure.gif
> [DEBUG] expanding junit/extensions/ExceptionTestCase.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions\ExceptionTestCase.class
> [DEBUG] expanding junit/extensions/ActiveTestSuite$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions\ActiveTestSuite$1.class
> [DEBUG] expanding junit/extensions/ActiveTestSuite.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions\ActiveTestSuite.class
> [DEBUG] expanding junit/awtui/AboutDialog.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\AboutDialog.class
> [DEBUG] expanding junit/awtui/TestRunner$10.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$10.class
> [DEBUG] expanding junit/awtui/TestRunner$9.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$9.class
> [DEBUG] expanding junit/awtui/TestRunner$8.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$8.class
> [DEBUG] expanding junit/awtui/TestRunner$7.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$7.class
> [DEBUG] expanding junit/awtui/TestRunner$6.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$6.class
> [DEBUG] expanding junit/awtui/TestRunner$5.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$5.class
> [DEBUG] expanding junit/awtui/TestRunner$4.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$4.class
> [DEBUG] expanding junit/awtui/TestRunner$3.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$3.class
> [DEBUG] expanding junit/awtui/TestRunner$2.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$2.class
> [DEBUG] expanding junit/awtui/TestRunner$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner$1.class
> [DEBUG] expanding junit/awtui/TestRunner.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\TestRunner.class
> [DEBUG] expanding junit/awtui/ProgressBar.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\ProgressBar.class
> [DEBUG] expanding junit/awtui/Logo.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\Logo.class
> [DEBUG] expanding junit/awtui/smalllogo.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\smalllogo.gif
> [DEBUG] expanding junit/swingui/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui
> [DEBUG] expanding junit/runner/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner
> [DEBUG] expanding junit/framework/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework
> [DEBUG] expanding junit/extensions/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions
> [DEBUG] expanding junit/awtui/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui
> [DEBUG] expanding junit/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit
> [DEBUG] expanding META-INF/MANIFEST.MF to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\META-INF\MANIFEST.MF
> [DEBUG] expanding META-INF/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\META-INF
> [DEBUG] expanding junit/swingui/icons/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\icons
> [DEBUG] expanding junit/textui/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\textui
> [DEBUG] expanding junit/ui/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\ui
> [DEBUG] expanding tmp/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\tmp
> [DEBUG] expanding tmp/junit3.7/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\tmp\junit3.7
> [DEBUG] expanding junit3.7/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit3.7
> [DEBUG] expanding junit/awtui/AboutDialog$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\AboutDialog$1.class
> [DEBUG] expanding junit/awtui/logo.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\logo.gif
> [DEBUG] expanding junit/awtui/AboutDialog$2.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\awtui\AboutDialog$2.class
> [DEBUG] expanding junit/extensions/RepeatedTest.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions\RepeatedTest.class
> [DEBUG] expanding junit/extensions/TestDecorator.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions\TestDecorator.class
> [DEBUG] expanding junit/extensions/TestSetup.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions\TestSetup.class
> [DEBUG] expanding junit/extensions/TestSetup$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\extensions\TestSetup$1.class
> [DEBUG] expanding junit/framework/Assert.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\Assert.class
> [DEBUG] expanding junit/framework/AssertionFailedError.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\AssertionFailedError.class
> [DEBUG] expanding junit/framework/Protectable.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\Protectable.class
> [DEBUG] expanding junit/framework/Test.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\Test.class
> [DEBUG] expanding junit/framework/TestCase.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\TestCase.class
> [DEBUG] expanding junit/framework/TestFailure.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\TestFailure.class
> [DEBUG] expanding junit/framework/TestListener.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\TestListener.class
> [DEBUG] expanding junit/framework/TestResult.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\TestResult.class
> [DEBUG] expanding junit/framework/TestResult$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\TestResult$1.class
> [DEBUG] expanding junit/framework/TestSuite.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\TestSuite.class
> [DEBUG] expanding junit/framework/TestSuite$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\framework\TestSuite$1.class
> [DEBUG] expanding junit/runner/ClassPathTestCollector.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\ClassPathTestCollector.class
> [DEBUG] expanding junit/runner/FailureDetailView.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\FailureDetailView.class
> [DEBUG] expanding junit/runner/excluded.properties to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\excluded.properties
> [DEBUG] expanding junit/runner/Version.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\Version.class
> [DEBUG] expanding junit/runner/logo.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\logo.gif
> [DEBUG] expanding junit/runner/Sorter$Swapper.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\Sorter$Swapper.class
> [DEBUG] expanding junit/runner/smalllogo.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\smalllogo.gif
> [DEBUG] expanding junit/runner/TestCollector.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\TestCollector.class
> [DEBUG] expanding junit/runner/LoadingTestCollector.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\LoadingTestCollector.class
> [DEBUG] expanding junit/runner/SimpleTestCollector.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\SimpleTestCollector.class
> [DEBUG] expanding junit/runner/BaseTestRunner.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\BaseTestRunner.class
> [DEBUG] expanding junit/runner/ReloadingTestSuiteLoader.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\ReloadingTestSuiteLoader.class
> [DEBUG] expanding junit/runner/StandardTestSuiteLoader.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\StandardTestSuiteLoader.class
> [DEBUG] expanding junit/runner/TestCaseClassLoader.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\TestCaseClassLoader.class
> [DEBUG] expanding junit/runner/TestSuiteLoader.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\TestSuiteLoader.class
> [DEBUG] expanding junit/runner/Sorter.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\runner\Sorter.class
> [DEBUG] expanding junit/swingui/TestSelector$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$1.class
> [DEBUG] expanding junit/swingui/TestSelector$DoubleClickListener.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$DoubleClickListener.class
> [DEBUG] expanding junit/swingui/TestSelector$KeySelectListener.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$KeySelectListener.class
> [DEBUG] expanding junit/swingui/TestSelector$2.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\TestSelector$2.class
> [DEBUG] expanding junit/swingui/icons/error.gif to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\junit-3.7.jar\junit\swingui\icons\error.gif
> [DEBUG] expand complete
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Found deletable paths: []
> [INFO] Expanding: C:\Documents and Settings\eredmond\.m2\repository\commons-cli\commons-cli\1.0\commons-cli-1.0.jar into C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar
> [DEBUG] expanding META-INF/LICENSE.txt to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\META-INF\LICENSE.txt
> [DEBUG] expanding org/apache/commons/cli/BasicParser.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\BasicParser.class
> [DEBUG] expanding org/apache/commons/cli/OptionBuilder.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\OptionBuilder.class
> [DEBUG] expanding org/apache/commons/cli/UnrecognizedOptionException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\UnrecognizedOptionException.class
> [DEBUG] expanding org/apache/commons/cli/TypeHandler.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\TypeHandler.class
> [DEBUG] expanding org/apache/commons/cli/PosixParser.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\PosixParser.class
> [DEBUG] expanding org/apache/commons/cli/PatternOptionBuilder.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\PatternOptionBuilder.class
> [DEBUG] expanding org/apache/commons/cli/MissingArgumentException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\MissingArgumentException.class
> [DEBUG] expanding org/apache/commons/cli/HelpFormatter.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\HelpFormatter.class
> [DEBUG] expanding org/apache/commons/cli/HelpFormatter$1.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\HelpFormatter$1.class
> [DEBUG] expanding org/apache/commons/cli/ParseException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\ParseException.class
> [DEBUG] expanding org/apache/commons/cli/AlreadySelectedException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\AlreadySelectedException.class
> [DEBUG] expanding org/apache/commons/cli/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli
> [DEBUG] expanding org/apache/commons/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons
> [DEBUG] expanding org/apache/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache
> [DEBUG] expanding org/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org
> [DEBUG] expanding META-INF/MANIFEST.MF to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\META-INF\MANIFEST.MF
> [DEBUG] expanding META-INF/ to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\META-INF
> [DEBUG] expanding org/apache/commons/cli/CommandLine.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\CommandLine.class
> [DEBUG] expanding org/apache/commons/cli/Option.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\Option.class
> [DEBUG] expanding org/apache/commons/cli/CommandLineParser.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\CommandLineParser.class
> [DEBUG] expanding org/apache/commons/cli/Options.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\Options.class
> [DEBUG] expanding org/apache/commons/cli/OptionGroup.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\OptionGroup.class
> [DEBUG] expanding org/apache/commons/cli/Parser.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\Parser.class
> [DEBUG] expanding org/apache/commons/cli/MissingOptionException.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\MissingOptionException.class
> [DEBUG] expanding org/apache/commons/cli/GnuParser.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\GnuParser.class
> [DEBUG] expanding org/apache/commons/cli/HelpFormatter$StringBufferComparator.class to C:\Documents and Settings\eredmond\blaze\cli-test\target\assembly\work\commons-cli-1.0.jar\org\apache\commons\cli\HelpFormatter$StringBufferComparator.class
> [DEBUG] expand complete
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Originally marked for delete: []
> [DEBUG] Marked for preserve (with followSymlinks == false): []
> [DEBUG] Symlinks marked for deletion (originally mismarked): []
> [DEBUG] Found deletable paths: []
> [INFO] Building jar: C:\Documents and Settings\eredmond\blaze\cli-test\target\killerapp.jar
> [DEBUG] adding directory META-INF/
> [DEBUG] adding entry META-INF/MANIFEST.MF
> [DEBUG] adding directory org/
> [DEBUG] adding directory org/apache/
> [DEBUG] adding directory org/apache/commons/
> [DEBUG] adding directory org/apache/commons/lang/
> [DEBUG] adding directory org/apache/commons/lang/builder/
> [DEBUG] adding directory org/apache/commons/lang/enum/
> [DEBUG] adding directory org/apache/commons/lang/exception/
> [DEBUG] adding directory org/apache/commons/logging/
> [DEBUG] adding directory org/apache/commons/logging/impl/
> [DEBUG] adding directory killerapp/
> [DEBUG] adding directory META-INF/maven/
> [DEBUG] adding directory META-INF/maven/killerapp/
> [DEBUG] adding directory META-INF/maven/killerapp/cli-test/
> [DEBUG] adding directory junit/
> [DEBUG] adding directory junit/awtui/
> [DEBUG] adding directory junit/extensions/
> [DEBUG] adding directory junit/framework/
> [DEBUG] adding directory junit/runner/
> [DEBUG] adding directory junit/swingui/
> [DEBUG] adding directory junit/swingui/icons/
> [DEBUG] adding directory junit/textui/
> [DEBUG] adding directory junit/ui/
> [DEBUG] adding directory junit3.7/
> [DEBUG] adding directory tmp/
> [DEBUG] adding directory tmp/junit3.7/
> [DEBUG] adding directory org/apache/commons/cli/
> [DEBUG] adding entry META-INF/LICENSE.txt
> [DEBUG] adding entry org/apache/commons/lang/builder/CompareToBuilder.class
> [DEBUG] adding entry org/apache/commons/lang/builder/EqualsBuilder.class
> [DEBUG] adding entry org/apache/commons/lang/builder/HashCodeBuilder.class
> [DEBUG] adding entry org/apache/commons/lang/builder/package.html
> [DEBUG] adding entry org/apache/commons/lang/builder/StandardToStringStyle.class
> [DEBUG] adding entry org/apache/commons/lang/builder/ToStringBuilder.class
> [DEBUG] adding entry org/apache/commons/lang/builder/ToStringStyle$1.class
> [DEBUG] adding entry org/apache/commons/lang/builder/ToStringStyle$DefaultToStringStyle.class
> [DEBUG] adding entry org/apache/commons/lang/builder/ToStringStyle$MultiLineToStringStyle.class
> [DEBUG] adding entry org/apache/commons/lang/builder/ToStringStyle$NoFieldNameToStringStyle.class
> [DEBUG] adding entry org/apache/commons/lang/builder/ToStringStyle$SimpleToStringStyle.class
> [DEBUG] adding entry org/apache/commons/lang/builder/ToStringStyle.class
> [DEBUG] adding entry org/apache/commons/lang/CharRange.class
> [DEBUG] adding entry org/apache/commons/lang/CharSet.class
> [DEBUG] adding entry org/apache/commons/lang/CharSetUtils.class
> [DEBUG] adding entry org/apache/commons/lang/enum/Enum$1.class
> [DEBUG] adding entry org/apache/commons/lang/enum/Enum$Entry.class
> [DEBUG] adding entry org/apache/commons/lang/enum/Enum.class
> [DEBUG] adding entry org/apache/commons/lang/enum/EnumUtils.class
> [DEBUG] adding entry org/apache/commons/lang/enum/package.html
> [DEBUG] adding entry org/apache/commons/lang/enum/ValuedEnum.class
> [DEBUG] adding entry org/apache/commons/lang/exception/ExceptionUtils.class
> [DEBUG] adding entry org/apache/commons/lang/exception/Nestable.class
> [DEBUG] adding entry org/apache/commons/lang/exception/NestableDelegate.class
> [DEBUG] adding entry org/apache/commons/lang/exception/NestableError.class
> [DEBUG] adding entry org/apache/commons/lang/exception/NestableException.class
> [DEBUG] adding entry org/apache/commons/lang/exception/NestableRuntimeException.class
> [DEBUG] adding entry org/apache/commons/lang/exception/package.html
> [DEBUG] adding entry org/apache/commons/lang/NumberRange.class
> [DEBUG] adding entry org/apache/commons/lang/NumberUtils.class
> [DEBUG] adding entry org/apache/commons/lang/ObjectUtils$1.class
> [DEBUG] adding entry org/apache/commons/lang/ObjectUtils$Null.class
> [DEBUG] adding entry org/apache/commons/lang/ObjectUtils.class
> [DEBUG] adding entry org/apache/commons/lang/package.html
> [DEBUG] adding entry org/apache/commons/lang/RandomStringUtils.class
> [DEBUG] adding entry org/apache/commons/lang/SerializationException.class
> [DEBUG] adding entry org/apache/commons/lang/SerializationUtils.class
> [DEBUG] adding entry org/apache/commons/lang/StringUtils.class
> [DEBUG] adding entry org/apache/commons/lang/SystemUtils.class
> [DEBUG] adding entry org/apache/commons/logging/impl/Log4JCategoryLog.class
> [DEBUG] adding entry org/apache/commons/logging/impl/Log4jFactory.class
> [DEBUG] adding entry org/apache/commons/logging/impl/LogFactoryImpl.class
> [DEBUG] adding entry org/apache/commons/logging/impl/NoOpLog.class
> [DEBUG] adding entry org/apache/commons/logging/impl/SimpleLog.class
> [DEBUG] adding entry org/apache/commons/logging/Log.class
> [DEBUG] adding entry org/apache/commons/logging/LogConfigurationException.class
> [DEBUG] adding entry org/apache/commons/logging/LogFactory.class
> [DEBUG] adding entry org/apache/commons/logging/LogSource.class
> [DEBUG] adding entry org/apache/commons/logging/package.html
> [DEBUG] adding entry killerapp/Main.class
> [DEBUG] adding entry META-INF/maven/killerapp/cli-test/pom.properties
> [DEBUG] adding entry META-INF/maven/killerapp/cli-test/pom.xml
> [DEBUG] adding entry build.xml
> [DEBUG] adding entry junit/awtui/AboutDialog$1.class
> [DEBUG] adding entry junit/awtui/AboutDialog$2.class
> [DEBUG] adding entry junit/awtui/AboutDialog.class
> [DEBUG] adding entry junit/awtui/Logo.class
> [DEBUG] adding entry junit/awtui/logo.gif
> [DEBUG] adding entry junit/awtui/ProgressBar.class
> [DEBUG] adding entry junit/awtui/smalllogo.gif
> [DEBUG] adding entry junit/awtui/TestRunner$1.class
> [DEBUG] adding entry junit/awtui/TestRunner$10.class
> [DEBUG] adding entry junit/awtui/TestRunner$2.class
> [DEBUG] adding entry junit/awtui/TestRunner$3.class
> [DEBUG] adding entry junit/awtui/TestRunner$4.class
> [DEBUG] adding entry junit/awtui/TestRunner$5.class
> [DEBUG] adding entry junit/awtui/TestRunner$6.class
> [DEBUG] adding entry junit/awtui/TestRunner$7.class
> [DEBUG] adding entry junit/awtui/TestRunner$8.class
> [DEBUG] adding entry junit/awtui/TestRunner$9.class
> [DEBUG] adding entry junit/awtui/TestRunner.class
> [DEBUG] adding entry junit/extensions/ActiveTestSuite$1.class
> [DEBUG] adding entry junit/extensions/ActiveTestSuite.class
> [DEBUG] adding entry junit/extensions/ExceptionTestCase.class
> [DEBUG] adding entry junit/extensions/RepeatedTest.class
> [DEBUG] adding entry junit/extensions/TestDecorator.class
> [DEBUG] adding entry junit/extensions/TestSetup$1.class
> [DEBUG] adding entry junit/extensions/TestSetup.class
> [DEBUG] adding entry junit/framework/Assert.class
> [DEBUG] adding entry junit/framework/AssertionFailedError.class
> [DEBUG] adding entry junit/framework/Protectable.class
> [DEBUG] adding entry junit/framework/Test.class
> [DEBUG] adding entry junit/framework/TestCase.class
> [DEBUG] adding entry junit/framework/TestFailure.class
> [DEBUG] adding entry junit/framework/TestListener.class
> [DEBUG] adding entry junit/framework/TestResult$1.class
> [DEBUG] adding entry junit/framework/TestResult.class
> [DEBUG] adding entry junit/framework/TestSuite$1.class
> [DEBUG] adding entry junit/framework/TestSuite.class
> [DEBUG] adding entry junit/runner/BaseTestRunner.class
> [DEBUG] adding entry junit/runner/ClassPathTestCollector.class
> [DEBUG] adding entry junit/runner/excluded.properties
> [DEBUG] adding entry junit/runner/FailureDetailView.class
> [DEBUG] adding entry junit/runner/LoadingTestCollector.class
> [DEBUG] adding entry junit/runner/logo.gif
> [DEBUG] adding entry junit/runner/ReloadingTestSuiteLoader.class
> [DEBUG] adding entry junit/runner/SimpleTestCollector.class
> [DEBUG] adding entry junit/runner/smalllogo.gif
> [DEBUG] adding entry junit/runner/Sorter$Swapper.class
> [DEBUG] adding entry junit/runner/Sorter.class
> [DEBUG] adding entry junit/runner/StandardTestSuiteLoader.class
> [DEBUG] adding entry junit/runner/TestCaseClassLoader.class
> [DEBUG] adding entry junit/runner/TestCollector.class
> [DEBUG] adding entry junit/runner/TestSuiteLoader.class
> [DEBUG] adding entry junit/runner/Version.class
> [DEBUG] adding entry junit/swingui/AboutDialog$1.class
> [DEBUG] adding entry junit/swingui/AboutDialog$2.class
> [DEBUG] adding entry junit/swingui/AboutDialog.class
> [DEBUG] adding entry junit/swingui/CounterPanel.class
> [DEBUG] adding entry junit/swingui/DefaultFailureDetailView.class
> [DEBUG] adding entry junit/swingui/FailureRunView$1.class
> [DEBUG] adding entry junit/swingui/FailureRunView$2.class
> [DEBUG] adding entry junit/swingui/FailureRunView$FailureListCellRenderer.class
> [DEBUG] adding entry junit/swingui/FailureRunView.class
> [DEBUG] adding entry junit/swingui/icons/error.gif
> [DEBUG] adding entry junit/swingui/icons/failure.gif
> [DEBUG] adding entry junit/swingui/icons/hierarchy.gif
> [DEBUG] adding entry junit/swingui/icons/ok.gif
> [DEBUG] adding entry junit/swingui/ProgressBar.class
> [DEBUG] adding entry junit/swingui/StatusLine.class
> [DEBUG] adding entry junit/swingui/TestHierarchyRunView$1.class
> [DEBUG] adding entry junit/swingui/TestHierarchyRunView.class
> [DEBUG] adding entry junit/swingui/TestRunContext.class
> [DEBUG] adding entry junit/swingui/TestRunner$1.class
> [DEBUG] adding entry junit/swingui/TestRunner$10.class
> [DEBUG] adding entry junit/swingui/TestRunner$11.class
> [DEBUG] adding entry junit/swingui/TestRunner$12.class
> [DEBUG] adding entry junit/swingui/TestRunner$13.class
> [DEBUG] adding entry junit/swingui/TestRunner$14.class
> [DEBUG] adding entry junit/swingui/TestRunner$15.class
> [DEBUG] adding entry junit/swingui/TestRunner$16.class
> [DEBUG] adding entry junit/swingui/TestRunner$17.class
> [DEBUG] adding entry junit/swingui/TestRunner$18.class
> [DEBUG] adding entry junit/swingui/TestRunner$19.class
> [DEBUG] adding entry junit/swingui/TestRunner$2.class
> [DEBUG] adding entry junit/swingui/TestRunner$20.class
> [DEBUG] adding entry junit/swingui/TestRunner$21.class
> [DEBUG] adding entry junit/swingui/TestRunner$3.class
> [DEBUG] adding entry junit/swingui/TestRunner$4.class
> [DEBUG] adding entry junit/swingui/TestRunner$5.class
> [DEBUG] adding entry junit/swingui/TestRunner$6.class
> [DEBUG] adding entry junit/swingui/TestRunner$7.class
> [DEBUG] adding entry junit/swingui/TestRunner$8.class
> [DEBUG] adding entry junit/swingui/TestRunner$9.class
> [DEBUG] adding entry junit/swingui/TestRunner.class
> [DEBUG] adding entry junit/swingui/TestRunView.class
> [DEBUG] adding entry junit/swingui/TestSelector$1.class
> [DEBUG] adding entry junit/swingui/TestSelector$2.class
> [DEBUG] adding entry junit/swingui/TestSelector$3.class
> [DEBUG] adding entry junit/swingui/TestSelector$4.class
> [DEBUG] adding entry junit/swingui/TestSelector$DoubleClickListener.class
> [DEBUG] adding entry junit/swingui/TestSelector$KeySelectListener.class
> [DEBUG] adding entry junit/swingui/TestSelector$ParallelSwapper.class
> [DEBUG] adding entry junit/swingui/TestSelector$TestCellRenderer.class
> [DEBUG] adding entry junit/swingui/TestSelector.class
> [DEBUG] adding entry junit/swingui/TestSuitePanel$1.class
> [DEBUG] adding entry junit/swingui/TestSuitePanel$TestTreeCellRenderer.class
> [DEBUG] adding entry junit/swingui/TestSuitePanel.class
> [DEBUG] adding entry junit/swingui/TestTreeModel.class
> [DEBUG] adding entry junit/textui/TestRunner.class
> [DEBUG] adding entry junit/ui/TestRunner.class
> [DEBUG] adding entry org/apache/commons/cli/AlreadySelectedException.class
> [DEBUG] adding entry org/apache/commons/cli/BasicParser.class
> [DEBUG] adding entry org/apache/commons/cli/CommandLine.class
> [DEBUG] adding entry org/apache/commons/cli/CommandLineParser.class
> [DEBUG] adding entry org/apache/commons/cli/GnuParser.class
> [DEBUG] adding entry org/apache/commons/cli/HelpFormatter$1.class
> [DEBUG] adding entry org/apache/commons/cli/HelpFormatter$StringBufferComparator.class
> [DEBUG] adding entry org/apache/commons/cli/HelpFormatter.class
> [DEBUG] adding entry org/apache/commons/cli/MissingArgumentException.class
> [DEBUG] adding entry org/apache/commons/cli/MissingOptionException.class
> [DEBUG] adding entry org/apache/commons/cli/Option.class
> [DEBUG] adding entry org/apache/commons/cli/OptionBuilder.class
> [DEBUG] adding entry org/apache/commons/cli/OptionGroup.class
> [DEBUG] adding entry org/apache/commons/cli/Options.class
> [DEBUG] adding entry org/apache/commons/cli/ParseException.class
> [DEBUG] adding entry org/apache/commons/cli/Parser.class
> [DEBUG] adding entry org/apache/commons/cli/PatternOptionBuilder.class
> [DEBUG] adding entry org/apache/commons/cli/PosixParser.class
> [DEBUG] adding entry org/apache/commons/cli/TypeHandler.class
> [DEBUG] adding entry org/apache/commons/cli/UnrecognizedOptionException.class
> [INFO] ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] An invalid artifact was detected.
> This artifact might be in your project's POM, or it might have been included transitively during the resolution process. Here is the information we do have for this artifact:
>     o GroupID:     killerapp
>     o ArtifactID:  cli-test
>     o Version:     1.0-SNAPSHOT
>     o Type:        jar
> [INFO] ------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.artifact.InvalidArtifactRTException: For artifact {killerapp:cli-test:1.0-SNAPSHOT:jar}: An attached artifact must have a different ID than its corresponding main artifact.
>         at org.apache.maven.project.artifact.AttachedArtifact.<init>(AttachedArtifact.java:48)
>         at org.apache.maven.project.DefaultMavenProjectHelper.attachArtifact(DefaultMavenProjectHelper.java:50)
>         at org.apache.maven.plugin.assembly.AbstractAssemblyMojo.createAssembly(AbstractAssemblyMojo.java:290)
>         at org.apache.maven.plugin.assembly.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:241)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:417)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:488)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:219)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:327)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:120)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 8 seconds
> [INFO] Finished at: Mon Oct 30 18:34:08 CST 2006
> [INFO] Final Memory: 6M/13M
> [INFO] ------------------------------------------------------------------------
> C:\Documents and Settings\eredmond\blaze\cli-test>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira