I'm getting this error
from the specified remote repositories:
ObjectWEB (http://maven.ow2.org/maven2/),
central (http://repo1.maven.org/maven2),
flex-mojos-repository (http://repository.sonatype.org/content/groups/public)
for project org.sonatype.flexmojos:flexmojos-maven-plugin
at org.apache.maven.lifecycle.DefaultLifecycleExecuto r.loadPluginFully(DefaultLifecycleExecutor.java:15 99)
at org.apache.maven.lifecycle.DefaultLifecycleExecuto r.findArtifactTypeHandlersInPlugins(DefaultLifecyc leExecutor.java:1468
at org.apache.maven.lifecycle.DefaultLifecycleExecuto r.findExtensions(DefaultLifecycleExecutor.java:222 )
at org.apache.maven.lifecycle.DefaultLifecycleExecuto r.execute(DefaultLifecycleExecutor.java:178)
at org.apache.maven.DefaultMaven.doExecute(DefaultMav en.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven .java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:3 62)
at org.apache.maven.cli.compat.CompatibleMain.main(Co mpatibleMain.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(L auncher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher. java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode (Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.ja va:375)
Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build project for plugin 'org.sonatype.flexmojos:flexmojos-mav
-maven-plugin' not found in repository: Unable to download the artifact from any repository
org.sonatype.flexmojos:flexmojos-maven-pluginom:3.2.0


om:3.2.0
Reply With Quote