AFIK, once maven loads the plugin, it will ignore futer dependencies
configuration. But I can be absolutely wrong =D

I would say to test maven 3....

Sent from DROID

Em 23/04/2010 22:46, "Miguel Bautista" <[email protected]>escreveu:

Okay, it is working now...

To fix it I had to change the dependency for the plugin:

           <plugin>
               <groupId>org.sonatype.flexmojos</groupId>
               <artifactId>flexmojos-maven-plugin</artifactId>
                <version>${flex.mojo.version}</version>
.....
               <dependencies>
                   <dependency>
                       <groupId>com.adobe.flex</groupId>
                       <artifactId>compiler</artifactId>
                       <version>${flex.sdk.version}</version>
                       <type>pom</type>
                   </dependency>
                   <dependency>
                       <groupId>com.adobe.flex.compiler</groupId>
                       <artifactId>asdoc</artifactId>
                       <version>${flex.sdk.version}</version>
                       <type>zip</type>
                       <classifier>template</classifier>
                   </dependency>
                   <dependency>
                       <groupId>com.adobe.flex</groupId>
                       <artifactId>license</artifactId>
                       <version>${flex.license.version}</version>
                   </dependency>
               </dependencies>
           </plugin>

I had done this before but I did not do it for every project, just the
main swf (not the swcs). Also, I left the
"staticLinkRuntimeSharedLibraries" set to false :-)

Thanks for your help!!!
Miguel

On Apr 23, 11:24 am, Marvin Froeder <[email protected]> wrote:
> Stupid question, but does this sample works:
http://svn.sonatype.org/flexmojos/trunk/flexmojos-testing/flexmojos-t...
>
> VELO

>
>
>
>
>
> On Fri, Apr 23, 2010 at 12:20 PM, Logan Allred <[email protected]> wrote:
> > On Fri, Ap...

> > <[email protected]> wrote:
> > > Logan, it shouldn't be false. According to the link, "C...
> > [email protected]<flex-mojos%[email protected]>
<flex-mojos%2bunsubscr...@googlegrou ps.com>

> > For more options, visit this group at
> >http://groups.google.com/group/flex-mojos
>
> >http://f...
> For more options, visit this group athttp://
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 pos...

-- 
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/

Reply via email to