gpe-mw-training / messaging-labs

1 stars 4 forks source link

Prioritized Exclusive Consumer exercise doesn't work for the consumer profile #5

Closed cmoulliard closed 9 years ago

cmoulliard commented 9 years ago
dabou:~/RedHat/GPE/GPE-Courses/fuse-messaging-labs/3_JMS_Enhancements/prioritized-exclusive-consumer$ mvn -Pconsumer -Dpriority=1
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.redhat.gpe.training:prioritized-exclusive-consumer:jar:1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ com.redhat.gpe.training:fuse-messaging:1.0, /Users/chmoulli/RedHat/GPE/GPE-Courses/fuse-messaging-labs/pom.xml, line 41, column 21
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ com.redhat.gpe.training:prioritized-exclusive-consumer:[unknown-version], /Users/chmoulli/RedHat/GPE/GPE-Courses/fuse-messaging-labs/3_JMS_Enhancements/prioritized-exclusive-consumer/pom.xml, line 42, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ com.redhat.gpe.training:prioritized-exclusive-consumer:[unknown-version], /Users/chmoulli/RedHat/GPE/GPE-Courses/fuse-messaging-labs/3_JMS_Enhancements/prioritized-exclusive-consumer/pom.xml, line 20, column 29
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.242 s
[INFO] Finished at: 2015-08-10T13:17:36+02:00
[INFO] Final Memory: 9M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [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/NoGoalSpecifiedException
dabou:~/RedHat/GPE/GPE-Courses/fuse-messaging-labs/3_JMS_Enhancements/prioritized-exclusive-consumer$