Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.0
-
Security Level: public (Regular issues)
-
None
Description
Right now you need <geronimo.build.car>true</geronimo.build.car> configured as a system property in car-maven-plugin configuration to get packaging to work. we should figure out how to use mvn urls everywhere or otherwise eliminate this property.
Using mvn urls would probably just mean installing the pax mvn url bundle in the framework as soon as we start it.
or
Probably the car-maven-plugin can just set the system property directly.
if the property's missing, the build fails complaining it can't understand mvn urls.