On Mon, Feb 9, 2009 at 3:08 PM, Richard Rodseth <[email protected]> wrote: > Yes, thanks. So the -f option does the trick. > > However, it seems to me that one should strive to have each artifact > buildable from within its own directory, which would suggest putting default > settings in a parent pom (in Nexus/Artifactory) rather than in the > root/master pom. Agree?
Sorry, the -f is just a shortcut for: cd components/libraryA mvn install All of our modules are independently buildable without the parent (as long as the parent is in the local repo). Logan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
