Third party dependencies

2023-10-06 Thread Mansour Al Akeel
I have a legacy project that requires many third party dependencies. Those dependencies need to be signed. The resulting dependencies along with the swing project, are to be served through a JNLP file. The fact that we need to resign all these dependencies with every build, adds a lot of overhead

Re: Possibility to bundle a maven project with third party dependencies for transportation

2008-01-03 Thread Wendy Smoak
On Jan 3, 2008 7:34 AM, Ritz, Martin <[EMAIL PROTECTED]> wrote: > i have a multimodule project and i search for a way to make the whole project > portable. > I have many third party dependencies in my locale repository which arent > available in the remote repository. &g

AW: Possibility to bundle a maven project with third party dependencies for transportation

2008-01-03 Thread Ritz, Martin
I want to bundle only the third party dependencies. All other available dependencies via maven remote repository shouldn't go into these bundle. Martin > > You can use dependency:go-offline and then zip up your ~/.m2 > directory along with the source directory. Other than thi

Re: Possibility to bundle a maven project with third party dependencies for transportation

2008-01-03 Thread Wayne Fay
e a multimodule project and i search for a way to make the whole project > portable. > I have many third party dependencies in my locale repository which arent > available in the remote repository. > So i need a way to identify all dependencies in a project and bundle them in > an arc

Possibility to bundle a maven project with third party dependencies for transportation

2008-01-03 Thread Ritz, Martin
Hello, i have a multimodule project and i search for a way to make the whole project portable. I have many third party dependencies in my locale repository which arent available in the remote repository. So i need a way to identify all dependencies in a project and bundle them in an archive or

Deploying multi-module third-party dependencies into a corporate repository. How to handle versionning (and sources and patches)

2007-12-19 Thread Jerome Lacoste
Hei, I often have to build an external dependency and deploy it in our corporate repository. For that I tend to use the deploy plugin specifying the alternative repository using -DaltDeploymentRepository. For complex projects, I need to deploy multiple artifacts, so the deploy-file mojo isn't up t

Re: Third Party Dependencies

2007-06-30 Thread Wendy Smoak
On 6/29/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: My Maven process runs in a controlled environment where I do not have connectivity to the internet. For this reason, I placed all the Maven dependencies from repositories like repo1 and codehaus onto our company repos

Re: Third Party Dependencies

2007-06-30 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you, that is a good idea. Is there a method which I could call which would tell me what repositories are used by the various plugins? Otherwise, would you suggest that I open the various POM's and obtain the information from these? Thanks. This message (including any attachments) contain

Re: Third Party Dependencies

2007-06-29 Thread Wayne Fay
Just set up a * repo in your settings.xml and point it at a (local) repo that has all your artifacts, including the ones from codehaus. Wayne On 6/29/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: My Maven process runs in a controlled environment where I do not have conne

Third Party Dependencies

2007-06-29 Thread Morgovsky, Alexander \(US - Glen Mills\)
My Maven process runs in a controlled environment where I do not have connectivity to the internet. For this reason, I placed all the Maven dependencies from repositories like repo1 and codehaus onto our company repository. The problem is that even though these dependencies are on our company rep