Did you look in here? https://repository.sonatype.org/content/groups/flexgroup/
Bryan On Mon, Dec 19, 2011 at 9:19 PM, Nicolas Delsaux <[email protected]>wrote: > Hi, > I'm using flexmojos 3.8 and, due to recent disk quotas limits reached, > I'm in the process of reorganizing our enterprise maven proxy. > For that, i've started by removing all repositories declared in our > nexus before to add only the relevant ones in our project. > > Doing that, I've reached a strange bug : when I do a classical mvn > clean install, I get that error message : > > [ERROR] Unresolveable build extension: Plugin > org.sonatype.flexmojos:flexmojos-maven-plugin:3.8 or one of its > dependencies could not be resolved: The following artifacts could not > be resolved: com.adobe.flex:compiler:pom:3.4.0.14408, > com.adobe.flex.compiler:asdoc:zip:template:3.2.0.3958, > net.sf.saxon:saxon-dom:jar:9.0, jgoogleanalytics:jgoogleanalytics:jar: > 0.2: Could not find artifact com.adobe.flex:compiler:pom:3.4.0.14408 > in central (http://repo1.maven.org/maven2) -> [Help 2] > > From what I understand, flex compiler dependencies can't be resolved. > I think I've reached the point where the only remaining offending > dependncy is asdoc zip template. > > This template is a declared dependency of flexmojos itself : > > <dependency> > <groupId>com.adobe.flex.compiler</groupId> > <artifactId>asdoc</artifactId> > <version>${flex.sdk.version}</version> > <type>zip</type> > <classifier>template</classifier> > </dependency> > > Two things apepar strange to me : > > - the fact that this dependency is resolved as 3.2.0.3958 > - the fact that it is missing from any repository on earth (or at > least non one where i searched). Maybe this is due to the missing of > Sonatype flexmojos repository (I get an error 500 when trying to > browse > http://repository.sonatype.org/content/repositories/flexmojos-releases/com/adobe/flex > ), > but I can't be sure of that. > > So, my question is quite simple : how can I fix that on the long term ? > > -- > 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/ > -- 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/
