You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Srini97 <sr...@googlemail.com> on 2010/04/22 16:48:32 UTC

Ibm Mq jar for JMS

Hello ,

I wanted to include IBM MQ  jar to include in pm project. I have included 
following dependencies under the dependency section,  but it unable to get
them and saying 

22/04/10 15:24:52 BST: Missing artifact
com.ibm:com.ibm.mq:jar:5.3.07:compile
22/04/10 15:24:52 BST: Missing artifact
com.ibm:com.ibm.mqjms:jar:5.3.07:compile

<dependency>
		<groupId>com.ibm</groupId>
		<artifactId>com.ibm.mq</artifactId>
		<version>5.3.07</version>
	</dependency>
	<dependency>
		<groupId>com.ibm</groupId>
		<artifactId>com.ibm.mqjms</artifactId>
		<version>5.3.07</version>
	</dependency>


do I need to add any thing under repository section or plugin repository
sections.

Thanks in advance for the reply.

Regards
Sri
-- 
View this message in context: http://old.nabble.com/Ibm-Mq-jar-for-JMS-tp28329940p28329940.html
Sent from the Maven Developers mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Ibm Mq jar for JMS

Posted by Paul Benedict <pb...@apache.org>.
Because MQ is proprietary software, most likely you will only be able
to get the jars if you have the product on your machine or within your
organization. If you have the software, you'll need to install those
jars into your repository.

On Thu, Apr 22, 2010 at 9:48 AM, Srini97 <sr...@googlemail.com> wrote:
>
> Hello ,
>
> I wanted to include IBM MQ  jar to include in pm project. I have included
> following dependencies under the dependency section,  but it unable to get
> them and saying
>
> 22/04/10 15:24:52 BST: Missing artifact
> com.ibm:com.ibm.mq:jar:5.3.07:compile
> 22/04/10 15:24:52 BST: Missing artifact
> com.ibm:com.ibm.mqjms:jar:5.3.07:compile
>
> <dependency>
>                <groupId>com.ibm</groupId>
>                <artifactId>com.ibm.mq</artifactId>
>                <version>5.3.07</version>
>        </dependency>
>        <dependency>
>                <groupId>com.ibm</groupId>
>                <artifactId>com.ibm.mqjms</artifactId>
>                <version>5.3.07</version>
>        </dependency>
>
>
> do I need to add any thing under repository section or plugin repository
> sections.
>
> Thanks in advance for the reply.
>
> Regards
> Sri
> --
> View this message in context: http://old.nabble.com/Ibm-Mq-jar-for-JMS-tp28329940p28329940.html
> Sent from the Maven Developers mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org