Re: build a maven artifact with a list of jars

2016-03-25 Thread Ron Wheeler
Look at my articles at blog.artifact-software.com/tech on Maven We do this as a normal way to work with Maven. Ron Ron On 24/03/2016 3:37 PM, Natva, Arun Kumar wrote: Hi, I have a list of jars (say around 100) and most of the applications developed in my team need these jars. I need to

Re: build a maven artifact with a list of jars

2016-03-25 Thread Mark Eggers
Arun, What I've done in the past is to make a new project consisting of nothing but dependencies with a packaging type of pom. This is loaded into our local Nexus repository and referenced with a dependency like the following: com.myCompany collection-of-jars 1.0.0 pom This pulls in the

build a maven artifact with a list of jars

2016-03-25 Thread Natva, Arun Kumar
Hi, I have a list of jars (say around 100) and most of the applications developed in my team need these jars. I need to create a maven artifact using these jars and upload the artifact into my company's internal nexus repository so that other developers can simply add this artifact as a