I runned from cmd and I think it is the same output.
On Fri, May 23, 2014 at 2:30 PM, Andrew Phillips <andr...@apache.org> wrote: > from eclipse >> > > Then I suspect we still have something on the command line that maybe is > either in the project config cache, or is not being managed via Maven. > Could you try to compile and run this project from the command line, and > see if you get the same result? > > Thanks! > > ap >
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T15:37:52-03:00) Maven home: C:\Program Files\apache-maven-3.2.1\bin\.. Java version: 1.7.0_45, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_45\jre Default locale: pt_BR, platform encoding: Cp1252 OS name: "windows 8", version: "6.2", arch: "amd64", family: "windows" [INFO] Error stacktraces are turned on. [DEBUG] Reading global settings from C:\Program Files\apache-maven-3.2.1\bin\..\conf\settings.xml [DEBUG] Reading user settings from C:\Users\Leandro\.m2\settings.xml [DEBUG] Using local repository at C:\Users\Leandro\.m2\repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\Leandro\.m2\repository [INFO] Scanning for projects... [DEBUG] Extension realms for project org.jscsi:target:jar:2.5-SNAPSHOT: (none) [DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null] [DEBUG] Resolving plugin prefix dependency from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix dependency to org.apache.maven.plugins:maven-dependency-plugin from POM org.jscsi:target:jar:2.5-SNAPSHOT [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: org.jscsi:target:jar:2.5-SNAPSHOT [DEBUG] Tasks: [dependency:resolve] [DEBUG] Style: Regular [DEBUG] ======================================================================= [INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Target 2.5-SNAPSHOT [INFO] ------------------------------------------------------------------------ [DEBUG] Resolving plugin prefix dependency from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix dependency to org.apache.maven.plugins:maven-dependency-plugin from POM org.jscsi:target:jar:2.5-SNAPSHOT [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: org.jscsi:target:2.5-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [test] [DEBUG] Repositories (dependencies): [ustore-localrepo (http://10.0.1.202:8080/maven2, releases+snapshots), maven2-repository.java.net (http://download.java.net/maven/2/, releases+snapshots), repo1 (http://repo1.maven.org/maven2/, releases+snapshots), central (http://repo.maven.apache.org/maven2, releases)] [DEBUG] Repositories (plugins) : [central (http://repo.maven.apache.org/maven2, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.apache.maven.plugins:maven-dependency-plugin:2.4:resolve (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?> <configuration> <appendOutput default-value="false">${appendOutput}</appendOutput> <classifier default-value="">${classifier}</classifier> <excludeArtifactIds default-value="">${excludeArtifactIds}</excludeArtifactIds> <excludeClassifiers default-value="">${excludeClassifiers}</excludeClassifiers> <excludeGroupIds default-value="">${excludeGroupIds}</excludeGroupIds> <excludeScope default-value="">${excludeScope}</excludeScope> <excludeTransitive default-value="false">${excludeTransitive}</excludeTransitive> <excludeTypes default-value="">${excludeTypes}</excludeTypes> <includeArtifactIds default-value="">${includeArtifactIds}</includeArtifactIds> <includeClassifiers default-value="">${includeClassifiers}</includeClassifiers> <includeGroupIds default-value="">${includeGroupIds}</includeGroupIds> <includeScope default-value="">${includeScope}</includeScope> <includeTypes default-value="">${includeTypes}</includeTypes> <local>${localRepository}</local> <markersDirectory default-value="${project.build.directory}/dependency-maven-plugin-markers">${markersDirectory}</markersDirectory> <outputAbsoluteArtifactFilename default-value="false">${outputAbsoluteArtifactFilename}</outputAbsoluteArtifactFilename> <outputFile>${outputFile}</outputFile> <outputScope default-value="true">${mdep.outputScope}</outputScope> <overWriteIfNewer default-value="true">${overWriteIfNewer}</overWriteIfNewer> <overWriteReleases default-value="false">${overWriteReleases}</overWriteReleases> <overWriteSnapshots default-value="false">${overWriteSnapshots}</overWriteSnapshots> <prependGroupId default-value="false">${mdep.prependGroupId}</prependGroupId> <project>${project}</project> <reactorProjects>${reactorProjects}</reactorProjects> <remoteRepos>${project.remoteArtifactRepositories}</remoteRepos> <silent default-value="false">${silent}</silent> <type default-value="java-source">${type}</type> </configuration> [DEBUG] ======================================================================= [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=7, ConflictMarker.markTime=3, ConflictMarker.nodeCount=596, ConflictIdSorter.graphTime=4, ConflictIdSorter.topsortTime=2, ConflictIdSorter.conflictIdCount=145, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=324, ConflictResolver.conflictItemCount=255, DefaultDependencyCollector.collectTime=1448, DefaultDependencyCollector.transformTime=344} [DEBUG] org.jscsi:target:jar:2.5-SNAPSHOT [DEBUG] mysql:mysql-connector-java:jar:5.1.6:compile [DEBUG] org.springframework:spring-core:jar:3.2.2.RELEASE:compile [DEBUG] commons-logging:commons-logging:jar:1.1.1:compile [DEBUG] org.springframework:spring-context:jar:3.2.2.RELEASE:compile [DEBUG] org.springframework:spring-expression:jar:3.2.2.RELEASE:compile [DEBUG] org.springframework:spring-aop:jar:3.2.2.RELEASE:compile [DEBUG] aopalliance:aopalliance:jar:1.0:compile [DEBUG] org.springframework:spring-beans:jar:3.2.2.RELEASE:compile [DEBUG] org.springframework:spring-test:jar:3.2.2.RELEASE:compile [DEBUG] org.springframework.batch:spring-batch-core:jar:2.2.0.RELEASE:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.3:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] org.codehaus.jettison:jettison:jar:1.1:compile [DEBUG] org.springframework:spring-tx:jar:3.2.0.RELEASE:compile [DEBUG] org.springframework.batch:spring-batch-infrastructure:jar:2.2.0.RELEASE:compile [DEBUG] org.springframework.retry:spring-retry:jar:1.0.2.RELEASE:compile [DEBUG] org.jscsi:commons:jar:2.5:compile [DEBUG] org.slf4j:slf4j-api:jar:1.7.2:compile [DEBUG] org.slf4j:slf4j-simple:jar:1.7.2:compile [DEBUG] org.aspectj:aspectjrt:jar:1.7.2:compile [DEBUG] org.mockito:mockito-core:jar:1.9.5-rc1:test [DEBUG] org.hamcrest:hamcrest-core:jar:1.1:compile [DEBUG] org.objenesis:objenesis:jar:1.0:test [DEBUG] org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile [DEBUG] org.hibernate:hibernate-core:jar:3.3.1.GA:compile [DEBUG] antlr:antlr:jar:2.7.6:compile [DEBUG] commons-collections:commons-collections:jar:3.1:compile [DEBUG] dom4j:dom4j:jar:1.6.1:compile [DEBUG] javax.transaction:jta:jar:1.1:compile [DEBUG] org.hibernate:hibernate-annotations:jar:3.3.1.GA:compile [DEBUG] org.hibernate:hibernate:jar:3.2.6.ga:compile [DEBUG] net.sf.ehcache:ehcache:jar:1.2.3:compile [DEBUG] asm:asm-attrs:jar:1.5.3:compile [DEBUG] asm:asm:jar:1.5.3:compile [DEBUG] org.hibernate:hibernate-commons-annotations:jar:3.0.0.ga:compile [DEBUG] re.usto:p2p_lib:jar:DEV:compile [DEBUG] org.slf4j:slf4j-log4j12:jar:1.7.2:compile [DEBUG] re.usto:p2p_jxta:jar:DEV:compile [DEBUG] bouncycastle:bcprov-jdk14:jar:140:compile [DEBUG] org.eclipse.jetty:jetty-server:jar:9.0.6.v20130930:compile [DEBUG] org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:compile [DEBUG] org.eclipse.jetty:jetty-http:jar:9.0.6.v20130930:compile [DEBUG] org.eclipse.jetty:jetty-util:jar:9.0.6.v20130930:compile [DEBUG] org.eclipse.jetty:jetty-io:jar:9.0.6.v20130930:compile [DEBUG] org.eclipse.jetty:jetty-servlet:jar:9.0.6.v20130930:compile [DEBUG] org.eclipse.jetty:jetty-security:jar:9.0.6.v20130930:compile [DEBUG] log4j:log4j:jar:1.2.16:compile [DEBUG] org.gnu:gnu-crypto:jar:2.0.1:compile [DEBUG] org.apache.lucene:lucene-core:jar:3.6.1:compile [DEBUG] org.htmlparser:htmlparser:jar:2.1:compile [DEBUG] org.htmlparser:htmllexer:jar:2.1:compile [DEBUG] org.apache.tika:tika-core:jar:1.3:compile [DEBUG] org.apache.tika:tika-parsers:jar:1.3:compile [DEBUG] org.gagravarr:vorbis-java-tika:jar:0.1:compile [DEBUG] org.gagravarr:vorbis-java-core:jar:tests:0.1:test,provided [DEBUG] edu.ucar:netcdf:jar:4.2-min:compile [DEBUG] org.apache.james:apache-mime4j-core:jar:0.7.2:compile [DEBUG] org.apache.james:apache-mime4j-dom:jar:0.7.2:compile [DEBUG] org.apache.commons:commons-compress:jar:1.4.1:compile [DEBUG] org.tukaani:xz:jar:1.0:compile [DEBUG] commons-codec:commons-codec:jar:1.5:compile [DEBUG] org.apache.pdfbox:pdfbox:jar:1.7.1:compile [DEBUG] org.apache.pdfbox:fontbox:jar:1.7.1:compile [DEBUG] org.apache.pdfbox:jempbox:jar:1.7.1:compile [DEBUG] org.bouncycastle:bcmail-jdk15:jar:1.45:compile [DEBUG] org.bouncycastle:bcprov-jdk15:jar:1.45:compile [DEBUG] org.apache.poi:poi:jar:3.8:compile [DEBUG] org.apache.poi:poi-scratchpad:jar:3.8:compile [DEBUG] org.apache.poi:poi-ooxml:jar:3.8:compile [DEBUG] org.apache.poi:poi-ooxml-schemas:jar:3.8:compile [DEBUG] org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile [DEBUG] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1:compile [DEBUG] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile [DEBUG] com.googlecode.mp4parser:isoparser:jar:1.0-RC-1:compile [DEBUG] com.drewnoakes:metadata-extractor:jar:2.6.2:compile [DEBUG] com.adobe.xmp:xmpcore:jar:5.1.2:compile [DEBUG] de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile [DEBUG] rome:rome:jar:0.9:compile [DEBUG] jdom:jdom:jar:1.0:compile [DEBUG] org.gagravarr:vorbis-java-core:jar:0.1:compile [DEBUG] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile [DEBUG] commons-lang:commons-lang:jar:2.3:compile [DEBUG] org.apache.ant:ant:jar:1.8.4:compile [DEBUG] org.apache.ant:ant-launcher:jar:1.8.4:compile [DEBUG] org.apache.commons:commons-math3:jar:3.0:compile [DEBUG] me.prettyprint:hector-core:jar:1.0-1:compile [DEBUG] commons-pool:commons-pool:jar:1.5.3:compile [DEBUG] org.apache.cassandra:cassandra-thrift:jar:1.0.0:compile [DEBUG] com.github.stephenc.eaio-uuid:uuid:jar:3.2.0:compile [DEBUG] com.ecyrd.speed4j:speed4j:jar:0.9:compile [DEBUG] org.springframework:spring-orm:jar:3.0.0.RELEASE:compile [DEBUG] org.springframework:spring-jdbc:jar:3.0.0.RELEASE:compile [DEBUG] net.jradius:jradius-core:jar:1.1.3:compile [DEBUG] net.jradius:jradius-dictionary:jar:1.1.3:compile [DEBUG] net.jradius:jradius-extended:jar:1.1.3:compile [DEBUG] javax.mail:mail:jar:1.4.5:compile [DEBUG] javax.activation:activation:jar:1.1:compile [DEBUG] com.sun.mail:smtp:jar:1.4.5:compile [DEBUG] joda-time:joda-time:jar:1.6:compile [DEBUG] org.bouncycastle:bcprov-jdk15on:jar:1.50:compile [DEBUG] org.bouncycastle:bcpkix-jdk15on:jar:1.50:compile [DEBUG] re.usto:p2p_client:jar:DEV:compile [DEBUG] re.usto:ustore-schemas:jar:1.0:compile [DEBUG] junit:junit:jar:4.11:compile [DEBUG] org.springframework:spring-context-support:jar:3.0.0.RELEASE:compile [DEBUG] org.apache.thrift:libthrift:jar:0.9.0:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.1.3:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.1.3:compile [DEBUG] org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11:compile [DEBUG] org.codehaus.jackson:jackson-core-asl:jar:1.9.11:compile [DEBUG] xmlbeans:xbean:jar:2.3.0:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.12:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.12:compile [DEBUG] com.h2database:h2:jar:1.3.170:compile [DEBUG] dedupeer:dedupeer:jar:0.1:compile [DEBUG] javax.mail:mailapi:jar:1.4.3:compile [DEBUG] org.swinglabs.swingx:swingx-all:jar:1.6.4:compile [DEBUG] jshortcut:jshortcut:jar:0.4:compile [DEBUG] commons-dbcp:commons-dbcp:jar:1.1:compile [DEBUG] javax.sql:jdbc-stdext:jar:2.0:compile [DEBUG] xerces:xercesImpl:jar:2.0.2:compile [DEBUG] javassist:javassist:jar:3.4.GA:compile [DEBUG] cglib:cglib-nodep:jar:2.2:compile [DEBUG] org.umbrelacorp:molecular:jar:2.0:compile [DEBUG] org.apache.directory.studio:org.apache.commons.lang:jar:2.6:compile [DEBUG] c3p0:c3p0:jar:0.9.1.2:compile [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] log4j:apache-log4j-extras:jar:1.2.17:compile [DEBUG] org.apache.jclouds:jclouds-blobstore:jar:1.7.2:compile [DEBUG] org.apache.jclouds:jclouds-core:jar:1.7.2:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.google.inject.extensions:guice-assistedinject:jar:3.0:compile [DEBUG] com.google.inject:guice:jar:3.0:compile [DEBUG] org.99soft.guice:rocoto:jar:6.2:compile [DEBUG] javax.inject:javax.inject:jar:1:compile [DEBUG] javax.annotation:jsr250-api:jar:1.0:compile [DEBUG] org.apache.jclouds.api:filesystem:jar:1.7.2:compile [DEBUG] com.google.guava:guava:jar:15.0:compile [INFO] [INFO] --- maven-dependency-plugin:2.4:resolve (default-cli) @ target --- [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: javax.enterprise.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Populating class realm maven.api [DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=21, ConflictMarker.markTime=5, ConflictMarker.nodeCount=318, ConflictIdSorter.graphTime=7, ConflictIdSorter.topsortTime=0, ConflictIdSorter.conflictIdCount=57, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=91, ConflictResolver.conflictItemCount=170, DefaultDependencyCollector.collectTime=827, DefaultDependencyCollector.transformTime=124} [DEBUG] org.apache.maven.plugins:maven-dependency-plugin:jar:2.4: [DEBUG] org.apache.maven:maven-artifact:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-api:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-project:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-settings:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-profile:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-model:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-core:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-error-diagnostics:jar:2.0.9:compile [DEBUG] commons-cli:commons-cli:jar:1.0:compile [DEBUG] org.apache.maven:maven-plugin-descriptor:jar:2.0.9:compile [DEBUG] org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4:compile [DEBUG] org.apache.maven:maven-monitor:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.0.9:compile [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.0.9:compile [DEBUG] org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile [DEBUG] org.apache.maven.reporting:maven-reporting-impl:jar:2.0.5:compile [DEBUG] org.apache.maven.doxia:doxia-core:jar:1.0:compile [DEBUG] org.apache.maven.shared:maven-doxia-tools:jar:1.0.2:compile [DEBUG] commons-io:commons-io:jar:1.4:compile [DEBUG] commons-validator:commons-validator:jar:1.2.0:compile [DEBUG] commons-beanutils:commons-beanutils:jar:1.7.0:compile [DEBUG] commons-digester:commons-digester:jar:1.6:compile [DEBUG] commons-logging:commons-logging:jar:1.0.4:compile [DEBUG] oro:oro:jar:2.0.8:compile [DEBUG] xml-apis:xml-apis:jar:1.0.b2:compile [DEBUG] org.apache.maven.doxia:doxia-sink-api:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-site-renderer:jar:1.0:compile [DEBUG] org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile [DEBUG] org.codehaus.plexus:plexus-velocity:jar:1.1.7:compile [DEBUG] org.apache.velocity:velocity:jar:1.5:compile [DEBUG] org.apache.maven.doxia:doxia-decoration-model:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-module-apt:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-module-fml:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-module-xdoc:jar:1.0:compile [DEBUG] org.apache.maven.doxia:doxia-module-xhtml:jar:1.0:compile [DEBUG] org.codehaus.plexus:plexus-archiver:jar:2.0:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0:compile [DEBUG] org.apache.maven.shared:file-management:jar:1.2.1:compile [DEBUG] org.apache.maven.shared:maven-shared-io:jar:1.1:compile [DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6:compile [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [DEBUG] junit:junit:jar:3.8.1:compile [DEBUG] org.codehaus.plexus:plexus-io:jar:2.0.1:compile [DEBUG] org.apache.maven.shared:maven-dependency-analyzer:jar:1.2:compile [DEBUG] asm:asm:jar:3.0:compile [DEBUG] org.apache.maven.shared:maven-dependency-tree:jar:1.2:compile [DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:1.2:compile [DEBUG] org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1:compile [DEBUG] org.apache.maven.shared:maven-invoker:jar:2.0.11:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-collections:commons-collections:jar:3.2.1:compile [DEBUG] classworlds:classworlds:jar:1.1:compile [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-dependency-plugin:2.4 [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-dependency-plugin:2.4 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-dependency-plugin:2.4 [DEBUG] Included: org.apache.maven.plugins:maven-dependency-plugin:jar:2.4 [DEBUG] Included: commons-cli:commons-cli:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-interactivity-api:jar:1.0-alpha-4 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-api:jar:3.0 [DEBUG] Included: org.apache.maven.reporting:maven-reporting-impl:jar:2.0.5 [DEBUG] Included: org.apache.maven.doxia:doxia-core:jar:1.0 [DEBUG] Included: org.apache.maven.shared:maven-doxia-tools:jar:1.0.2 [DEBUG] Included: commons-io:commons-io:jar:1.4 [DEBUG] Included: commons-validator:commons-validator:jar:1.2.0 [DEBUG] Included: commons-beanutils:commons-beanutils:jar:1.7.0 [DEBUG] Included: commons-digester:commons-digester:jar:1.6 [DEBUG] Included: commons-logging:commons-logging:jar:1.0.4 [DEBUG] Included: oro:oro:jar:2.0.8 [DEBUG] Included: xml-apis:xml-apis:jar:1.0.b2 [DEBUG] Included: org.apache.maven.doxia:doxia-sink-api:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-site-renderer:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7 [DEBUG] Included: org.codehaus.plexus:plexus-velocity:jar:1.1.7 [DEBUG] Included: org.apache.velocity:velocity:jar:1.5 [DEBUG] Included: org.apache.maven.doxia:doxia-decoration-model:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-module-apt:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-module-fml:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-module-xdoc:jar:1.0 [DEBUG] Included: org.apache.maven.doxia:doxia-module-xhtml:jar:1.0 [DEBUG] Included: org.codehaus.plexus:plexus-archiver:jar:2.0 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0 [DEBUG] Included: org.apache.maven.shared:file-management:jar:1.2.1 [DEBUG] Included: org.apache.maven.shared:maven-shared-io:jar:1.1 [DEBUG] Included: junit:junit:jar:3.8.1 [DEBUG] Included: org.codehaus.plexus:plexus-io:jar:2.0.1 [DEBUG] Included: org.apache.maven.shared:maven-dependency-analyzer:jar:1.2 [DEBUG] Included: asm:asm:jar:3.0 [DEBUG] Included: org.apache.maven.shared:maven-dependency-tree:jar:1.2 [DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:1.2 [DEBUG] Included: org.apache.maven.shared:maven-plugin-testing-harness:jar:1.1 [DEBUG] Included: org.apache.maven.shared:maven-invoker:jar:2.0.11 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-collections:commons-collections:jar:3.2.1 [DEBUG] Excluded: org.apache.maven:maven-artifact:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-api:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-project:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-settings:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-profile:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-registry:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-model:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-core:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-error-diagnostics:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-plugin-descriptor:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-monitor:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-artifact-manager:jar:2.0.9 [DEBUG] Excluded: org.apache.maven:maven-repository-metadata:jar:2.0.9 [DEBUG] Excluded: org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6 [DEBUG] Excluded: org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1 [DEBUG] Excluded: classworlds:classworlds:jar:1.1 [DEBUG] Configuring mojo org.apache.maven.plugins:maven-dependency-plugin:2.4:resolve from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-dependency-plugin:2.4, parent: sun.misc.Launcher$AppClassLoader@1497b7b1] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-dependency-plugin:2.4:resolve' with basic configurator --> [DEBUG] (f) appendOutput = false [DEBUG] (f) excludeTransitive = false [DEBUG] (s) local = id: local url: file:///C:/Users/Leandro/.m2/repository/ layout: default snapshots: [enabled => true, update => always] releases: [enabled => true, update => always] [DEBUG] (s) markersDirectory = E:\workspace\p2p_iscsi\target\dependency-maven-plugin-markers [DEBUG] (f) outputAbsoluteArtifactFilename = false [DEBUG] (f) outputScope = true [DEBUG] (f) overWriteIfNewer = true [DEBUG] (f) overWriteReleases = false [DEBUG] (f) overWriteSnapshots = false [DEBUG] (s) prependGroupId = false [DEBUG] (f) project = MavenProject: org.jscsi:target:2.5-SNAPSHOT @ E:\workspace\p2p_iscsi\pom.xml [DEBUG] (f) reactorProjects = [MavenProject: org.jscsi:target:2.5-SNAPSHOT @ E:\workspace\p2p_iscsi\pom.xml] [DEBUG] (s) remoteRepos = [ id: ustore-localrepo url: http://10.0.1.202:8080/maven2 layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] , id: maven2-repository.java.net url: http://download.java.net/maven/2/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] , id: repo1 url: http://repo1.maven.org/maven2/ layout: default snapshots: [enabled => true, update => daily] releases: [enabled => true, update => daily] , id: central url: http://repo.maven.apache.org/maven2 layout: default snapshots: [enabled => false, update => daily] releases: [enabled => true, update => daily] ] [DEBUG] (f) silent = false [DEBUG] (f) type = java-source [DEBUG] -- end configuration -- [INFO] [INFO] The following files have been resolved: [INFO] com.h2database:h2:jar:1.3.170:compile [INFO] org.apache.lucene:lucene-core:jar:3.6.1:compile [INFO] commons-pool:commons-pool:jar:1.5.3:compile [INFO] net.jradius:jradius-dictionary:jar:1.1.3:compile [INFO] org.springframework:spring-orm:jar:3.0.0.RELEASE:compile [INFO] org.hamcrest:hamcrest-core:jar:1.1:compile [INFO] org.apache.tika:tika-parsers:jar:1.3:compile [INFO] org.springframework:spring-jdbc:jar:3.0.0.RELEASE:compile [INFO] org.apache.jclouds.api:filesystem:jar:1.7.2:compile [INFO] org.apache.httpcomponents:httpcore:jar:4.1.3:compile [INFO] me.prettyprint:hector-core:jar:1.0-1:compile [INFO] org.codehaus.jackson:jackson-core-asl:jar:1.9.11:compile [INFO] net.sf.ehcache:ehcache:jar:1.2.3:compile [INFO] edu.ucar:netcdf:jar:4.2-min:compile [INFO] com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile [INFO] org.eclipse.jetty:jetty-http:jar:9.0.6.v20130930:compile [INFO] dedupeer:dedupeer:jar:0.1:compile [INFO] org.gagravarr:vorbis-java-core:jar:0.1:compile [INFO] org.99soft.guice:rocoto:jar:6.2:compile [INFO] com.github.stephenc.eaio-uuid:uuid:jar:3.2.0:compile [INFO] org.apache.pdfbox:pdfbox:jar:1.7.1:compile [INFO] xmlbeans:xbean:jar:2.3.0:compile [INFO] re.usto:ustore-schemas:jar:1.0:compile [INFO] mysql:mysql-connector-java:jar:5.1.6:compile [INFO] javax.ws.rs:jsr311-api:jar:1.1.1:compile [INFO] org.apache.poi:poi-ooxml-schemas:jar:3.8:compile [INFO] javax.mail:mail:jar:1.4.5:compile [INFO] net.jradius:jradius-extended:jar:1.1.3:compile [INFO] org.springframework:spring-context-support:jar:3.0.0.RELEASE:compile [INFO] bouncycastle:bcprov-jdk14:jar:140:compile [INFO] junit:junit:jar:4.11:compile [INFO] org.apache.james:apache-mime4j-core:jar:0.7.2:compile [INFO] org.apache.ant:ant:jar:1.8.4:compile [INFO] log4j:log4j:jar:1.2.16:compile [INFO] javax.annotation:jsr250-api:jar:1.0:compile [INFO] org.codehaus.jettison:jettison:jar:1.1:compile [INFO] commons-collections:commons-collections:jar:3.1:compile [INFO] org.bouncycastle:bcprov-jdk15on:jar:1.50:compile [INFO] org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11:compile [INFO] org.apache.commons:commons-compress:jar:1.4.1:compile [INFO] re.usto:p2p_lib:jar:DEV:compile [INFO] org.springframework:spring-context:jar:3.2.2.RELEASE:compile [INFO] org.bouncycastle:bcpkix-jdk15on:jar:1.50:compile [INFO] asm:asm:jar:1.5.3:compile [INFO] org.apache.cassandra:cassandra-thrift:jar:1.0.0:compile [INFO] org.springframework:spring-test:jar:3.2.2.RELEASE:compile [INFO] org.apache.ant:ant-launcher:jar:1.8.4:compile [INFO] commons-io:commons-io:jar:2.4:compile [INFO] org.apache.httpcomponents:httpclient:jar:4.1.3:compile [INFO] dom4j:dom4j:jar:1.6.1:compile [INFO] org.apache.poi:poi-ooxml:jar:3.8:compile [INFO] org.umbrelacorp:molecular:jar:2.0:compile [INFO] org.slf4j:slf4j-simple:jar:1.7.2:compile [INFO] org.apache.poi:poi-scratchpad:jar:3.8:compile [INFO] com.sun.jersey:jersey-client:jar:1.12:compile [INFO] org.mockito:mockito-core:jar:1.9.5-rc1:test [INFO] xerces:xercesImpl:jar:2.0.2:compile [INFO] org.eclipse.jetty:jetty-servlet:jar:9.0.6.v20130930:compile [INFO] org.slf4j:slf4j-log4j12:jar:1.7.2:compile [INFO] com.google.inject.extensions:guice-assistedinject:jar:3.0:compile [INFO] org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:compile [INFO] org.apache.poi:poi:jar:3.8:compile [INFO] commons-lang:commons-lang:jar:2.3:compile [INFO] xpp3:xpp3_min:jar:1.1.4c:compile [INFO] org.gagravarr:vorbis-java-core:jar:tests:0.1:test,provided [INFO] org.springframework.retry:spring-retry:jar:1.0.2.RELEASE:compile [INFO] org.htmlparser:htmlparser:jar:2.1:compile [INFO] com.google.inject:guice:jar:3.0:compile [INFO] joda-time:joda-time:jar:1.6:compile [INFO] org.hibernate:hibernate-core:jar:3.3.1.GA:compile [INFO] org.jscsi:commons:jar:2.5:compile [INFO] net.jradius:jradius-core:jar:1.1.3:compile [INFO] org.tukaani:xz:jar:1.0:compile [INFO] commons-logging:commons-logging:jar:1.1.1:compile [INFO] org.hibernate:ejb3-persistence:jar:1.0.2.GA:compile [INFO] org.springframework.batch:spring-batch-core:jar:2.2.0.RELEASE:compile [INFO] org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile [INFO] org.springframework:spring-core:jar:3.2.2.RELEASE:compile [INFO] org.springframework:spring-tx:jar:3.2.0.RELEASE:compile [INFO] org.slf4j:slf4j-api:jar:1.7.2:compile [INFO] javassist:javassist:jar:3.4.GA:compile [INFO] javax.mail:mailapi:jar:1.4.3:compile [INFO] log4j:apache-log4j-extras:jar:1.2.17:compile [INFO] commons-dbcp:commons-dbcp:jar:1.1:compile [INFO] javax.activation:activation:jar:1.1:compile [INFO] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile [INFO] org.apache.commons:commons-math3:jar:3.0:compile [INFO] rome:rome:jar:0.9:compile [INFO] aopalliance:aopalliance:jar:1.0:compile [INFO] javax.sql:jdbc-stdext:jar:2.0:compile [INFO] org.hibernate:hibernate-annotations:jar:3.3.1.GA:compile [INFO] com.sun.mail:smtp:jar:1.4.5:compile [INFO] javax.transaction:jta:jar:1.1:compile [INFO] org.gnu:gnu-crypto:jar:2.0.1:compile [INFO] com.googlecode.mp4parser:isoparser:jar:1.0-RC-1:compile [INFO] org.apache.directory.studio:org.apache.commons.lang:jar:2.6:compile [INFO] commons-codec:commons-codec:jar:1.5:compile [INFO] com.ecyrd.speed4j:speed4j:jar:0.9:compile [INFO] org.apache.jclouds:jclouds-core:jar:1.7.2:compile [INFO] c3p0:c3p0:jar:0.9.1.2:compile [INFO] org.apache.james:apache-mime4j-dom:jar:0.7.2:compile [INFO] org.apache.pdfbox:jempbox:jar:1.7.1:compile [INFO] org.hibernate:hibernate:jar:3.2.6.ga:compile [INFO] org.gagravarr:vorbis-java-tika:jar:0.1:compile [INFO] antlr:antlr:jar:2.7.6:compile [INFO] org.apache.pdfbox:fontbox:jar:1.7.1:compile [INFO] org.eclipse.jetty:jetty-security:jar:9.0.6.v20130930:compile [INFO] com.drewnoakes:metadata-extractor:jar:2.6.2:compile [INFO] cglib:cglib-nodep:jar:2.2:compile [INFO] org.springframework:spring-beans:jar:3.2.2.RELEASE:compile [INFO] com.thoughtworks.xstream:xstream:jar:1.3:compile [INFO] org.aspectj:aspectjrt:jar:1.7.2:compile [INFO] org.bouncycastle:bcprov-jdk15:jar:1.45:compile [INFO] org.swinglabs.swingx:swingx-all:jar:1.6.4:compile [INFO] org.eclipse.jetty:jetty-io:jar:9.0.6.v20130930:compile [INFO] org.eclipse.jetty:jetty-server:jar:9.0.6.v20130930:compile [INFO] org.hibernate:hibernate-commons-annotations:jar:3.0.0.ga:compile [INFO] org.apache.tika:tika-core:jar:1.3:compile [INFO] org.eclipse.jetty:jetty-util:jar:9.0.6.v20130930:compile [INFO] re.usto:p2p_client:jar:DEV:compile [INFO] org.springframework:spring-aop:jar:3.2.2.RELEASE:compile [INFO] org.apache.jclouds:jclouds-blobstore:jar:1.7.2:compile [INFO] de.l3s.boilerpipe:boilerpipe:jar:1.1.0:compile [INFO] javax.inject:javax.inject:jar:1:compile [INFO] com.adobe.xmp:xmpcore:jar:5.1.2:compile [INFO] asm:asm-attrs:jar:1.5.3:compile [INFO] org.springframework:spring-expression:jar:3.2.2.RELEASE:compile [INFO] org.bouncycastle:bcmail-jdk15:jar:1.45:compile [INFO] com.google.guava:guava:jar:15.0:compile [INFO] org.htmlparser:htmllexer:jar:2.1:compile [INFO] org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0.1:compile [INFO] jdom:jdom:jar:1.0:compile [INFO] jshortcut:jshortcut:jar:0.4:compile [INFO] org.apache.thrift:libthrift:jar:0.9.0:compile [INFO] re.usto:p2p_jxta:jar:DEV:compile [INFO] org.springframework.batch:spring-batch-infrastructure:jar:2.2.0.RELEASE:compile [INFO] org.objenesis:objenesis:jar:1.0:test [INFO] com.sun.jersey:jersey-core:jar:1.12:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.053 s [INFO] Finished at: 2014-05-23T14:46:08-03:00 [INFO] Final Memory: 15M/168M [INFO] ------------------------------------------------------------------------