I started playing with the maven invoker plugin for this purpose, but I don't think we achieved an acceptable approach.
On Fri, Oct 22, 2010 at 10:08 PM, Daniel Kulp <dk...@apache.org> wrote: > On Friday 22 October 2010 5:35:14 pm Robert Liguori wrote: >> A few questions about the CXF sample projects... >> >> -- Where did the sample projects come from? Designed specifically for CXF, >> adapted from various places, etc? > > Pretty much from all over the place. Some started out as test cases. Others > developed for specific reasons or were requested. Etc... > >> -- Are the sample projects part of the base build process (i.e., mvn from >> base directory)? I think the answer to this is no. > > Yes and no. There is an "everything" mvn profile that DOES build everything. > > mvn -Peverything > > I just updated the building page to mention that: > https://cwiki.apache.org/CXF/building.html > > >> -- Can the sample projects be collectively automatically ran? That is, is >> this feature built in? > > Not yet. With 2.3, we finally got them into a shape where they can all be > built together. Getting some sort of test/run thing in place hasn't been > done yet. > > -- > Daniel Kulp > dk...@apache.org > http://dankulp.com/blog >