On Sun, Jan 25, 2009 at 12:18 PM, Marvin Froeder <[email protected]> wrote: > Maven approach is a little bit different. Instead of an argument, you add > dependencies.
While a little out of date, look at how we did the datavisualization stuff before we had install-mojo: http://code.google.com/p/flex-mojos/wiki/DashboardSamplePom We added the swcs to our local repository or internal repository with install:install-file or deploy:deploy-file, and then we add the swcs as dependencies in our pom with the same groupId, artifactId, and version that we used in install-file or deploy-file. You will get decide what the groupId, artifactId, and version are for third-party swcs you obtained from somewhere else. 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/ -~----------~----~----~----~------~----~------~--~---
