Results 1 to 4 of 4

Thread: Maven build error - Spring BlazeDS Intergration demo

  1. #1

    Default Maven build error - Spring BlazeDS Intergration demo

    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

  2. #2
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    1,224

    Default

    Hmmm...I'm not seeing the problem here. Are you behind a firewall, or was the sonatype repository perhaps otherwise unavailable when you tried it?
    Jeremy Grelle

    Staff Engineer, Web Products Team
    SpringSource

  3. #3

    Default

    I'm at home w/Norton security 360 firewall I did get a reply to a problem I had with Maven and the demo. Haven't tried to build the demo again.

  4. #4

    Default

    Still get the same error seem to other poms ok not sure what the issue is with this one pom.

    Thanks for the reply though

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •