Try to add a compiler dependency right after the configuration tag:
<configuration>
...
</configuration>
<dependencies>
<dependency>
<groupId>com.adobe.flex</groupId>
<artifactId>compiler</artifactId>
<version>${flex.version}</version>
<type>pom</type>
</dependency>
</dependencies>
akessner wrote
> Forgot to subscribe before sending the message, so I'm replying to force
> it through :)
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/how-to-setup-and-use-maven-flex-plugin-tp1491p2518.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.