Never mind... slightly different question.

You probably will need to use something like the assembly plugin or the
dependency plugin or even antrun to rename the jar files


On 25 July 2014 17:25, Stephen Connolly <[email protected]>
wrote:

>
> http://developer-blog.cloudbees.com/2013/03/playing-trade-offs-with-maven.html
>
>
> On 25 July 2014 17:07, Steve Cohen <[email protected]> wrote:
>
>> I have a client application that was developed with Websphere MQ.  Our
>> company has a Maven nexus repository.  In this repository, we have a place
>> to store third party jars.  In here I stored the MQ jars.  Since the
>> repository demanded a version number I provided one (7.0.1.8, 7.0.1.9, etc)
>> and in each case these version numbers were appended to the jar name.  This
>> led to a clean build and deploy process and everyone was happy.
>>
>> Now we have need of turning on MQ traces.  It turns out that IBM offers
>> no way of doing this unless the jar files are in a single directory named
>> exactly as IBM named them in their release.  So we have to repackage the
>> application so as to accomplish this.
>>
>> Before I jump into hacking this mess into place, is there a recommended
>> way of handling this so that the maven repository, maven, and ibm are all
>> happy?
>>
>> Thanks,
>> Steve Cohen
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

Reply via email to