If the "powers-that-be" were smart enough to specify Maven, they probably didn't want a hack that is going to cause someone else to have to set up all the stuff you couldn't be bothered to set up now.
Set up a private remote repository, add the SWCs to the repo, and add the repo to the POM. If you have a single target artifact and a hundred transitive dependencies that the parent needs, add them directly to the parent, work out the transitive deps later. Chances are 50/50 that many of the deps already exist in a repo out on the net, add that repo to your POM (and obviously don't add the dependencies that it pulls in). Remember, 'mvn dependency:tree' is your friend. On May 19, 2010, at 10:51 PM, Josh McDonald wrote: > That's been my plan all along, but the powers-that-be have decided otherwise. > Can it not be done? > > On 20 May 2010 12:12, Marvin Froeder <[email protected]> wrote: > > > On Wed, May 19, 2010 at 10:57 PM, Josh McDonald <[email protected]> > wrote: > Another noob question: How do I just include a SWC without all the Maven > artifact stuff? > Yes, don't use maven. > > > -- > 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 > > http://flexmojos.sonatype.org/ > > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > Josh 'G-Funk' McDonald > - [email protected] > - http://twitter.com/sophistifunk > - http://flex.joshmcdonald.info/ > > > -- > 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 > > http://flexmojos.sonatype.org/ -- 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 http://flexmojos.sonatype.org/
