Yay, flexmojos 4.2-beta no longer uses wonky <scope>external</scope>.

It just leaves dependencies external by default when compiling an SWC, like any
sensible person would.

Also disabled warnings, since we never enabled them in the Ant build and
they're a giant list of spamming "hey, this class doesn't define a constructor"
warnings. Since when was it dangerous to rely on the default constructor?

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6787 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2012-02-14 19:32:13 +00:00
parent ceab750025
commit 4753742757
+3 -4
View File
@@ -32,21 +32,18 @@
<artifactId>aspirin</artifactId>
<version>1.11</version>
<type>swc</type>
<scope>external</scope>
</dependency>
<dependency>
<groupId>com.adobe</groupId>
<artifactId>as3corelib</artifactId>
<version>0.93</version>
<type>swc</type>
<scope>external</scope>
</dependency>
<dependency>
<groupId>org.osflash</groupId>
<artifactId>signals</artifactId>
<version>0.8</version>
<type>swc</type>
<scope>external</scope>
</dependency>
<dependency>
<groupId>com.adobe.flex.framework</groupId>
@@ -71,13 +68,15 @@
<groupId>org.sonatype.flexmojos</groupId>
<artifactId>flexmojos-maven-plugin</artifactId>
<extensions>true</extensions>
<version>3.9</version>
<version>4.2-beta</version>
<configuration>
<omitTraceStatements>false</omitTraceStatements>
<debug>true</debug>
<incremental>false</incremental>
<useNetwork>false</useNetwork>
<verboseStacktraces>true</verboseStacktraces>
<!-- we've never shown them in the Ant build, why start now? -->
<showWarnings>false</showWarnings>
</configuration>
<dependencies>
<dependency>