I'm trying to get surefire to run some unit tests (and integration
tests) for an ear project of mine, but am running into lots of
problems. I realize that the ear lifecycle doesn't contain any of the
regular compile, resource or surefire goals, so most of this is just
trial and error. Here's
ows XP SP2, J2SE 5.0, running against main trunk in SVN.
Reporter: Nathaniel Stoddard
When an eclipse project is generated for a project with a dependency whose
scope is "provided", the dependency is not included in the build path of the
project.
--
This message is automatically gen
[ http://jira.codehaus.org/browse/MNG-509?page=comments#action_41936 ]
Nathaniel Stoddard commented on MNG-509:
I'm going against the code in SVN (the "trunk" directory). When I do m2 -v, it
says "unknown".
> Dependenc
t: Windows XP SP2, J2SE 5.0
Reporter: Nathaniel Stoddard
When I specify a dependency as type "ejb-client" for a project whose packaging
is set to "war", the build includes the main EJB JAR in the WEB-INF/lib
directory, not the EJB client JAR.
--
This message is automat
Reporter: Nathaniel Stoddard
When a dependency of type "ejb-client" is specified for a project, the project
successfully builds, but the ejb-client JAR is not included in the
installation. (Example: WAR project will successfully build, but the
ejb-client JAR is not found in /WEB-IN