Gabriel Roldan ha scritto: ... >> What did you do differently then Gabriel? >> > honestly I have no idea. Justin I ran the build on atlas and also on my > local box and at both places I got the assembly plugin packaging > everything. I even seem to remember Jody also tried at my request and > got the same result? > steps were > mvn install -Dall > mvn deploy -Dall > mvn assembly > > with forced -Djava.awt.headless=true where appropriate due to the build box.
My guess is that assembly just picks up what's in target, so you may want to do the following: mvn clean install -Dall mvn deploy (deploys all modules) mvn clean install mvn assembly (assemblies just the supported ones) Cheers -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
