[jboss-jira] [JBoss JIRA] (AS7-6177) Failed to execute goal on project jboss-as-clustering-jgroups
Radoslav Husar (JIRA)
jira-events at lists.jboss.org
Fri Dec 14 05:32:17 EST 2012
[ https://issues.jboss.org/browse/AS7-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar updated AS7-6177:
--------------------------------
Fix Version/s: 7.2.0.Alpha1
Assignee: Radoslav Husar
Component/s: Test Suite
Hi Tom,
barely any big projects I know support "-Dmaven.test.skip=true" because this indeed skips building jar test artefacts (e.g. jboss-as-clustering-common:jar:tests) which later steps depend on.
What you want to do is to:
# run every step *except* for running the tests: "-Dmaven.test.skip.exec=true"
# or simply use what is documented -DskipTests
These 2 are the same, the tests get compiled, but not executed. The other one
doesn't compile nor execute the tests.
I ll add a note somewhere.
> Failed to execute goal on project jboss-as-clustering-jgroups
> -------------------------------------------------------------
>
> Key: AS7-6177
> URL: https://issues.jboss.org/browse/AS7-6177
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, Test Suite
> Affects Versions: 7.2.0.Alpha1
> Reporter: Tom Jenkinson
> Assignee: Radoslav Husar
> Priority: Minor
> Fix For: 7.2.0.Alpha1
>
> Attachments: AS7-build-failed.txt
>
>
> Failed to execute goal on project jboss-as-clustering-jgroups: Could not resolve dependencies for project org.jboss.as:jboss-as-clustering-jgroups:jar:7.2.0.Alpha1-SNAPSHOT: Failure to find org.jboss.as:jboss-as-clustering-common:jar:tests:7.2.0.Alpha1-SNAPSHOT
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list