ops4j / org.ops4j.pax.exam2

Pax Exam is a testing framework for OSGi
https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/
Apache License 2.0
84 stars 100 forks source link

Quickbuild: Ability to search for quickbuild enabled artifacts in project [PAXEXAM-134] #249

Open ops4j-issues opened 15 years ago

ops4j-issues commented 15 years ago

Toni Menzel created PAXEXAM-134

Quickbuild Core just takes a given URI (to reference jar) and local folders to inspect.
However, in exam we do not want the user to specify any single sub project to enable quickbuild.

This should be done either as part of the maven plugin run (best, because it does not slow down the quickbuild itself) or as part of quickbuild itself (more flexible but slows things down).


Votes: 0, Watches: 0

ops4j-issues commented 15 years ago

Toni Menzel commented

eventually we can write a descriptor once the plugin "discovers" a pax exam IT project. Then it could write a list of all other local artifacts (that are quickbuild enabled) at a know location.
This way, quickbuild just needs to pick this desciptor up and iterator over all snapshots and rebuild.