Hi Piotr, You have to make sure you can get artifacts from the sonatype-oss snapshot repository at http://oss.sonatype.org/content/repositories/snapshots/ and the Version of Flexmojos is 7.0.0-SNAPSHOT not 7.0.0
Chris ________________________________________ Von: piotr.zarzycki [[email protected]] Gesendet: Montag, 18. November 2013 09:11 An: [email protected] Betreff: Re: New Flexmojos 7.0.0-SNAPSHOT available Hi Christofer, I'm a bit confused about that. All I need to do is change my flexmojos version in pom? It looks like that <groupId>net.flexmojos.oss</groupId> <artifactId>flexmojos-maven-plugin</artifactId> <version>7.0.0</version> <extensions>true</extensions> <dependencies> <dependency> <groupId>org.apache.flex</groupId> <artifactId>compiler</artifactId> <version>${flex.version}</version> <type>pom</type> </dependency> <dependency> <groupId>com.adobe.air</groupId> <artifactId>compiler</artifactId> <version>${air.version}</version> <type>pom</type> </dependency> </dependencies> This doesn't work -> The POM for net.flexmojos.oss:flexmojos-maven-plugin:jar:7.0.0 is missing, no dependency information available ----- Flex/Air developer open to new job offers and challenges. [email protected] -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/New-Flexmojos-7-0-0-SNAPSHOT-available-tp3798p3800.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
