Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-4786

Fuse quickstart builds fail with missing pom

XMLWordPrintable

    • % %
    • 6.3 Sprint 1 (4-Jan->29-Jan)

      The Fuse quickstarts fail to build because of an issue with the version of the surefire plugin. This requires the same fix as ENTESB-4781. The error was:

      ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3-JBOSS:test (default-test) on project beginner-camel-eips: Error to resolving surefire provider dependency: Missing:
      [ERROR] ----------
      [ERROR] 1) org.apache.maven.surefire:surefire-junit4:jar:2.4.3-JBOSS
      [ERROR]
      [ERROR] Try downloading the file manually from the project website.
      [ERROR]
      [ERROR] Then, install it using the command:
      [ERROR] mvn install:install-file -DgroupId=org.apache.maven.surefire -DartifactId=surefire-junit4 -Dversion=2.4.3-JBOSS -Dpackaging=jar -Dfile=/path/to/file
      [ERROR]
      [ERROR] Alternatively, if you host your own repository you can deploy the file there:
      [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.maven.surefire -DartifactId=surefire-junit4 -Dversion=2.4.3-JBOSS -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      [ERROR]
      [ERROR] Path to dependency:
      [ERROR] 1) dummy:dummy:jar:1.0
      [ERROR] 2) org.apache.maven.surefire:surefire-junit4:jar:2.4.3-JBOSS
      [ERROR]
      [ERROR] ----------
      [ERROR] 1 required artifact is missing.
      [ERROR]
      [ERROR] for artifact:
      [ERROR] dummy:dummy:jar:1.0
      [ERROR]
      [ERROR] from the specified remote repositories:
      [ERROR] release-proxy.fusesource.org (http://repository.jboss.org/nexus/content/groups/m2-release-proxy, releases=true, snapshots=false),
      [ERROR] fusesource-all (http://repository.jboss.org/nexus/content/groups/public, releases=true, snapshots=true),
      [ERROR] ea.fusesource.org (http://repository.jboss.org/nexus/content/groups/ea, releases=true, snapshots=false),
      [ERROR] fuse-nexus (http://repository.jboss.org/nexus/content/groups/m2-proxy, releases=true, snapshots=true),
      [ERROR] jboss-snapshots-repository (https://repository.jboss.org/nexus/content/repositories/snapshots/, releases=true, snapshots=true),
      [ERROR] fuse-public-repository (https://repo.fusesource.com/nexus/content/groups/public, releases=true, snapshots=false),
      [ERROR] fusesource.ea (https://repo.fusesource.com/nexus/content/groups/ea, releases=true, snapshots=false),
      [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
      [ERROR] -> [Help 1]
      [ERROR]
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR]
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
      [ERROR]
      [ERROR] After correcting the problems, you can resume the build with the command
      [ERROR] mvn <goals> -rf :beginner-camel-eips

            kearls@redhat.com Kevin Earls (Inactive)
            kearls@redhat.com Kevin Earls (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: