mirror of
https://github.com/apache/activemq.git
synced 2025-02-10 03:56:21 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358679 13f79535-47bb-0310-9956-ffa450edef68
16 lines
583 B
Plaintext
16 lines
583 B
Plaintext
====================================================================
|
|
Building with Maven 2
|
|
====================================================================
|
|
|
|
This module require you to manually install the ibmaio jar into your local maven 2 repository.
|
|
|
|
download the package from ibm here;
|
|
https://www7b.software.ibm.com/dl/AW-0H8/AW-0H8-p
|
|
|
|
unpack the zip and install the file like this;
|
|
mvn install:install-file -Dfile=./ibmaio.jar -DartifactId=ibmaio -DgroupId=ibmaio -Dversion=1.0 -Dpackaging=jar
|
|
|
|
You should now be able to build this module with maven using:
|
|
|
|
mvn install
|