Skip to content

Instantly share code, notes, and snippets.

@dmcg
Last active December 19, 2015 03:29
Show Gist options
  • Save dmcg/5890404 to your computer and use it in GitHub Desktop.
Save dmcg/5890404 to your computer and use it in GitHub Desktop.
Maven build of junit-quickcheck
$ git clone git@github.com:dmcg/junit-quickcheck.git
Cloning into 'junit-quickcheck'...
remote: Counting objects: 4804, done.
remote: Compressing objects: 100% (1269/1269), done.
remote: Total 4804 (delta 2245), reused 4769 (delta 2215)
Receiving objects: 100% (4804/4804), 779.89 KiB | 452 KiB/s, done.
Resolving deltas: 100% (2245/2245), done.
~/Documents/Work/approvals
$ cd junit-quickcheck/
~/Documents/Work/approvals/junit-quickcheck
$ mvn install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] junit-quickcheck
[INFO] junit-quickcheck-core
[INFO] junit-quickcheck-guava
[INFO] junit-quickcheck-examples
[INFO] ------------------------------------------------------------------------
[INFO] Building junit-quickcheck
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
6K downloaded (maven-enforcer-plugin-1.0.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer/1.0/enforcer-1.0.pom
11K downloaded (enforcer-1.0.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/17/maven-parent-17.pom
24K downloaded (maven-parent-17.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
21K downloaded (maven-enforcer-plugin-1.0.jar)
Downloading: http://repo1.maven.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.pom
10K downloaded (commons-lang-2.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.pom
3K downloaded (enforcer-api-1.0.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.pom
4K downloaded (enforcer-rules-1.0.pom)
Downloading: http://repository.jboss.com/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[WARNING] Unable to get resource 'org.beanshell:bsh:pom:2.0b4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
Downloading: http://download.java.net/maven/2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
[INFO] Unable to find resource 'org.beanshell:bsh:pom:2.0b4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
1K downloaded (bsh-2.0b4.pom)
Downloading: http://repository.jboss.com/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[WARNING] Unable to get resource 'org.beanshell:beanshell:pom:2.0b4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
Downloading: http://download.java.net/maven/2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
[INFO] Unable to find resource 'org.beanshell:beanshell:pom:2.0b4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
1K downloaded (beanshell-2.0b4.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-api/1.0/enforcer-api-1.0.jar
Downloading: http://repository.jboss.com/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloading: http://repo1.maven.org/maven2/commons-lang/commons-lang/2.3/commons-lang-2.3.jar
9K downloaded (enforcer-api-1.0.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/enforcer/enforcer-rules/1.0/enforcer-rules-1.0.jar
59K downloaded (enforcer-rules-1.0.jar)
239K downloaded (commons-lang-2.3.jar)
[WARNING] Unable to get resource 'org.beanshell:bsh:jar:2.0b4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
Downloading: http://download.java.net/maven/2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
[INFO] Unable to find resource 'org.beanshell:bsh:jar:2.0b4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
275K downloaded (bsh-2.0b4.jar)
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/duncan/Documents/Work/approvals/junit-quickcheck/pom.xml to /Users/duncan/.m2/repository/com/pholser/junit-quickcheck/0.1-SNAPSHOT/junit-quickcheck-0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building junit-quickcheck-core
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.pom
9K downloaded (maven-compiler-plugin-3.0.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom
8K downloaded (maven-plugins-23.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom
29K downloaded (maven-parent-22.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/apache/11/apache-11.pom
14K downloaded (apache-11.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.0/maven-compiler-plugin-3.0.jar
40K downloaded (maven-compiler-plugin-3.0.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.4/maven-release-plugin-2.4.pom
11K downloaded (maven-release-plugin-2.4.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/release/maven-release/2.4/maven-release-2.4.pom
10K downloaded (maven-release-2.4.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-release-plugin/2.4/maven-release-plugin-2.4.jar
49K downloaded (maven-release-plugin-2.4.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.pom
8K downloaded (cobertura-maven-plugin-2.5.2.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/mojo-parent/30/mojo-parent-30.pom
26K downloaded (mojo-parent-30.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/cobertura-maven-plugin/2.5.2/cobertura-maven-plugin-2.5.2.jar
46K downloaded (cobertura-maven-plugin-2.5.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/2.9.1/maven-checkstyle-plugin-2.9.1.pom
9K downloaded (maven-checkstyle-plugin-2.9.1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-checkstyle-plugin/2.9.1/maven-checkstyle-plugin-2.9.1.jar
84K downloaded (maven-checkstyle-plugin-2.9.1.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/2.7.1/maven-pmd-plugin-2.7.1.pom
7K downloaded (maven-pmd-plugin-2.7.1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-pmd-plugin/2.7.1/maven-pmd-plugin-2.7.1.jar
87K downloaded (maven-pmd-plugin-2.7.1.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/findbugs-maven-plugin/2.5.2/findbugs-maven-plugin-2.5.2.pom
17K downloaded (findbugs-maven-plugin-2.5.2.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/mojo/findbugs-maven-plugin/2.5.2/findbugs-maven-plugin-2.5.2.jar
131K downloaded (findbugs-maven-plugin-2.5.2.jar)
[INFO] snapshot org.junit.contrib:junit-theories:4.11-SNAPSHOT: checking for updates from sonatype-nexus-snapshots
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '9d927d94b3b98afe7a9978d9e522cecb68ac791c'; remote = 'c444c37fbba61878136adcf82bdc3817b1940f91' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '9d927d94b3b98afe7a9978d9e522cecb68ac791c'; remote = 'c444c37fbba61878136adcf82bdc3817b1940f91' - IGNORING
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/junit/contrib/junit-theories/4.11-SNAPSHOT/junit-theories-4.11-20130621.143608-2.pom
Downloading: http://repository.jboss.com/maven2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.pom
[WARNING] Unable to get resource 'org.javaruntype:javaruntype:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.pom
Downloading: http://download.java.net/maven/2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.pom
[INFO] Unable to find resource 'org.javaruntype:javaruntype:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.pom
7K downloaded (javaruntype-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.pom
[WARNING] Unable to get resource 'org.antlr:antlr-runtime:pom:3.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.pom
Downloading: http://download.java.net/maven/2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.pom
[INFO] Unable to find resource 'org.antlr:antlr-runtime:pom:3.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.pom
4K downloaded (antlr-runtime-3.1.2.pom)
Downloading: http://repository.jboss.com/maven2/ognl/ognl/3.0.5/ognl-3.0.5.pom
[WARNING] Unable to get resource 'ognl:ognl:pom:3.0.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/ognl/ognl/3.0.5/ognl-3.0.5.pom
Downloading: http://download.java.net/maven/2/ognl/ognl/3.0.5/ognl-3.0.5.pom
[INFO] Unable to find resource 'ognl:ognl:pom:3.0.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/ognl/ognl/3.0.5/ognl-3.0.5.pom
5K downloaded (ognl-3.0.5.pom)
Downloading: http://repository.jboss.com/maven2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.pom
[WARNING] Unable to get resource 'javassist:javassist:pom:3.11.0.GA' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.pom
Downloading: http://download.java.net/maven/2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.pom
[INFO] Unable to find resource 'javassist:javassist:pom:3.11.0.GA' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.pom
2K downloaded (javassist-3.11.0.GA.pom)
Downloading: http://repository.jboss.com/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom
[WARNING] Unable to get resource 'org.mockito:mockito-all:pom:1.9.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom
Downloading: http://download.java.net/maven/2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom
[INFO] Unable to find resource 'org.mockito:mockito-all:pom:1.9.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.pom
1K downloaded (mockito-all-1.9.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-module-junit4:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-module-junit4:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.pom
1K downloaded (powermock-module-junit4-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-modules/1.5/powermock-modules-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-modules:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-modules/1.5/powermock-modules-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-modules/1.5/powermock-modules-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-modules:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-modules/1.5/powermock-modules-1.5.pom
796b downloaded (powermock-modules-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock/1.5/powermock-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock/1.5/powermock-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock/1.5/powermock-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock/1.5/powermock-1.5.pom
9K downloaded (powermock-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-module-junit4-common:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-module-junit4-common:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.pom
1K downloaded (powermock-module-junit4-common-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-core/1.5/powermock-core-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-core:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-core/1.5/powermock-core-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-core/1.5/powermock-core-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-core:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-core/1.5/powermock-core-1.5.pom
2K downloaded (powermock-core-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-reflect:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-reflect:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.pom
1K downloaded (powermock-reflect-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom
[WARNING] Unable to get resource 'org.objenesis:objenesis-parent:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom
Downloading: http://download.java.net/maven/2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom
[INFO] Unable to find resource 'org.objenesis:objenesis-parent:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/objenesis/objenesis-parent/1.2/objenesis-parent-1.2.pom
10K downloaded (objenesis-parent-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.pom
[WARNING] Unable to get resource 'org.javassist:javassist:pom:3.17.1-GA' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.pom
Downloading: http://download.java.net/maven/2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.pom
[INFO] Unable to find resource 'org.javassist:javassist:pom:3.17.1-GA' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.pom
8K downloaded (javassist-3.17.1-GA.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-api-mockito:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-api-mockito:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.pom
1K downloaded (powermock-api-mockito-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-api/1.5/powermock-api-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-api:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-api/1.5/powermock-api-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-api/1.5/powermock-api-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-api:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-api/1.5/powermock-api-1.5.pom
803b downloaded (powermock-api-1.5.pom)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.pom
[WARNING] Unable to get resource 'org.powermock:powermock-api-support:pom:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.pom
Downloading: http://download.java.net/maven/2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.pom
[INFO] Unable to find resource 'org.powermock:powermock-api-support:pom:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.pom
1K downloaded (powermock-api-support-1.5.pom)
Downloading: http://repository.jboss.com/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[WARNING] Unable to get resource 'com.google.guava:guava:pom:14.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom
Downloading: http://download.java.net/maven/2/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Unable to find resource 'com.google.guava:guava:pom:14.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.pom
5K downloaded (guava-14.0.1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[WARNING] Unable to get resource 'com.google.guava:guava-parent:pom:14.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
Downloading: http://download.java.net/maven/2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] Unable to find resource 'com.google.guava:guava-parent:pom:14.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
2K downloaded (guava-parent-14.0.1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading: http://repository.jboss.com/maven2/ognl/ognl/3.0.5/ognl-3.0.5.jar
Downloading: http://repository.jboss.com/maven2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.jar
Downloading: http://repository.jboss.com/maven2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.jar
Downloading: http://repository.jboss.com/maven2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar
[WARNING] Unable to get resource 'com.google.guava:guava:jar:14.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar
Downloading: http://download.java.net/maven/2/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[WARNING] Unable to get resource 'org.javaruntype:javaruntype:jar:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.jar
Downloading: http://download.java.net/maven/2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.jar
[WARNING] Unable to get resource 'org.antlr:antlr-runtime:jar:3.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.jar
Downloading: http://download.java.net/maven/2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.jar
[WARNING] Unable to get resource 'javassist:javassist:jar:3.11.0.GA' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar
Downloading: http://download.java.net/maven/2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar
[WARNING] Unable to get resource 'ognl:ognl:jar:3.0.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/ognl/ognl/3.0.5/ognl-3.0.5.jar
Downloading: http://download.java.net/maven/2/ognl/ognl/3.0.5/ognl-3.0.5.jar
[INFO] Unable to find resource 'com.google.guava:guava:jar:14.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] Unable to find resource 'org.javaruntype:javaruntype:jar:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/javaruntype/javaruntype/1.2/javaruntype-1.2.jar
[INFO] Unable to find resource 'org.antlr:antlr-runtime:jar:3.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.2/antlr-runtime-3.1.2.jar
[INFO] Unable to find resource 'javassist:javassist:jar:3.11.0.GA' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/javassist/javassist/3.11.0.GA/javassist-3.11.0.GA.jar
[INFO] Unable to find resource 'ognl:ognl:jar:3.0.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/ognl/ognl/3.0.5/ognl-3.0.5.jar
135K downloaded (antlr-runtime-3.1.2.jar)
69K downloaded (javaruntype-1.2.jar)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.jar
Downloading: http://repository.jboss.com/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
599K downloaded (javassist-3.11.0.GA.jar)
Downloading: http://repository.jboss.com/maven2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.jar
222K downloaded (ognl-3.0.5.jar)
[WARNING] Unable to get resource 'org.powermock:powermock-module-junit4:jar:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.jar
Downloading: http://download.java.net/maven/2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.jar
[WARNING] Unable to get resource 'org.mockito:mockito-all:jar:1.9.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
Downloading: http://download.java.net/maven/2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
Downloading: https://oss.sonatype.org/content/repositories/snapshots/org/junit/contrib/junit-theories/4.11-SNAPSHOT/junit-theories-4.11-20130621.143608-2.jar
[INFO] Unable to find resource 'org.powermock:powermock-module-junit4:jar:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-module-junit4/1.5/powermock-module-junit4-1.5.jar
25K downloaded (powermock-module-junit4-1.5.jar)
[WARNING] Unable to get resource 'org.javassist:javassist:jar:3.17.1-GA' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.jar
Downloading: http://download.java.net/maven/2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.jar
[INFO] Unable to find resource 'org.mockito:mockito-all:jar:1.9.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/mockito/mockito-all/1.9.5/mockito-all-1.9.5.jar
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.jar
[INFO] Unable to find resource 'org.javassist:javassist:jar:3.17.1-GA' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/javassist/javassist/3.17.1-GA/javassist-3.17.1-GA.jar
2137K downloaded (guava-14.0.1.jar)
24K downloaded (junit-theories-4.11-20130621.143608-2.jar)
[WARNING] Unable to get resource 'org.powermock:powermock-module-junit4-common:jar:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.jar
Downloading: http://download.java.net/maven/2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.jar
695K downloaded (javassist-3.17.1-GA.jar)
[INFO] Unable to find resource 'org.powermock:powermock-module-junit4-common:jar:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-module-junit4-common/1.5/powermock-module-junit4-common-1.5.jar
13K downloaded (powermock-module-junit4-common-1.5.jar)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-core/1.5/powermock-core-1.5.jar
1544K downloaded (mockito-all-1.9.5.jar)
[WARNING] Unable to get resource 'org.powermock:powermock-core:jar:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-core/1.5/powermock-core-1.5.jar
Downloading: http://download.java.net/maven/2/org/powermock/powermock-core/1.5/powermock-core-1.5.jar
[INFO] Unable to find resource 'org.powermock:powermock-core:jar:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-core/1.5/powermock-core-1.5.jar
82K downloaded (powermock-core-1.5.jar)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.jar
[WARNING] Unable to get resource 'org.powermock:powermock-reflect:jar:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.jar
Downloading: http://download.java.net/maven/2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.jar
[INFO] Unable to find resource 'org.powermock:powermock-reflect:jar:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-reflect/1.5/powermock-reflect-1.5.jar
42K downloaded (powermock-reflect-1.5.jar)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.jar
[WARNING] Unable to get resource 'org.powermock:powermock-api-mockito:jar:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.jar
Downloading: http://download.java.net/maven/2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.jar
[INFO] Unable to find resource 'org.powermock:powermock-api-mockito:jar:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-api-mockito/1.5/powermock-api-mockito-1.5.jar
66K downloaded (powermock-api-mockito-1.5.jar)
Downloading: http://repository.jboss.com/maven2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.jar
[WARNING] Unable to get resource 'org.powermock:powermock-api-support:jar:1.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.jar
Downloading: http://download.java.net/maven/2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.jar
[INFO] Unable to find resource 'org.powermock:powermock-api-support:jar:1.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/powermock/powermock-api-support/1.5/powermock-api-support-1.5.jar
18K downloaded (powermock-api-support-1.5.jar)
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/src/main/resources
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom
3K downloaded (maven-shared-utils-0.1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom
4K downloaded (maven-shared-components-18.pom)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[WARNING] Unable to get resource 'com.google.code.findbugs:jsr305:pom:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Unable to find resource 'com.google.code.findbugs:jsr305:pom:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
965b downloaded (jsr305-2.0.1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.0/maven-shared-incremental-1.0.pom
4K downloaded (maven-shared-incremental-1.0.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-component-annotations:pom:1.5.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-component-annotations:pom:1.5.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
815b downloaded (plexus-component-annotations-1.5.5.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-containers:pom:1.5.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-containers:pom:1.5.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
4K downloaded (plexus-containers-1.5.5.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom
865b downloaded (plexus-compiler-api-2.0.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom
3K downloaded (plexus-compiler-2.0.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
2K downloaded (plexus-components-1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
19K downloaded (plexus-3.3.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-utils:pom:3.0.8' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-utils:pom:3.0.8' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
3K downloaded (plexus-utils-3.0.8.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:3.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus:pom:3.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
18K downloaded (plexus-3.2.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.0/plexus-compiler-manager-2.0.pom
690b downloaded (plexus-compiler-manager-2.0.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.0/plexus-compiler-javac-2.0.pom
769b downloaded (plexus-compiler-javac-2.0.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compilers/2.0/plexus-compilers-2.0.pom
1K downloaded (plexus-compilers-2.0.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom
2K downloaded (plexus-container-default-1.5.5.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-classworlds:pom:2.2.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-classworlds:pom:2.2.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom
3K downloaded (plexus-classworlds-2.2.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[WARNING] Unable to get resource 'org.apache.xbean:xbean-reflect:pom:3.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
Downloading: http://download.java.net/maven/2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
[INFO] Unable to find resource 'org.apache.xbean:xbean-reflect:pom:3.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom
2K downloaded (xbean-reflect-3.4.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[WARNING] Unable to get resource 'org.apache.xbean:xbean:pom:3.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
Downloading: http://download.java.net/maven/2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
[INFO] Unable to find resource 'org.apache.xbean:xbean:pom:3.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom
18K downloaded (xbean-3.4.pom)
Downloading: http://repository.jboss.com/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[WARNING] Unable to get resource 'commons-logging:commons-logging-api:pom:1.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
Downloading: http://download.java.net/maven/2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
[INFO] Unable to find resource 'commons-logging:commons-logging-api:pom:1.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
5K downloaded (commons-logging-api-1.1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[WARNING] Unable to get resource 'com.google.collections:google-collections:pom:1.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
Downloading: http://download.java.net/maven/2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Unable to find resource 'com.google.collections:google-collections:pom:1.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom
2K downloaded (google-collections-1.0.pom)
Downloading: http://repository.jboss.com/maven2/com/google/google/1/google-1.pom
[WARNING] Unable to get resource 'com.google:google:pom:1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/google/1/google-1.pom
Downloading: http://download.java.net/maven/2/com/google/google/1/google-1.pom
[INFO] Unable to find resource 'com.google:google:pom:1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/google/1/google-1.pom
1K downloaded (google-1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar
150K downloaded (maven-shared-utils-0.1.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.0/maven-shared-incremental-1.0.jar
12K downloaded (maven-shared-incremental-1.0.jar)
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-component-annotations:jar:1.5.5' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[WARNING] Unable to get resource 'com.google.code.findbugs:jsr305:jar:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-component-annotations:jar:1.5.5' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Unable to find resource 'com.google.code.findbugs:jsr305:jar:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
4K downloaded (plexus-component-annotations-1.5.5.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.jar
31K downloaded (jsr305-2.0.1.jar)
24K downloaded (plexus-compiler-api-2.0.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.0/plexus-compiler-manager-2.0.jar
4K downloaded (plexus-compiler-manager-2.0.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.0/plexus-compiler-javac-2.0.jar
18K downloaded (plexus-compiler-javac-2.0.jar)
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/classes
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
4K downloaded (maven-reporting-impl-2.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-sink-api:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-sink-api:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
1K downloaded (doxia-sink-api-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
18K downloaded (doxia-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-core:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-core:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
3K downloaded (doxia-core-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-logging-api:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-logging-api:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
1K downloaded (doxia-logging-api-1.2.pom)
Downloading: http://repository.jboss.com/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
[WARNING] Unable to get resource 'xerces:xercesImpl:pom:2.9.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading: http://download.java.net/maven/2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
[INFO] Unable to find resource 'xerces:xercesImpl:pom:2.9.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
1K downloaded (xercesImpl-2.9.1.pom)
Downloading: http://repository.jboss.com/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[WARNING] Unable to get resource 'xml-apis:xml-apis:pom:1.3.04' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloading: http://download.java.net/maven/2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
[INFO] Unable to find resource 'xml-apis:xml-apis:pom:1.3.04' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
1K downloaded (xml-apis-1.3.04.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[WARNING] Unable to get resource 'org.apache.httpcomponents:httpclient:pom:4.0.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpclient:pom:4.0.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
7K downloaded (httpclient-4.0.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[WARNING] Unable to get resource 'org.apache.httpcomponents:httpcomponents-client:pom:4.0.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcomponents-client:pom:4.0.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
8K downloaded (httpcomponents-client-4.0.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
[WARNING] Unable to get resource 'org.apache.httpcomponents:project:pom:4.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:project:pom:4.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom
15K downloaded (project-4.1.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[WARNING] Unable to get resource 'org.apache.httpcomponents:httpcore:pom:4.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcore:pom:4.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
4K downloaded (httpcore-4.0.1.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[WARNING] Unable to get resource 'org.apache.httpcomponents:httpcomponents-core:pom:4.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcomponents-core:pom:4.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
9K downloaded (httpcomponents-core-4.0.1.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom
[WARNING] Unable to get resource 'org.apache.httpcomponents:project:pom:4.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Unable to find resource 'org.apache.httpcomponents:project:pom:4.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom
12K downloaded (project-4.0.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-site-renderer:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-site-renderer:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
6K downloaded (doxia-site-renderer-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-sitetools:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-sitetools:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
15K downloaded (doxia-sitetools-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-decoration-model:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-decoration-model:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
2K downloaded (doxia-decoration-model-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
1K downloaded (doxia-module-xhtml-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-modules:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
2K downloaded (doxia-modules-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
5K downloaded (doxia-module-fml-1.2.pom)
Downloading: http://repository.jboss.com/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[WARNING] Unable to get resource 'commons-validator:commons-validator:pom:1.3.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
Downloading: http://download.java.net/maven/2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Unable to find resource 'commons-validator:commons-validator:pom:1.3.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
8K downloaded (commons-validator-1.3.1.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.3/doxia-sink-api-1.1.3.pom
1K downloaded (doxia-sink-api-1.1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia/1.1.3/doxia-1.1.3.pom
18K downloaded (doxia-1.1.3.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.3/doxia-logging-api-1.1.3.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-logging-api:pom:1.1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.3/doxia-logging-api-1.1.3.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-logging-api/1.1.3/doxia-logging-api-1.1.3.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-logging-api:pom:1.1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.3/doxia-logging-api-1.1.3.pom
1K downloaded (doxia-logging-api-1.1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.3/doxia-decoration-model-1.1.3.pom
2K downloaded (doxia-decoration-model-1.1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.3/doxia-sitetools-1.1.3.pom
15K downloaded (doxia-sitetools-1.1.3.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-utils:pom:1.5.12' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-utils:pom:1.5.12' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
5K downloaded (plexus-utils-1.5.12.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.3/doxia-site-renderer-1.1.3.pom
5K downloaded (doxia-site-renderer-1.1.3.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.1.3/doxia-core-1.1.3.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-core:pom:1.1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.1.3/doxia-core-1.1.3.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-core/1.1.3/doxia-core-1.1.3.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-core:pom:1.1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.1.3/doxia-core-1.1.3.pom
3K downloaded (doxia-core-1.1.3.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.pom
1K downloaded (doxia-module-xhtml-1.1.3.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.1.3/doxia-modules-1.1.3.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-modules:pom:1.1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.1.3/doxia-modules-1.1.3.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-modules/1.1.3/doxia-modules-1.1.3.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.3/doxia-modules-1.1.3.pom
2K downloaded (doxia-modules-1.1.3.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.pom
5K downloaded (doxia-module-fml-1.1.3.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.2.1/maven-doxia-tools-1.2.1.pom
6K downloaded (maven-doxia-tools-1.2.1.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
1K downloaded (plexus-velocity-1.1.8.pom)
Downloading: http://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/5.5/checkstyle-5.5.pom
18K downloaded (checkstyle-5.5.pom)
Downloading: http://repository.jboss.com/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
[WARNING] Unable to get resource 'antlr:antlr:pom:2.7.7' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
Downloading: http://download.java.net/maven/2/antlr/antlr/2.7.7/antlr-2.7.7.pom
[INFO] Unable to find resource 'antlr:antlr:pom:2.7.7' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom
632b downloaded (antlr-2.7.7.pom)
Downloading: http://repository.jboss.com/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[WARNING] Unable to get resource 'commons-beanutils:commons-beanutils-core:pom:1.8.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
Downloading: http://download.java.net/maven/2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
[INFO] Unable to find resource 'commons-beanutils:commons-beanutils-core:pom:1.8.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
1K downloaded (commons-beanutils-core-1.8.3.pom)
Downloading: http://repository.jboss.com/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading: http://repository.jboss.com/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: http://repository.jboss.com/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
16K downloaded (maven-reporting-impl-2.2.jar)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-core:jar:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[WARNING] Unable to get resource 'commons-validator:commons-validator:jar:1.3.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
Downloading: http://download.java.net/maven/2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[WARNING] Unable to get resource 'antlr:antlr:jar:2.7.7' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
Downloading: http://download.java.net/maven/2/antlr/antlr/2.7.7/antlr-2.7.7.jar
[WARNING] Unable to get resource 'org.apache.httpcomponents:httpclient:jar:4.0.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[WARNING] Unable to get resource 'xerces:xercesImpl:jar:2.9.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading: http://download.java.net/maven/2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
[INFO] Unable to find resource 'commons-validator:commons-validator:jar:1.3.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar
[INFO] Unable to find resource 'antlr:antlr:jar:2.7.7' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-core:jar:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
[INFO] Unable to find resource 'org.apache.httpcomponents:httpclient:jar:4.0.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar
[INFO] Unable to find resource 'xerces:xercesImpl:jar:2.9.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
135K downloaded (commons-validator-1.3.1.jar)
Downloading: http://repo1.maven.org/maven2/com/puppycrawl/tools/checkstyle/5.5/checkstyle-5.5.jar
150K downloaded (doxia-core-1.2.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.2.1/maven-doxia-tools-1.2.1.jar
434K downloaded (antlr-2.7.7.jar)
Downloading: http://repository.jboss.com/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
286K downloaded (httpclient-4.0.2.jar)
Downloading: http://repository.jboss.com/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
42K downloaded (maven-doxia-tools-1.2.1.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.3/doxia-site-renderer-1.1.3.jar
49K downloaded (doxia-site-renderer-1.1.3.jar)
Downloading: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
[WARNING] Unable to get resource 'com.google.collections:google-collections:jar:1.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloading: http://download.java.net/maven/2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[WARNING] Unable to get resource 'xml-apis:xml-apis:jar:1.3.04' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading: http://download.java.net/maven/2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
622K downloaded (checkstyle-5.5.jar)
Downloading: http://repository.jboss.com/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[WARNING] Unable to get resource 'org.apache.httpcomponents:httpcore:jar:4.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
Downloading: http://download.java.net/maven/2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
1200K downloaded (xercesImpl-2.9.1.jar)
[INFO] Unable to find resource 'com.google.collections:google-collections:jar:1.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.3/doxia-decoration-model-1.1.3.jar
51K downloaded (doxia-decoration-model-1.1.3.jar)
[INFO] Unable to find resource 'xml-apis:xml-apis:jar:1.3.04' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
7K downloaded (plexus-velocity-1.1.8.jar)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.jar
[INFO] Unable to find resource 'org.apache.httpcomponents:httpcore:jar:4.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar
189K downloaded (xml-apis-1.3.04.jar)
168K downloaded (httpcore-4.0.1.jar)
624K downloaded (google-collections-1.0.jar)
[WARNING] Unable to get resource 'commons-beanutils:commons-beanutils-core:jar:1.8.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Downloading: http://download.java.net/maven/2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.jar
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.jar
[INFO] Unable to find resource 'commons-beanutils:commons-beanutils-core:jar:1.8.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
201K downloaded (commons-beanutils-core-1.8.3.jar)
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-xhtml:jar:1.1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.3/doxia-module-xhtml-1.1.3.jar
14K downloaded (doxia-module-xhtml-1.1.3.jar)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.jar
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-fml:jar:1.1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.jar
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.jar
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-fml:jar:1.1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.3/doxia-module-fml-1.1.3.jar
36K downloaded (doxia-module-fml-1.1.3.jar)
[INFO] [checkstyle:check {execution: default}]
[INFO]
[INFO] Preparing pmd:cpd-check
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
4K downloaded (maven-reporting-impl-2.1.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-project:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-project:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom
2K downloaded (maven-project-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom
23K downloaded (maven-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-plugin-api:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-plugin-api:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom
1K downloaded (maven-plugin-api-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-core:pom:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-core:pom:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
3K downloaded (doxia-core-1.1.2.pom)
Downloading: http://repository.jboss.com/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
[WARNING] Unable to get resource 'xerces:xercesImpl:pom:2.8.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloading: http://download.java.net/maven/2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
[INFO] Unable to find resource 'xerces:xercesImpl:pom:2.8.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
2K downloaded (xercesImpl-2.8.1.pom)
Downloading: http://repository.jboss.com/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[WARNING] Unable to get resource 'xml-apis:xml-apis:pom:1.3.03' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading: http://download.java.net/maven/2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
[INFO] Unable to find resource 'xml-apis:xml-apis:pom:1.3.03' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
738b downloaded (xml-apis-1.3.03.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-site-renderer:pom:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-site-renderer:pom:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
5K downloaded (doxia-site-renderer-1.1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-sitetools:pom:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-sitetools:pom:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
14K downloaded (doxia-sitetools-1.1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-decoration-model:pom:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-decoration-model:pom:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
2K downloaded (doxia-decoration-model-1.1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
1K downloaded (doxia-module-xhtml-1.1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-modules:pom:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
2K downloaded (doxia-modules-1.1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
5K downloaded (doxia-module-fml-1.1.2.pom)
Downloading: http://repo1.maven.org/maven2/pmd/pmd/4.3/pmd-4.3.pom
9K downloaded (pmd-4.3.pom)
Downloading: http://repository.jboss.com/maven2/ant/ant/1.6/ant-1.6.pom
[WARNING] Unable to get resource 'ant:ant:pom:1.6' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/ant/ant/1.6/ant-1.6.pom
Downloading: http://download.java.net/maven/2/ant/ant/1.6/ant-1.6.pom
[INFO] Unable to find resource 'ant:ant:pom:1.6' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/ant/ant/1.6/ant-1.6.pom
182b downloaded (ant-1.6.pom)
Downloading: http://repository.jboss.com/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
[WARNING] Unable to get resource 'jaxen:jaxen:pom:1.1.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloading: http://download.java.net/maven/2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
[INFO] Unable to find resource 'jaxen:jaxen:pom:1.1.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
7K downloaded (jaxen-1.1.1.pom)
Downloading: http://repository.jboss.com/maven2/asm/asm/3.2/asm-3.2.pom
[WARNING] Unable to get resource 'asm:asm:pom:3.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm/3.2/asm-3.2.pom
Downloading: http://download.java.net/maven/2/asm/asm/3.2/asm-3.2.pom
[INFO] Unable to find resource 'asm:asm:pom:3.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.pom
264b downloaded (asm-3.2.pom)
Downloading: http://repository.jboss.com/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom
[WARNING] Unable to get resource 'asm:asm-parent:pom:3.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom
Downloading: http://download.java.net/maven/2/asm/asm-parent/3.2/asm-parent-3.2.pom
[INFO] Unable to find resource 'asm:asm-parent:pom:3.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-parent/3.2/asm-parent-3.2.pom
4K downloaded (asm-parent-3.2.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloading: http://repository.jboss.com/maven2/ant/ant/1.6/ant-1.6.jar
Downloading: http://repo1.maven.org/maven2/pmd/pmd/4.3/pmd-4.3.jar
Downloading: http://repository.jboss.com/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
16K downloaded (maven-reporting-impl-2.1.jar)
Downloading: http://repository.jboss.com/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
[WARNING] Unable to get resource 'ant:ant:jar:1.6' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/ant/ant/1.6/ant-1.6.jar
Downloading: http://download.java.net/maven/2/ant/ant/1.6/ant-1.6.jar
[WARNING] Unable to get resource 'xerces:xercesImpl:jar:2.8.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
Downloading: http://download.java.net/maven/2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-core:jar:1.1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
1071K downloaded (pmd-4.3.jar)
[WARNING] Unable to get resource 'jaxen:jaxen:jar:1.1.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: http://download.java.net/maven/2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
Downloading: http://repository.jboss.com/maven2/asm/asm/3.2/asm-3.2.jar
[INFO] Unable to find resource 'ant:ant:jar:1.6' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/ant/ant/1.6/ant-1.6.jar
[INFO] Unable to find resource 'xerces:xercesImpl:jar:2.8.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-core:jar:1.1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar
[INFO] Unable to find resource 'jaxen:jaxen:jar:1.1.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar
154K downloaded (doxia-core-1.1.2.jar)
[WARNING] Unable to get resource 'asm:asm:jar:3.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm/3.2/asm-3.2.jar
Downloading: http://download.java.net/maven/2/asm/asm/3.2/asm-3.2.jar
221K downloaded (jaxen-1.1.1.jar)
[INFO] Unable to find resource 'asm:asm:jar:3.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm/3.2/asm-3.2.jar
42K downloaded (asm-3.2.jar)
929K downloaded (ant-1.6.jar)
1184K downloaded (xercesImpl-2.8.1.jar)
[INFO] [pmd:cpd {execution: cpd}]
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [pmd:cpd-check {execution: default}]
[INFO]
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 105 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/test-classes
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.pholser.junit.quickcheck.generator.IntArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMaxWithGreaterSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMinTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsForHierarchyOfBigDecimalTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
Running com.pholser.junit.quickcheck.ForAllBigNumberTheoryParameterTypesTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.313 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsForHierarchyOfInterfaceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.pholser.junit.quickcheck.ForAllListTheoryParameterTypesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.655 sec
Running com.pholser.junit.quickcheck.generator.StringTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.pholser.junit.quickcheck.ForAllSetTheoryParameterTypesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.668 sec
Running com.pholser.junit.quickcheck.ForAllPrimitive2DArrayTheoryParameterTypesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running com.pholser.junit.quickcheck.generator.LambdasTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.pholser.junit.quickcheck.internal.ItemsUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.pholser.junit.quickcheck.generator.ThreeDCharArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.generator.ListOfExtendsShortTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running com.pholser.junit.quickcheck.internal.generator.MissingGeneratorForGivenTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.pholser.junit.quickcheck.generator.RangedBigIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMaxWithLesserSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.pholser.junit.quickcheck.ForAllPrimitiveArrayTheoryParameterTypesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.838 sec
Running com.pholser.junit.quickcheck.internal.RandomElementFromItemsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.pholser.junit.quickcheck.ForAllDateTheoryParameterTypesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec
Running com.pholser.junit.quickcheck.internal.ReflectionTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.generator.ListOfHuhTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMinWithGreaterSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.pholser.junit.quickcheck.ForAllEnumTheoryParameterTypesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running com.pholser.junit.quickcheck.generator.SetOfExtendsByteTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.pholser.junit.quickcheck.generator.WrapperByteTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.generator.RangedBigIntegerNoMinTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running com.pholser.junit.quickcheck.ForAllLambdaTheoryParameterTypesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 sec
Running com.pholser.junit.quickcheck.generator.WrapperCharacterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.pholser.junit.quickcheck.DiscardRatioTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.generator.MapOfIntegerToStringTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveIntegerArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.generator.DateTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.WrapperIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.pholser.junit.quickcheck.generator.SupplyingCallableGeneratorWithComponentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.pholser.junit.quickcheck.generator.BigDecimalTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.pholser.junit.quickcheck.generator.WrapperLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.pholser.junit.quickcheck.internal.ReflectionUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.pholser.junit.quickcheck.generator.WrapperShortTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveCharTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running com.pholser.junit.quickcheck.generator.SetOfSuperFloatTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalWithGreaterSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.ForAllMapTheoryParameterTypesTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 sec
Running com.pholser.junit.quickcheck.GeneratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.pholser.junit.quickcheck.generator.ArrayOfListOfHuhTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.FromOtherGeneratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveBooleanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.pholser.junit.quickcheck.generator.LambdasUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMinWithLesserSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.pholser.junit.quickcheck.generator.WrapperDoubleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.ForAllPrimitive3DArrayTheoryParameterTypesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Running com.pholser.junit.quickcheck.random.GeneratingRandomValuesTest
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 sec
Running com.pholser.junit.quickcheck.ForAllNumberTheoryParameterTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsWithServiceLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.pholser.junit.quickcheck.generator.WrapperBooleanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.ForAllGenericArrayTheoryParameterTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.pholser.junit.quickcheck.generator.ListOfWrapperLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.pholser.junit.quickcheck.internal.generator.ExplicitGeneratorsChosenWithEqualProbabilityTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.MarkedWithSpuriousConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.pholser.junit.quickcheck.generator.RangedDateTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveShortTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalWithLesserSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveByteTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running com.pholser.junit.quickcheck.generator.RangedBigIntegerNoMaxTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.pholser.junit.quickcheck.ForAllReferenceArrayTheoryParameterTypesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec
Running com.pholser.junit.quickcheck.generator.ConstrainedPrimitiveIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.pholser.junit.quickcheck.generator.WrapperFloatTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.pholser.junit.quickcheck.internal.constraint.ConstraintEvaluatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.pholser.junit.quickcheck.ForAllPrimitiveTheoryParameterTypesTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 sec
Running com.pholser.junit.quickcheck.generator.BigDecimalWithSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMaxTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.generator.BigIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsForHierarchyOfArrayListTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.generator.SetOfEnumTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveFloatTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.generator.RangedPrimitiveIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.generator.ListOfSuperLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running com.pholser.junit.quickcheck.generator.SetOfWrapperBooleanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveDoubleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.internal.RangesUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.pholser.junit.quickcheck.ForAllSampleSizeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running com.pholser.junit.quickcheck.EqualsHashCodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.generator.SetOfHuhTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.pholser.junit.quickcheck.internal.generator.GenerationContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
Running com.pholser.junit.quickcheck.internal.generator.FindingGeneratorInvolvingTypeVariableTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.generator.ListOfIntArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Results :
Tests run: 433, Failures: 0, Errors: 0, Skipped: 1
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/junit-quickcheck-core-0.1-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/junit-quickcheck-core-0.1-SNAPSHOT-tests.jar
[INFO] Preparing cobertura:check
[WARNING] Removing: check from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: cpd-check from forked lifecycle, to prevent recursive invocation.
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 47 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/classes
[INFO] [checkstyle:check {execution: default}]
[INFO]
Downloading: http://repo1.maven.org/maven2/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.pom
1K downloaded (cobertura-1.9.4.1.pom)
Downloading: http://repository.jboss.com/maven2/asm/asm-tree/3.0/asm-tree-3.0.pom
[WARNING] Unable to get resource 'asm:asm-tree:pom:3.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-tree/3.0/asm-tree-3.0.pom
Downloading: http://download.java.net/maven/2/asm/asm-tree/3.0/asm-tree-3.0.pom
[INFO] Unable to find resource 'asm:asm-tree:pom:3.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-tree/3.0/asm-tree-3.0.pom
499b downloaded (asm-tree-3.0.pom)
Downloading: http://repository.jboss.com/maven2/log4j/log4j/1.2.9/log4j-1.2.9.pom
[WARNING] Unable to get resource 'log4j:log4j:pom:1.2.9' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/log4j/log4j/1.2.9/log4j-1.2.9.pom
Downloading: http://download.java.net/maven/2/log4j/log4j/1.2.9/log4j-1.2.9.pom
[INFO] Unable to find resource 'log4j:log4j:pom:1.2.9' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/log4j/log4j/1.2.9/log4j-1.2.9.pom
144b downloaded (log4j-1.2.9.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
[WARNING] Unable to get resource 'org.apache.ant:ant:pom:1.7.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
Downloading: http://download.java.net/maven/2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
[INFO] Unable to find resource 'org.apache.ant:ant:pom:1.7.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.pom
9K downloaded (ant-1.7.0.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
[WARNING] Unable to get resource 'org.apache.ant:ant-parent:pom:1.7.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
Downloading: http://download.java.net/maven/2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
[INFO] Unable to find resource 'org.apache.ant:ant-parent:pom:1.7.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom
4K downloaded (ant-parent-1.7.0.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
[WARNING] Unable to get resource 'org.apache.ant:ant-launcher:pom:1.7.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
Downloading: http://download.java.net/maven/2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
[INFO] Unable to find resource 'org.apache.ant:ant-launcher:pom:1.7.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom
2K downloaded (ant-launcher-1.7.0.pom)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/cobertura/cobertura-runtime/1.9.4.1/cobertura-runtime-1.9.4.1.pom
1K downloaded (cobertura-runtime-1.9.4.1.pom)
Downloading: http://repo1.maven.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.pom
157b downloaded (java-getopt-1.0.9.pom)
Downloading: http://repository.jboss.com/maven2/junit/junit/4.10/junit-4.10.pom
[WARNING] Unable to get resource 'junit:junit:pom:4.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/junit/junit/4.10/junit-4.10.pom
Downloading: http://download.java.net/maven/2/junit/junit/4.10/junit-4.10.pom
[INFO] Unable to find resource 'junit:junit:pom:4.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.pom
2K downloaded (junit-4.10.pom)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.pom
5K downloaded (maven-reporting-impl-2.0.4.2.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.pom
3K downloaded (plexus-utils-2.0.2.pom)
Downloading: http://repo1.maven.org/maven2/net/sourceforge/cobertura/cobertura/1.9.4.1/cobertura-1.9.4.1.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/2.0.2/plexus-utils-2.0.2.jar
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.2/maven-reporting-impl-2.0.4.2.jar
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
Downloading: http://repo1.maven.org/maven2/urbanophile/java-getopt/1.0.9/java-getopt-1.0.9.jar
19K downloaded (maven-reporting-impl-2.0.4.2.jar)
52K downloaded (java-getopt-1.0.9.jar)
Downloading: http://repository.jboss.com/maven2/log4j/log4j/1.2.9/log4j-1.2.9.jar
Downloading: http://repository.jboss.com/maven2/asm/asm-tree/3.0/asm-tree-3.0.jar
217K downloaded (plexus-utils-2.0.2.jar)
442K downloaded (cobertura-1.9.4.1.jar)
[WARNING] Unable to get resource 'log4j:log4j:jar:1.2.9' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/log4j/log4j/1.2.9/log4j-1.2.9.jar
Downloading: http://download.java.net/maven/2/log4j/log4j/1.2.9/log4j-1.2.9.jar
[WARNING] Unable to get resource 'asm:asm-tree:jar:3.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-tree/3.0/asm-tree-3.0.jar
Downloading: http://download.java.net/maven/2/asm/asm-tree/3.0/asm-tree-3.0.jar
[INFO] Unable to find resource 'log4j:log4j:jar:1.2.9' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/log4j/log4j/1.2.9/log4j-1.2.9.jar
[INFO] Unable to find resource 'asm:asm-tree:jar:3.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-tree/3.0/asm-tree-3.0.jar
21K downloaded (asm-tree-3.0.jar)
344K downloaded (log4j-1.2.9.jar)
[WARNING] Unable to get resource 'org.apache.ant:ant:jar:1.7.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
Downloading: http://download.java.net/maven/2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
[INFO] Unable to find resource 'org.apache.ant:ant:jar:1.7.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
1259K downloaded (ant-1.7.0.jar)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
[WARNING] Unable to get resource 'org.apache.ant:ant-launcher:jar:1.7.0' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
Downloading: http://download.java.net/maven/2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
[INFO] Unable to find resource 'org.apache.ant:ant-launcher:jar:1.7.0' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar
11K downloaded (ant-launcher-1.7.0.jar)
[INFO] [cobertura:instrument {execution: default}]
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Instrumenting 52 files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/generated-classes/cobertura
[cobertura] WARN [main] net.sourceforge.cobertura.instrument.ClassInstrumenter - No line number information found for class com.pholser.junit.quickcheck.internal.constraint.ConstraintEvaluator$1. Perhaps you need to compile with debug=true?
Cobertura: Saved information on 52 classes.
Instrument time: 374ms
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 105 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/test-classes
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.pholser.junit.quickcheck.generator.IntArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.401 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMaxWithGreaterSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMinTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsForHierarchyOfBigDecimalTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.pholser.junit.quickcheck.ForAllBigNumberTheoryParameterTypesTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsForHierarchyOfInterfaceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.pholser.junit.quickcheck.ForAllListTheoryParameterTypesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.81 sec
Running com.pholser.junit.quickcheck.generator.StringTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running com.pholser.junit.quickcheck.ForAllSetTheoryParameterTypesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.872 sec
Running com.pholser.junit.quickcheck.ForAllPrimitive2DArrayTheoryParameterTypesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec
Running com.pholser.junit.quickcheck.generator.LambdasTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.internal.ItemsUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.generator.ThreeDCharArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running com.pholser.junit.quickcheck.generator.ListOfExtendsShortTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.pholser.junit.quickcheck.internal.generator.MissingGeneratorForGivenTypeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running com.pholser.junit.quickcheck.generator.RangedBigIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMaxWithLesserSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec
Running com.pholser.junit.quickcheck.ForAllPrimitiveArrayTheoryParameterTypesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.923 sec
Running com.pholser.junit.quickcheck.internal.RandomElementFromItemsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running com.pholser.junit.quickcheck.ForAllDateTheoryParameterTypesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec
Running com.pholser.junit.quickcheck.internal.ReflectionTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.generator.ListOfHuhTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMinWithGreaterSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running com.pholser.junit.quickcheck.ForAllEnumTheoryParameterTypesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec
Running com.pholser.junit.quickcheck.generator.SetOfExtendsByteTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.pholser.junit.quickcheck.generator.WrapperByteTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.pholser.junit.quickcheck.generator.RangedBigIntegerNoMinTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.ForAllLambdaTheoryParameterTypesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.178 sec
Running com.pholser.junit.quickcheck.generator.WrapperCharacterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.DiscardRatioTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.MapOfIntegerToStringTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveIntegerArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.DateTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.generator.WrapperIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.pholser.junit.quickcheck.generator.SupplyingCallableGeneratorWithComponentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running com.pholser.junit.quickcheck.generator.BigDecimalTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.generator.WrapperLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.internal.ReflectionUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.pholser.junit.quickcheck.generator.WrapperShortTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveCharTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.generator.SetOfSuperFloatTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalWithGreaterSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.pholser.junit.quickcheck.ForAllMapTheoryParameterTypesTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 sec
Running com.pholser.junit.quickcheck.GeneratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.pholser.junit.quickcheck.generator.ArrayOfListOfHuhTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.FromOtherGeneratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveBooleanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.pholser.junit.quickcheck.generator.LambdasUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMinWithLesserSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running com.pholser.junit.quickcheck.generator.WrapperDoubleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running com.pholser.junit.quickcheck.ForAllPrimitive3DArrayTheoryParameterTypesTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running com.pholser.junit.quickcheck.random.GeneratingRandomValuesTest
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 sec
Running com.pholser.junit.quickcheck.ForAllNumberTheoryParameterTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsWithServiceLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running com.pholser.junit.quickcheck.generator.WrapperBooleanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.ForAllGenericArrayTheoryParameterTypesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running com.pholser.junit.quickcheck.generator.ListOfWrapperLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.internal.generator.ExplicitGeneratorsChosenWithEqualProbabilityTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.MarkedWithSpuriousConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.pholser.junit.quickcheck.generator.RangedDateTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveShortTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalWithLesserSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveByteTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.generator.RangedBigIntegerNoMaxTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running com.pholser.junit.quickcheck.ForAllReferenceArrayTheoryParameterTypesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.305 sec
Running com.pholser.junit.quickcheck.generator.ConstrainedPrimitiveIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running com.pholser.junit.quickcheck.generator.WrapperFloatTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running com.pholser.junit.quickcheck.internal.constraint.ConstraintEvaluatorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.ForAllPrimitiveTheoryParameterTypesTest
Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
Running com.pholser.junit.quickcheck.generator.BigDecimalWithSpecifiedPrecisionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running com.pholser.junit.quickcheck.generator.RangedBigDecimalNoMaxTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.generator.BigIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.internal.generator.RegisteringGeneratorsForHierarchyOfArrayListTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running com.pholser.junit.quickcheck.generator.SetOfEnumTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveFloatTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.generator.RangedPrimitiveIntegerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.generator.ListOfSuperLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running com.pholser.junit.quickcheck.generator.SetOfWrapperBooleanTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveDoubleTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running com.pholser.junit.quickcheck.internal.RangesUtilityClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running com.pholser.junit.quickcheck.ForAllSampleSizeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec
Running com.pholser.junit.quickcheck.EqualsHashCodeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec
Running com.pholser.junit.quickcheck.generator.SetOfHuhTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running com.pholser.junit.quickcheck.internal.generator.GenerationContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
Running com.pholser.junit.quickcheck.internal.generator.FindingGeneratorInvolvingTypeVariableTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running com.pholser.junit.quickcheck.generator.ListOfIntArrayTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running com.pholser.junit.quickcheck.generator.PrimitiveLongTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Results :
Tests run: 433, Failures: 0, Errors: 0, Skipped: 1
Flushing results...
Flushing results...
Flushing results done
Flushing results done
Cobertura: Loaded information on 52 classes.
Cobertura: Saved information on 52 classes.
Cobertura: Loaded information on 52 classes.
Cobertura: Saved information on 52 classes.
[INFO] [cobertura:check {execution: default}]
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 52 classes.
[INFO] All checks passed.
[INFO] Preparing findbugs:check
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/gmaven-mojo/1.4/gmaven-mojo-1.4.pom
2K downloaded (gmaven-mojo-1.4.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/gmaven/1.4/gmaven-1.4.pom
42K downloaded (gmaven-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-api:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-api:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.pom
1K downloaded (gmaven-runtime-api-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime/1.4/gmaven-runtime-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime/1.4/gmaven-runtime-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime/1.4/gmaven-runtime-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime/1.4/gmaven-runtime-1.4.pom
3K downloaded (gmaven-runtime-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.feature:gmaven-feature-api:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.feature:gmaven-feature-api:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.pom
1K downloaded (gmaven-feature-api-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature/1.4/gmaven-feature-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.feature:gmaven-feature:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature/1.4/gmaven-feature-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/feature/gmaven-feature/1.4/gmaven-feature-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.feature:gmaven-feature:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/feature/gmaven-feature/1.4/gmaven-feature-1.4.pom
1K downloaded (gmaven-feature-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-1.5:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-1.5:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.pom
2K downloaded (gmaven-runtime-1.5-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom
[WARNING] Unable to get resource 'org.slf4j:slf4j-api:pom:1.5.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom
Downloading: http://download.java.net/maven/2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom
[INFO] Unable to find resource 'org.slf4j:slf4j-api:pom:1.5.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.pom
2K downloaded (slf4j-api-1.5.10.pom)
Downloading: http://repository.jboss.com/maven2/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom
[WARNING] Unable to get resource 'org.slf4j:slf4j-parent:pom:1.5.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom
Downloading: http://download.java.net/maven/2/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom
[INFO] Unable to find resource 'org.slf4j:slf4j-parent:pom:1.5.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-parent/1.5.10/slf4j-parent-1.5.10.pom
8K downloaded (slf4j-parent-1.5.10.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.feature:gmaven-feature-support:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.feature:gmaven-feature-support:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.pom
1K downloaded (gmaven-feature-support-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-support:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-support:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.pom
2K downloaded (gmaven-runtime-support-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.pom
[WARNING] Unable to get resource 'org.sonatype.gshell:gshell-io:pom:2.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.pom
Downloading: http://download.java.net/maven/2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.pom
[INFO] Unable to find resource 'org.sonatype.gshell:gshell-io:pom:2.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.pom
1K downloaded (gshell-io-2.4.pom)
Downloading: http://repository.jboss.com/maven2/org/sonatype/gshell/gshell/2.4/gshell-2.4.pom
[WARNING] Unable to get resource 'org.sonatype.gshell:gshell:pom:2.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/sonatype/gshell/gshell/2.4/gshell-2.4.pom
Downloading: http://download.java.net/maven/2/org/sonatype/gshell/gshell/2.4/gshell-2.4.pom
[INFO] Unable to find resource 'org.sonatype.gshell:gshell:pom:2.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/sonatype/gshell/gshell/2.4/gshell-2.4.pom
17K downloaded (gshell-2.4.pom)
Downloading: http://repository.jboss.com/maven2/org/sonatype/gossip/gossip/1.3/gossip-1.3.pom
[WARNING] Unable to get resource 'org.sonatype.gossip:gossip:pom:1.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/sonatype/gossip/gossip/1.3/gossip-1.3.pom
Downloading: http://download.java.net/maven/2/org/sonatype/gossip/gossip/1.3/gossip-1.3.pom
[INFO] Unable to find resource 'org.sonatype.gossip:gossip:pom:1.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://jansi.fusesource.org/repo/release/org/sonatype/gossip/gossip/1.3/gossip-1.3.pom
[INFO] Unable to find resource 'org.sonatype.gossip:gossip:pom:1.3' in repository jansi (http://jansi.fusesource.org/repo/release)
Downloading: http://repo1.maven.org/maven2/org/sonatype/gossip/gossip/1.3/gossip-1.3.pom
19K downloaded (gossip-1.3.pom)
Downloading: http://repository.jboss.com/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom
[WARNING] Unable to get resource 'com.thoughtworks.qdox:qdox:pom:1.12' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom
Downloading: http://download.java.net/maven/2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom
[INFO] Unable to find resource 'com.thoughtworks.qdox:qdox:pom:1.12' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom
18K downloaded (qdox-1.12.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.pom
[WARNING] Unable to get resource 'org.codehaus.groovy:groovy-all-minimal:pom:1.5.8' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.pom
Downloading: http://download.java.net/maven/2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.pom
[INFO] Unable to find resource 'org.codehaus.groovy:groovy-all-minimal:pom:1.5.8' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.pom
17K downloaded (groovy-all-minimal-1.5.8.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[WARNING] Unable to get resource 'org.apache.ant:ant:pom:1.8.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
Downloading: http://download.java.net/maven/2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] Unable to find resource 'org.apache.ant:ant:pom:1.8.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
9K downloaded (ant-1.8.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[WARNING] Unable to get resource 'org.apache.ant:ant-parent:pom:1.8.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
Downloading: http://download.java.net/maven/2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] Unable to find resource 'org.apache.ant:ant-parent:pom:1.8.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
4K downloaded (ant-parent-1.8.2.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[WARNING] Unable to get resource 'org.apache.ant:ant-launcher:pom:1.8.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
Downloading: http://download.java.net/maven/2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] Unable to find resource 'org.apache.ant:ant-launcher:pom:1.8.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
2K downloaded (ant-launcher-1.8.2.pom)
Downloading: http://repository.jboss.com/maven2/jline/jline/0.9.94/jline-0.9.94.pom
[WARNING] Unable to get resource 'jline:jline:pom:0.9.94' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/jline/jline/0.9.94/jline-0.9.94.pom
Downloading: http://download.java.net/maven/2/jline/jline/0.9.94/jline-0.9.94.pom
[INFO] Unable to find resource 'jline:jline:pom:0.9.94' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/jline/jline/0.9.94/jline-0.9.94.pom
6K downloaded (jline-0.9.94.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-settings:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-settings:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom
2K downloaded (maven-settings-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-model:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom
3K downloaded (maven-model-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-interpolation:pom:1.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-interpolation:pom:1.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom
1K downloaded (plexus-interpolation-1.1.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-profile:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-profile:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom
2K downloaded (maven-profile-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-artifact-manager:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-artifact-manager:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom
2K downloaded (maven-artifact-manager-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-repository-metadata:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-repository-metadata:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom
2K downloaded (maven-repository-metadata-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-artifact:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-artifact:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom
1K downloaded (maven-artifact-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-plugin-registry:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-plugin-registry:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom
1K downloaded (maven-plugin-registry-2.0.10.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/gmaven-plugin/1.4/gmaven-plugin-1.4.pom
10K downloaded (gmaven-plugin-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.pom
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-loader:pom:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.pom
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-loader:pom:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.pom
2K downloaded (gmaven-runtime-loader-1.4.pom)
Downloading: http://repository.jboss.com/maven2/org/sonatype/gossip/gossip/1.2/gossip-1.2.pom
[WARNING] Unable to get resource 'org.sonatype.gossip:gossip:pom:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/sonatype/gossip/gossip/1.2/gossip-1.2.pom
Downloading: http://download.java.net/maven/2/org/sonatype/gossip/gossip/1.2/gossip-1.2.pom
[INFO] Unable to find resource 'org.sonatype.gossip:gossip:pom:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/sonatype/gossip/gossip/1.2/gossip-1.2.pom
18K downloaded (gossip-1.2.pom)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-classworlds:pom:2.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-classworlds:pom:2.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
3K downloaded (plexus-classworlds-2.4.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-plugin-descriptor:pom:2.0.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.pom
[INFO] Unable to find resource 'org.apache.maven:maven-plugin-descriptor:pom:2.0.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.10/maven-plugin-descriptor-2.0.10.pom
2K downloaded (maven-plugin-descriptor-2.0.10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
[WARNING] Unable to get resource 'org.apache.maven.reporting:maven-reporting-impl:pom:2.0.4.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
[INFO] Unable to find resource 'org.apache.maven.reporting:maven-reporting-impl:pom:2.0.4.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.4.1/maven-reporting-impl-2.0.4.1.pom
2K downloaded (maven-reporting-impl-2.0.4.1.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-core:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-core:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.0-alpha-10/doxia-core-1.0-alpha-10.pom
2K downloaded (doxia-core-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-site-renderer:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-site-renderer:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-10/doxia-site-renderer-1.0-alpha-10.pom
4K downloaded (doxia-site-renderer-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-sitetools:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-sitetools:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0-alpha-10/doxia-sitetools-1.0-alpha-10.pom
7K downloaded (doxia-sitetools-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-decoration-model:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-decoration-model:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0-alpha-10/doxia-decoration-model-1.0-alpha-10.pom
2K downloaded (doxia-decoration-model-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-apt:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-apt:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0-alpha-10/doxia-module-apt-1.0-alpha-10.pom
2K downloaded (doxia-module-apt-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-modules:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-modules:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-modules/1.0-alpha-10/doxia-modules-1.0-alpha-10.pom
2K downloaded (doxia-modules-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-fml:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0-alpha-10/doxia-module-fml-1.0-alpha-10.pom
2K downloaded (doxia-module-fml-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-xdoc:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-xdoc:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0-alpha-10/doxia-module-xdoc-1.0-alpha-10.pom
2K downloaded (doxia-module-xdoc-1.0-alpha-10.pom)
Downloading: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
[WARNING] Unable to get resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.0-alpha-10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
Downloading: http://download.java.net/maven/2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
[INFO] Unable to find resource 'org.apache.maven.doxia:doxia-module-xhtml:pom:1.0-alpha-10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0-alpha-10/doxia-module-xhtml-1.0-alpha-10.pom
1K downloaded (doxia-module-xhtml-1.0-alpha-10.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/1.7.4/groovy-all-1.7.4.pom
26K downloaded (groovy-all-1.7.4.pom)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/findbugs-ant/2.0.1/findbugs-ant-2.0.1.pom
1K downloaded (findbugs-ant-2.0.1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.pom
[WARNING] Unable to get resource 'com.google.code.findbugs:findbugs:pom:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.pom
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.pom
[INFO] Unable to find resource 'com.google.code.findbugs:findbugs:pom:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.pom
2K downloaded (findbugs-2.0.1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.pom
[WARNING] Unable to get resource 'com.google.code.findbugs:bcel:pom:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.pom
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.pom
[INFO] Unable to find resource 'com.google.code.findbugs:bcel:pom:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.pom
956b downloaded (bcel-2.0.1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
[WARNING] Unable to get resource 'com.google.code.findbugs:jFormatString:pom:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
[INFO] Unable to find resource 'com.google.code.findbugs:jFormatString:pom:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.pom
950b downloaded (jFormatString-2.0.1.pom)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom
[WARNING] Unable to get resource 'com.google.code.findbugs:annotations:pom:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom
[INFO] Unable to find resource 'com.google.code.findbugs:annotations:pom:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.pom
764b downloaded (annotations-2.0.1.pom)
Downloading: http://repository.jboss.com/maven2/asm/asm/3.3/asm-3.3.pom
[WARNING] Unable to get resource 'asm:asm:pom:3.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm/3.3/asm-3.3.pom
Downloading: http://download.java.net/maven/2/asm/asm/3.3/asm-3.3.pom
[INFO] Unable to find resource 'asm:asm:pom:3.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm/3.3/asm-3.3.pom
264b downloaded (asm-3.3.pom)
Downloading: http://repository.jboss.com/maven2/asm/asm-parent/3.3/asm-parent-3.3.pom
[WARNING] Unable to get resource 'asm:asm-parent:pom:3.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-parent/3.3/asm-parent-3.3.pom
Downloading: http://download.java.net/maven/2/asm/asm-parent/3.3/asm-parent-3.3.pom
[INFO] Unable to find resource 'asm:asm-parent:pom:3.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-parent/3.3/asm-parent-3.3.pom
4K downloaded (asm-parent-3.3.pom)
Downloading: http://repository.jboss.com/maven2/asm/asm-tree/3.3/asm-tree-3.3.pom
[WARNING] Unable to get resource 'asm:asm-tree:pom:3.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-tree/3.3/asm-tree-3.3.pom
Downloading: http://download.java.net/maven/2/asm/asm-tree/3.3/asm-tree-3.3.pom
[INFO] Unable to find resource 'asm:asm-tree:pom:3.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-tree/3.3/asm-tree-3.3.pom
404b downloaded (asm-tree-3.3.pom)
Downloading: http://repository.jboss.com/maven2/asm/asm-commons/3.3/asm-commons-3.3.pom
[WARNING] Unable to get resource 'asm:asm-commons:pom:3.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-commons/3.3/asm-commons-3.3.pom
Downloading: http://download.java.net/maven/2/asm/asm-commons/3.3/asm-commons-3.3.pom
[INFO] Unable to find resource 'asm:asm-commons:pom:3.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-commons/3.3/asm-commons-3.3.pom
415b downloaded (asm-commons-3.3.pom)
Downloading: http://repo1.maven.org/maven2/jgoodies/plastic/1.2.0/plastic-1.2.0.pom
149b downloaded (plastic-1.2.0.pom)
Downloading: http://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
3K downloaded (plexus-build-api-0.0.7.pom)
Downloading: http://repo1.maven.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
8K downloaded (spice-parent-15.pom)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/gmaven-mojo/1.4/gmaven-mojo-1.4.jar
Downloading: http://repo1.maven.org/maven2/jgoodies/plastic/1.2.0/plastic-1.2.0.jar
Downloading: http://repository.jboss.com/maven2/jline/jline/0.9.94/jline-0.9.94.jar
Downloading: http://repository.jboss.com/maven2/org/sonatype/gossip/gossip/1.2/gossip-1.2.jar
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
9K downloaded (gmaven-mojo-1.4.jar)
Downloading: http://repository.jboss.com/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar
227K downloaded (plastic-1.2.0.jar)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.jar
[WARNING] Unable to get resource 'org.apache.ant:ant:jar:1.8.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
Downloading: http://download.java.net/maven/2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[WARNING] Unable to get resource 'jline:jline:jar:0.9.94' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/jline/jline/0.9.94/jline-0.9.94.jar
Downloading: http://download.java.net/maven/2/jline/jline/0.9.94/jline-0.9.94.jar
[WARNING] Unable to get resource 'org.sonatype.gossip:gossip:jar:1.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/sonatype/gossip/gossip/1.2/gossip-1.2.jar
Downloading: http://download.java.net/maven/2/org/sonatype/gossip/gossip/1.2/gossip-1.2.jar
[WARNING] Unable to get resource 'com.thoughtworks.qdox:qdox:jar:1.12' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar
Downloading: http://download.java.net/maven/2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar
[WARNING] Unable to get resource 'org.codehaus.gmaven.feature:gmaven-feature-api:jar:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.jar
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.jar
[INFO] Unable to find resource 'org.apache.ant:ant:jar:1.8.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] Unable to find resource 'jline:jline:jar:0.9.94' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/jline/jline/0.9.94/jline-0.9.94.jar
[INFO] Unable to find resource 'org.sonatype.gossip:gossip:jar:1.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/sonatype/gossip/gossip/1.2/gossip-1.2.jar
[INFO] Unable to find resource 'com.thoughtworks.qdox:qdox:jar:1.12' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar
85K downloaded (jline-0.9.94.jar)
Downloading: http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-core/1.1.3/doxia-core-1.1.3.jar
[INFO] Unable to find resource 'org.codehaus.gmaven.feature:gmaven-feature-api:jar:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/feature/gmaven-feature-api/1.4/gmaven-feature-api-1.4.jar
74K downloaded (gossip-1.2.jar)
Downloading: http://repository.jboss.com/maven2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.jar
175K downloaded (qdox-1.12.jar)
155K downloaded (doxia-core-1.1.3.jar)
Downloading: http://repo1.maven.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
Downloading: http://repository.jboss.com/maven2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.jar
8K downloaded (plexus-build-api-0.0.7.jar)
17K downloaded (gmaven-feature-api-1.4.jar)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/findbugs-ant/2.0.1/findbugs-ant-2.0.1.jar
Downloading: http://repository.jboss.com/maven2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.jar
28K downloaded (findbugs-ant-2.0.1.jar)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.jar
[WARNING] Unable to get resource 'org.slf4j:slf4j-api:jar:1.5.10' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.jar
Downloading: http://download.java.net/maven/2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.jar
[WARNING] Unable to get resource 'org.sonatype.gshell:gshell-io:jar:2.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.jar
Downloading: http://download.java.net/maven/2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.jar
[INFO] Unable to find resource 'org.slf4j:slf4j-api:jar:1.5.10' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.5.10/slf4j-api-1.5.10.jar
[WARNING] Unable to get resource 'org.codehaus.groovy:groovy-all-minimal:jar:1.5.8' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.jar
Downloading: http://download.java.net/maven/2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.jar
23K downloaded (slf4j-api-1.5.10.jar)
Downloading: http://repository.jboss.com/maven2/asm/asm/3.3/asm-3.3.jar
[INFO] Unable to find resource 'org.sonatype.gshell:gshell-io:jar:2.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/sonatype/gshell/gshell-io/2.4/gshell-io-2.4.jar
1888K downloaded (ant-1.8.2.jar)
Downloading: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[INFO] Unable to find resource 'org.codehaus.groovy:groovy-all-minimal:jar:1.5.8' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all-minimal/1.5.8/groovy-all-minimal-1.5.8.jar
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-api:jar:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.jar
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.jar
28K downloaded (gshell-io-2.4.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/gmaven-plugin/1.4/gmaven-plugin-1.4.jar
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-api:jar:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-api/1.4/gmaven-runtime-api-1.4.jar
71K downloaded (gmaven-plugin-1.4.jar)
[WARNING] Unable to get resource 'asm:asm:jar:3.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm/3.3/asm-3.3.jar
Downloading: http://download.java.net/maven/2/asm/asm/3.3/asm-3.3.jar
21K downloaded (gmaven-runtime-api-1.4.jar)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.jar
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-classworlds:jar:2.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading: http://download.java.net/maven/2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.jar
[INFO] Unable to find resource 'asm:asm:jar:3.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm/3.3/asm-3.3.jar
42K downloaded (asm-3.3.jar)
Downloading: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] Unable to find resource 'org.codehaus.plexus:plexus-classworlds:jar:2.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
45K downloaded (plexus-classworlds-2.4.jar)
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.jar
[WARNING] Unable to get resource 'org.codehaus.gmaven.feature:gmaven-feature-support:jar:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.jar
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.jar
[WARNING] Unable to get resource 'com.google.code.findbugs:findbugs:jar:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.jar
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.jar
[INFO] Unable to find resource 'org.codehaus.gmaven.feature:gmaven-feature-support:jar:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/feature/gmaven-feature-support/1.4/gmaven-feature-support-1.4.jar
[WARNING] Unable to get resource 'org.apache.ant:ant-launcher:jar:1.8.2' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
Downloading: http://download.java.net/maven/2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
2821K downloaded (groovy-all-minimal-1.5.8.jar)
Downloading: http://repository.jboss.com/maven2/asm/asm-tree/3.3/asm-tree-3.3.jar
13K downloaded (gmaven-feature-support-1.4.jar)
Downloading: http://repo1.maven.org/maven2/org/codehaus/groovy/groovy-all/1.7.4/groovy-all-1.7.4.jar
[INFO] Unable to find resource 'com.google.code.findbugs:findbugs:jar:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/findbugs/2.0.1/findbugs-2.0.1.jar
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-1.5:jar:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.jar
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.jar
[INFO] Unable to find resource 'org.apache.ant:ant-launcher:jar:1.8.2' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
12K downloaded (ant-launcher-1.8.2.jar)
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-1.5:jar:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-1.5/1.4/gmaven-runtime-1.5-1.4.jar
44K downloaded (gmaven-runtime-1.5-1.4.jar)
[WARNING] Unable to get resource 'asm:asm-tree:jar:3.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-tree/3.3/asm-tree-3.3.jar
Downloading: http://download.java.net/maven/2/asm/asm-tree/3.3/asm-tree-3.3.jar
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.jar
[INFO] Unable to find resource 'asm:asm-tree:jar:3.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-tree/3.3/asm-tree-3.3.jar
20K downloaded (asm-tree-3.3.jar)
Downloading: http://repository.jboss.com/maven2/asm/asm-commons/3.3/asm-commons-3.3.jar
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-support:jar:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.jar
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.jar
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-support:jar:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-support/1.4/gmaven-runtime-support-1.4.jar
[WARNING] Unable to get resource 'asm:asm-commons:jar:3.3' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/asm/asm-commons/3.3/asm-commons-3.3.jar
Downloading: http://download.java.net/maven/2/asm/asm-commons/3.3/asm-commons-3.3.jar
78K downloaded (gmaven-runtime-support-1.4.jar)
[INFO] Unable to find resource 'asm:asm-commons:jar:3.3' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/asm/asm-commons/3.3/asm-commons-3.3.jar
Downloading: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.jar
37K downloaded (asm-commons-3.3.jar)
[WARNING] Unable to get resource 'org.codehaus.gmaven.runtime:gmaven-runtime-loader:jar:1.4' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.jar
Downloading: http://download.java.net/maven/2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.jar
[INFO] Unable to find resource 'org.codehaus.gmaven.runtime:gmaven-runtime-loader:jar:1.4' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/org/codehaus/gmaven/runtime/gmaven-runtime-loader/1.4/gmaven-runtime-loader-1.4.jar
3351K downloaded (findbugs-2.0.1.jar)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.jar
24K downloaded (gmaven-runtime-loader-1.4.jar)
[WARNING] Unable to get resource 'com.google.code.findbugs:bcel:jar:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.jar
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.jar
[INFO] Unable to find resource 'com.google.code.findbugs:bcel:jar:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/bcel/2.0.1/bcel-2.0.1.jar
5244K downloaded (groovy-all-1.7.4.jar)
570K downloaded (bcel-2.0.1.jar)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.jar
[WARNING] Unable to get resource 'com.google.code.findbugs:jFormatString:jar:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.jar
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.jar
[INFO] Unable to find resource 'com.google.code.findbugs:jFormatString:jar:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/jFormatString/2.0.1/jFormatString-2.0.1.jar
26K downloaded (jFormatString-2.0.1.jar)
Downloading: http://repository.jboss.com/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
[WARNING] Unable to get resource 'com.google.code.findbugs:annotations:jar:2.0.1' from repository jboss (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
Downloading: http://download.java.net/maven/2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
[INFO] Unable to find resource 'com.google.code.findbugs:annotations:jar:2.0.1' in repository java.net (http://download.java.net/maven/2)
Downloading: http://repo1.maven.org/maven2/com/google/code/findbugs/annotations/2.0.1/annotations-2.0.1.jar
72K downloaded (annotations-2.0.1.jar)
[INFO] [findbugs:findbugs {execution: findbugs}]
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] [findbugs:check {execution: default}]
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/junit-quickcheck-core-0.1-SNAPSHOT.jar to /Users/duncan/.m2/repository/com/pholser/junit-quickcheck-core/0.1-SNAPSHOT/junit-quickcheck-core-0.1-SNAPSHOT.jar
[INFO] Installing /Users/duncan/Documents/Work/approvals/junit-quickcheck/core/target/junit-quickcheck-core-0.1-SNAPSHOT-tests.jar to /Users/duncan/.m2/repository/com/pholser/junit-quickcheck-core/0.1-SNAPSHOT/junit-quickcheck-core-0.1-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building junit-quickcheck-guava
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/eu/somatik/serviceloader-maven-plugin/serviceloader-maven-plugin/1.0.2/serviceloader-maven-plugin-1.0.2.pom
4K downloaded (serviceloader-maven-plugin-1.0.2.pom)
Downloading: http://repo1.maven.org/maven2/eu/somatik/serviceloader-maven-plugin/serviceloader-maven-plugin/1.0.2/serviceloader-maven-plugin-1.0.2.jar
9K downloaded (serviceloader-maven-plugin-1.0.2.jar)
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/classes
[INFO] [checkstyle:check {execution: default}]
[INFO]
[INFO] Preparing pmd:cpd-check
[INFO] [pmd:cpd {execution: cpd}]
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [pmd:cpd-check {execution: default}]
[INFO]
[INFO] [serviceloader:generate {execution: default}]
[INFO] Scanning generated classes for implementations...
[INFO] Generating service file /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/classes/META-INF/services/com.pholser.junit.quickcheck.generator.Generator
[INFO] + com.pholser.junit.quickcheck.guava.generator.FunctionGenerator
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.pholser.junit.quickcheck.guava.generator.ForAllFunctionTheoryParameterTypesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.245 sec
Running com.pholser.junit.quickcheck.guava.generator.FunctionOfStringToIntTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/junit-quickcheck-guava-0.1-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/junit-quickcheck-guava-0.1-SNAPSHOT-tests.jar
[INFO] Preparing cobertura:check
[WARNING] Removing: check from forked lifecycle, to prevent recursive invocation.
[WARNING] Removing: cpd-check from forked lifecycle, to prevent recursive invocation.
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/classes
[INFO] [checkstyle:check {execution: default}]
[INFO]
[INFO] [serviceloader:generate {execution: default}]
[INFO] Scanning generated classes for implementations...
[INFO] Generating service file /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/classes/META-INF/services/com.pholser.junit.quickcheck.generator.Generator
[INFO] + com.pholser.junit.quickcheck.guava.generator.FunctionGenerator
[INFO] [cobertura:instrument {execution: default}]
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Instrumenting 1 file to /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/generated-classes/cobertura
Cobertura: Saved information on 1 classes.
Instrument time: 97ms
[INFO] Instrumentation was successful.
[INFO] NOT adding cobertura ser file to attached artifacts list.
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.pholser.junit.quickcheck.guava.generator.ForAllFunctionTheoryParameterTypesTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.86 sec
Running com.pholser.junit.quickcheck.guava.generator.FunctionOfStringToIntTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec
Results :
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
Flushing results...
Flushing results done
Cobertura: Loaded information on 1 classes.
Cobertura: Saved information on 1 classes.
[INFO] [cobertura:check {execution: default}]
[INFO] Cobertura 1.9.4.1 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file
Cobertura: Loaded information on 1 classes.
[INFO] All checks passed.
[INFO] Preparing findbugs:check
[INFO] [findbugs:findbugs {execution: findbugs}]
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] [findbugs:check {execution: default}]
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/junit-quickcheck-guava-0.1-SNAPSHOT.jar to /Users/duncan/.m2/repository/com/pholser/junit-quickcheck-guava/0.1-SNAPSHOT/junit-quickcheck-guava-0.1-SNAPSHOT.jar
[INFO] Installing /Users/duncan/Documents/Work/approvals/junit-quickcheck/guava/target/junit-quickcheck-guava-0.1-SNAPSHOT-tests.jar to /Users/duncan/.m2/repository/com/pholser/junit-quickcheck-guava/0.1-SNAPSHOT/junit-quickcheck-guava-0.1-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building junit-quickcheck-examples
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: enforce-maven}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 4 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 3 source files to /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/target/junit-quickcheck-examples-0.1-SNAPSHOT.jar
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/target/junit-quickcheck-examples-0.1-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/target/junit-quickcheck-examples-0.1-SNAPSHOT.jar to /Users/duncan/.m2/repository/com/pholser/junit-quickcheck-examples/0.1-SNAPSHOT/junit-quickcheck-examples-0.1-SNAPSHOT.jar
[INFO] Installing /Users/duncan/Documents/Work/approvals/junit-quickcheck/examples/target/junit-quickcheck-examples-0.1-SNAPSHOT-tests.jar to /Users/duncan/.m2/repository/com/pholser/junit-quickcheck-examples/0.1-SNAPSHOT/junit-quickcheck-examples-0.1-SNAPSHOT-tests.jar
[INFO]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] junit-quickcheck ...................................... SUCCESS [7.823s]
[INFO] junit-quickcheck-core ................................. SUCCESS [4:25.168s]
[INFO] junit-quickcheck-guava ................................ SUCCESS [23.408s]
[INFO] junit-quickcheck-examples ............................. SUCCESS [0.888s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 57 seconds
[INFO] Finished at: Sat Jun 29 09:39:10 BST 2013
[INFO] Final Memory: 68M/131M
[INFO] ------------------------------------------------------------------------
~/Documents/Work/approvals/junit-quickcheck
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment