> > If I just want to create a jar that's not versioned as > > "MyApplication-x.y.jar" but only as > > MyApplication.jar" , how do I specify that?
If I'm not mistaken you can enter your dependecies like this: <dependency> <groupId>com.ibm.mq</groupId> <artifactId>com.ibm.mq</artifactId> <jar>com.ibm.mq.jar</jar> </dependency> So, skip the version attribute, and simply give the name of the jar file. -- // p�l brattberg // eminds F/OSS div. // http://www.eminds.se --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
