I would like that Flex-Mojos do the following goal, which I know it is
posible, but I cannot make it work in the correct path.

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-dependency-plugin</artifactId>
        <executions>
          <execution>
            <id>copy-flex-resources</id>
            <phase>compile</phase>
            <goals>
              <goal>copy-dependencies</goal>
            </goals>
            <configuration>
              <outputDirectory>PATH</outputDirectory>
              <includeTypes>swf,swc</includeTypes>
              <stripVersion>true</stripVersion>
            </configuration>
          </execution>
        </executions>
      </plugin>


My current set up is the following:

<!--           <plugin>-->
<!--                <groupId>org.sonatype.flexmojos</groupId>-->
<!--                <artifactId>flexmojos-maven-plugin</artifactId>-->
<!--                <version>3.1.0</version>-->
<!--                <executions>-->
<!--                    <execution>-->
<!--                            <goals>-->
<!--                                  <goal>copy-flex-resources</goal>-->
<!--                            </goals>-->
<!--                               <configuration>-->
<!--
<outputDirectory>PATH</outputDirectory>-->
<!--
<includeTypes>swf,swc</includeTypes>-->
<!--                                  <stripVersion>true</stripVersion>-->
<!--                            </configuration>-->
<!--                      </execution>-->
<!--                </executions>-->
<!--         </plugin>-->

Thanks in advance!
-- 
Fernando Wermus.

www.linkedin.com/in/fernandowermus
http://mientretiempo.blogspot.com/

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

Reply via email to