Flexmojos now will use maven configurations.... http://maven.apache.org/pom.html#Build
So if you need a different output dir just change maven project/build/directory VELO On Tue, Nov 2, 2010 at 7:15 PM, Collin Peters <[email protected]>wrote: > In Flex Mojos 3 you could use > <configuration> > <sourceFile>Foo.mxml</sourceFile> > <output>${basedir}/whatever/directory/Foo.swf</output> > </configuration> > > This has obviously changed in Flex Mojos 4. I am able to adjust the > name of the final outputted SWF with > <configuration> > <sourceFile>Foo.mxml</sourceFile> > <finalName>Foo.swf</finalName> > </configuration> > > But how does one set the output path? I have tried the Maven > parameter <outputDirectory> but this doesn't seem to work. I also > can't find any hint in the docs for compile-swf at > > http://repository.sonatype.org/content/sites/flexmojos-site/4.0-SNAPSHOT/compile-swf-mojo.html > > -- > 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]<flex-mojos%[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/
