Hello,
I am using flexmojos maven plugin (defined below) to build Flex app.
I noticed that since version 3.6 "-target-player 10.0" is missing from
flex compiler arguments.

Last one I got it showing up is when flexmojos-maven-plugin version is
3.5.0

<plugin>
          <groupId>org.sonatype.flexmojos</groupId>
          <artifactId>flexmojos-maven-plugin</artifactId>
          <version>3.6</version>
          <extensions>true</extensions>
          <dependencies>
            <dependency>
              <groupId>com.adobe.flex</groupId>
              <artifactId>compiler</artifactId>
              <version>3.2.0.3958</version>
              <type>pom</type>
            </dependency>
          </dependencies>
          <configuration>
            <targetPlayer>10.0</targetPlayer>
            <definesDeclaration>
              <property><name>CONFIG::release</name><value>true</
value></property>
              <property><name>CONFIG::debugging</name><value>false</
value></property>
            </definesDeclaration>
          </configuration>
        </plugin>

Regards,
Magilla

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