Skip to content

Instantly share code, notes, and snippets.

@honghuac
Created July 14, 2016 03:46
Show Gist options
  • Save honghuac/70611fc9bbcfe0d8d673d449a03951b0 to your computer and use it in GitHub Desktop.
Save honghuac/70611fc9bbcfe0d8d673d449a03951b0 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] Building Fuse :: Use Case 4 :: Features 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features ---
[INFO] Deleting /Users/hchin/Downloads/AEIlabsol/usecase-5/features/target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (filter) @ features ---
[debug] execute contextualize
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- build-helper-maven-plugin:1.9.1:attach-artifact (attach-artifacts) @ features ---
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ features ---
[INFO] Installing /Users/hchin/Downloads/AEIlabsol/usecase-5/features/pom.xml to /Users/hchin/.m2/repository/org/fuse/usecase4/features/1.0/features-1.0.pom
[INFO] Installing /Users/hchin/Downloads/AEIlabsol/usecase-5/features/target/classes/features.xml to /Users/hchin/.m2/repository/org/fuse/usecase4/features/1.0/features-1.0-features.xml
[INFO] Installing /Users/hchin/Downloads/AEIlabsol/usecase-5/features/target/classes/amq-broker.xml to /Users/hchin/.m2/repository/org/fuse/usecase4/features/1.0/features-1.0-amq-broker.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Fuse :: Use Case 5 :: Project ...................... SUCCESS [ 0.156 s]
[INFO] Fuse :: Use Case 5 :: Parent ....................... SUCCESS [ 0.069 s]
[INFO] Fuse :: Use Case 5 :: Routing ...................... SUCCESS [ 2.603 s]
[INFO] Fuse :: Use Case 4 :: Features ..................... FAILURE [ 0.028 s]
[INFO] Fuse :: Use Case 5 :: Testing ...................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.740 s
[INFO] Finished at: 2016-07-14T11:26:12+08:00
[INFO] Final Memory: 49M/361M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project features: Failed to install artifact org.fuse.usecase4:features:xml:amq-broker:1.0: /Users/hchin/Downloads/AEIlabsol/usecase-5/features/target/classes/amq-broker.xml (No such file or directory) -> [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 :features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment