ibm-messaging / mq-dev-badge-sample

Sample code of the MQ developer essentials badge
Apache License 2.0
13 stars 37 forks source link

TicketGenerator is compiled into an empty JAR when used maven #21

Closed jshaibany closed 2 years ago

jshaibany commented 2 years ago

Hi,

Following the instructions in challenge IBM MQ and in step 2 of standing the event booking service, the result of mvn build found no classes to compile as below log

[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ TicketGenerator --- [INFO] Nothing to compile - all classes are up to date

Issue in details is in stackoverflow Issue

Appreciate your support

jshaibany commented 2 years ago

Issue is resolved, got help on Stackoverflow.