Re: Add third party jars from the file system to final executable jar without adding the third party jars in local maven repo

2015-10-26 Thread reena upadhyay
nto is likely > due to that. The solution is to add the library to your internal (remote) > repo or at least your local repo. > > /Anders > > On Mon, Oct 26, 2015 at 3:26 PM, reena upadhyay > wrote: > > > I want dependencies that are having system scope to be part of m

Add third party jars from the file system to final executable jar without adding the third party jars in local maven repo

2015-10-26 Thread reena upadhyay
I want dependencies that are having system scope to be part of my project final executable jar. I tried maven-assembly, maven-shade and maven-dependency plugin. But using these plugins, only those dependency of my project which were present in my local maven repository were getting added. Dependenc

Re: .m2 folder creation

2014-04-21 Thread reena upadhyay
Hi, There are two ways to generate maven project structure: First way: Download the maven package, unzip it and set the maven path up to bin enviornmnet variable. Now once you are done with this you can generate the maven project structure through command prompt using below command: mvn archetyp