|
BuildingTheSource
Since there are restrictions on distributing some of the required JARs for this project, you first need to follow these instructions before building (this is a one time task):
mvn install:install-file -Dfile="C:\Program Files\IBM\MQSI\6.1\classes\javacompute.jar" -DgroupId=com.ibm.broker -DartifactId=javacompute -Dversion=6.1.0.3 -Dpackaging=jar mvn install:install-file -Dfile="C:\Program Files\IBM\MQSI\6.1\classes\jplugin2.jar" -DgroupId=com.ibm.broker -DartifactId=jplugin2 -Dversion=6.1.0.3 -Dpackaging=jar If you needed to change the message broker version, you will also need to update the appropriate versions in pom.xml. |
Sign in to add a comment