You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to configure the rest and ui modules to run the pax:run goal in the pre-integration-test phase, do their own integration tests, and then stop the framework. Problem is, when I configure the rest/pom.xml with
it always includes all the bundles produced by the multimodule project, including api, core and ui. I don't really want the ui bundle installed in this situation.
Affects: 1.4 Fixed in: 1.7.0
Votes: 0, Watches: 0
The text was updated successfully, but these errors were encountered:
I' ve a similar issue. Not exactly the same, but I also want that some bundles do not start with pax:provision, although they're in the modules section of the pom. I've tried to fix this adding the following code:
I'm sure that's not the best method, but basically it should do the work. BUT I always get the following error: Any ideas what I do wrong?
ERROR BUILD ERROR INFO ------------------------------------------------------------------------ INFO Failed to configure plugin parameters for: org.ops4j:maven-pax-plugin:1.4
(found static expression: '{$ignores}' which may act as a default value).
Cause: Cannot assign configuration entry 'ignores' to 'class [Ljava.lang.String;' from '{$ignores}', which is of type class java.lang.String
Richard Wallace created PAXCONSTRUCT-114
I have a project with a structure like
catalog/pom.xml
api/pom.xml
core/pom.xml
rest/pom.xml
ui/pom.xml
I'd like to be able to configure the rest and ui modules to run the pax:run goal in the pre-integration-test phase, do their own integration tests, and then stop the framework. Problem is, when I configure the rest/pom.xml with
it always includes all the bundles produced by the multimodule project, including api, core and ui. I don't really want the ui bundle installed in this situation.
Affects: 1.4
Fixed in: 1.7.0
Votes: 0, Watches: 0
The text was updated successfully, but these errors were encountered: