Patrik Nordwall schrieb: > > thorque wrote: > >> >> I have added this to the parent pom...and it works, of course :) >> >> Is the problem with the xtext dependencies fixed, too? >> >> > > We have recommended to add it in the fornax profile in settings.xml and not > define repositories in pom files. I guess it is a matter of taste, but one > advantage with this is that the repository definitions are not spread out in > all pom files (application projects don't use sculptor parent, they have > their own parent). >
I think the best way is to add this to the pom and recommend to add this to the settings. The pom has the advantage that the checkout and build works out-of-the-box without any configuration. If you use this command mvn -e -DcheckoutDirectory=trunk -DworkingDirectory=trunk -DgoalsDirectory=fornax-cartridges-sculptor-parent -Dgoals=install -DconnectionUrl=scm:svn:https://fornax.svn.sourceforge.net/svnroot/fornax/trunk/cartridges/sculptor scm:bootstrap you are able to checkout and build in one process. Thorsten -- Thorsten Kamann Software-Architect, Consultant, Coaching Germany, NRW [EMAIL PROTECTED] http://www.thorsten-kamann.de/ callto://thorque Fornax-Platform - Platform for developing MDSD-related Tools and components http://www.fornax-platform.org/ ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
