Need Help of Maveners to prepare for a talk on Maven

2015-07-13 Thread Gandikota, Murthy
Hi All I am asked by my org/boss to talk about my maven exploits for about half an hour in front of our group. Having sought your help, earlier, for a pathing jar, I am ready to talk about it. However, it involves a lot of ant, as I don't know how to do the same (copying files, generating

RE: Help with a pathing jar creation

2015-07-09 Thread Gandikota, Murthy
attribute name=Class-Path value=. ${manifest.classpath}/ /manifest /jar /target /project -Original Message- From: Gandikota, Murthy [mailto:mgandik...@westechmed.com] Sent: Wednesday, July 08, 2015 6:18 PM To: Maven Users List Subject: RE: Help with a pathing jar creation Sorry

RE: Help with a pathing jar creation

2015-07-08 Thread Gandikota, Murthy
the manifest and use the supplied jars in the pathing.jar? Regards -Original Message- From: Gandikota, Murthy [mailto:mgandik...@westechmed.com] Sent: Wednesday, July 08, 2015 3:54 PM To: Maven Users List Subject: RE: Help with a pathing jar creation Sorry for the top posting I created

RE: Help with a pathing jar creation

2015-07-08 Thread Gandikota, Murthy
Sorry for the top posting I created a jar with manifest by giving the absolute paths of the jars. I called it pathing.jar. Now Maven is using that jar as seen in the debug log (-X option) [DEBUG] -d C:\eclipseworkspace\westech-iws\target\classes -classpath

Help with a pathing jar creation

2015-07-07 Thread Gandikota, Murthy
Hi All I am using Maven 3.2.5 in Windows 7 for some compilation and running into a road block. Basically, the size of the classpath has exceeded the limit Windows 7 has for the command. An example trace from maven is as follows: java2ws -cp

RE: Maven + Jenkins not packaging war with jars

2015-04-21 Thread Gandikota, Murthy
Hi All Using Jenkins 1.596, the jar files are not included in the WAR by maven which is given the following goals: clean dependency:tree install -P component clover2:setup test clover2:aggregate clover2:clover When I run maven on the command line the WAR is built correctly by including all

Maven + Jenkins not packaging war with jars

2015-04-17 Thread Gandikota, Murthy
Hi All Using Jenkins 1.596, the jar files are not included in the WAR by maven which is given the following goals: clean dependency:tree install -P component clover2:setup test clover2:aggregate clover2:clover When I run maven on the command line the WAR is built correctly by including all the