Core Depends on Itself in dependency:copy
-----------------------------------------
Key: EJBTHREE-1216
URL:
http://jira.jboss.com/jira/browse/EJBTHREE-1216
Project: EJB 3.0
Issue Type: Bug
Components: core
Reporter: Andrew Lee Rubinger
Assigned To: Andrew Lee Rubinger
Fix For: AS 5.0.0.CR1
[INFO] ----------------------------------------------------------------------------
[INFO] Building JBoss EJB 3.0 Core
[INFO] task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] snapshot org.jboss.ejb3:maven-jboss-ejb3-testrunner-plugin:0.1.0-SNAPSHOT: checking
for updates from jboss-snapshots
[INFO] artifact org.apache.maven.plugins:maven-antrun-plugin: checking for updates from
jboss
[INFO] artifact org.apache.maven.plugins:maven-dependency-plugin: checking for updates
from jboss
[INFO] snapshot org.jboss:jboss-test:1.0.5-SNAPSHOT: checking for updates from
jboss-snapshots
[INFO] [jboss-ejb3-testrunner:run-tests {execution: run-ejb3-tests}]
[INFO] Skipping integration tests, to enable set "jboss.test.skip" to false.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [dependency:unpack {execution: unpack-build-scripts}]
[INFO] Configured Artifact: org.jboss:jboss-test:?:jar
[INFO] jboss-test-1.0.5.GA.jar already unpacked.
[INFO] [dependency:copy {execution: copy-jboss-test}]
[INFO] Configured Artifact: org.jboss:jboss-test:?:jar
[INFO] org.jboss:jboss-test:1.0.5.GA:jar already exists in
/home/carlo/work/ejb3/core/target/dependencies/lib
[INFO] [dependency:copy {execution: copy-core-dependencies}]
[INFO] Configured Artifact: org.jboss.cache:jbosscache-core:?:jar
[INFO] Configured Artifact: org.jboss.ejb3:jboss-ejb3-core:?:jar
[INFO] snapshot org.jboss.ejb3:jboss-ejb3-core:0.1.0-SNAPSHOT: checking for updates from
jboss-snapshots
Downloading:
http://snapshots.jboss.org/maven2/org/jboss/ejb3/jboss-ejb3-core/0.1.0-SN...
856K downloaded
Bound to the build lifecycle is a dependency:copy task that throws a bunch of stuff in
"target/dependencies/lib" (for use on the client CP, especially for Unit Tests),
and core is defined here. So it depends on itself, but actually...it depends on the
version of itself in a Maven repo (either local or remote). Get rid of this; Unit Tests
CP is pointed to proper version of core artifacts in "target".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira