[
https://jira.jboss.org/jira/browse/JGRP-1075?page=com.atlassian.jira.plug...
]
Bulat Nigmatullin updated JGRP-1075:
------------------------------------
Attachment: pom.xml
+ org/jgroups/util/JUnitXMLReporter.java removed from result jar, so TestNG not
required.
+ TestNG moved to test dependencies, so it's no more imported to project classpath on
JGroups inclusion.
+ org/jgroups/demos/** removed from result jar, so produced jar more like
jgroups-core.jar from Ant build.
+ maven-surefire-plugin removed cause tests not run on build anyway
TestNG dependency problem
-------------------------
Key: JGRP-1075
URL:
https://jira.jboss.org/jira/browse/JGRP-1075
Project: JGroups
Issue Type: Patch
Affects Versions: 2.8
Reporter: Bulat Nigmatullin
Assignee: Bela Ban
Priority: Optional
Fix For: 2.8
Attachments: pom.xml
Maven produced jar include TestNG dependency. If project uses JGroups then all it
dependencies automatically downloaded and attached to classpath. If project uses JUnit for
unit test then Maven Surefire Plugin don't run them, cause find TestNG in classpath
and searching for TestNG test suites.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira