Remove need for system property <geronimo.build.car>true</geronimo.build.car>
to get car-maven-plugin to work
-------------------------------------------------------------------------------------------------------------
Key: GERONIMO-5046
URL: https://issues.apache.org/jira/browse/GERONIMO-5046
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: buildsystem, osgi
Affects Versions: 3.0
Reporter: David Jencks
Fix For: 3.0
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.