Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1, 2.0-beta-1
-
None
-
None
Description
For build pipelines, <addContextWarDependencies>true</addContextWarDependencies> is often used in projects which contain just the acceptance tests.
If the project packaging is set as JAR, we get:
[INFO] [tomcat:run
{execution: start-tomcat}]
[INFO] Skipping non-war project
I can see reasons why the skip logic is there, but this should not happen when addContextWarDependencies (or any cleaner successor) is enabled.
Any chance of this getting tweaked for beta2/rc1 ?