Re: [EXTERNAL] https://www.mojohaus.org is down?

2021-04-29 Thread James Klo
Probably here: https://github.com/mojohaus/versions-maven-plugin Jim Klo Senior Software Engineer SRI International > On Apr 29, 2021, at 1:25 PM, Niels Basjes wrote: > > Hi, > > Just now I wanted to lookup the documentation for the versions

Re: [External Sender] [VOTE] Retire Maven Downloader

2019-06-07 Thread James Klo
+1 > On Jun 7, 2019, at 6:32 AM, Robert Scholte wrote: > > Hi, > > The Apache Maven project consist of about 90 (sub)projects. Due to the small > number of volunteers and the huge amount of code to maintain we're missing > enough space to make real progress on all these projects, including ou

Re: Blacklisted IP address

2018-08-31 Thread James Klo
I’d start with your IT admin. We have a corporate firewall that occasionally blacklists things like maven central, Github, and sourceforge. Sent from my iPhone > On Aug 31, 2018, at 1:58 PM, Pavel Zaytsev wrote: > > Hello, > > I cannot access > https://na01.safelinks.protection.outlook.c

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread James Klo
0.0.jar ever? I can try to create a minimal repro, but it’ll be hard because this is a big project with lots of parts. Sam From: James Klo Reply-To: Maven Users List Date: Friday, December 15, 2017 at 12:27 PM To: Maven Users List Subject: Re: Maven

Re: Maven Assembly Plugin renaming jar

2017-12-15 Thread James Klo
>From the small snippet of log, it's bit confusing, because it looks like the >artifact you are assembling is named the same as the dependency you are >pulling in. Because you have this setting in the maven-assembly-plugin:

Re: how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-20 Thread James Klo
27;t understand why it is still deploying my third-party jar also as the main artifact. Robert On Tue, 19 Sep 2017 23:57:03 +0200, James Klo mailto:jim@sri.com>> wrote: I’m using the io.fabric8:maven-docker-plugin to launch a container, run specialized build that generates some versioned

Re: how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread James Klo
asy.  Worst case I assign some bogus release version to my POM and just ignore - but it just seems lame that I can’t make this work the way I need. pom.xml Description: XML document On Sep 19, 2017, at 6:15 PM, James Klo <jim@sri.com> wrote:Thanks for responding.However, I’m not sure how t

Re: how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread James Klo
none > On Sep 19, 2017, at 5:57 PM, James Klo wrote: > > I’m using the io.fabric8:maven-docker-plugin to launch a container, run specialized build that generates some versioned files and then I want to take those files convert them into an artifact and uplo

how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread James Klo
I’m using the io.fabric8:maven-docker-plugin to launch a container, run specialized build that generates some versioned files and then I want to take those files convert them into an artifact and upload them to our corp Artifactory. I’ve got mostly the whole thing working except the last step,

Re: options

2017-08-18 Thread James Klo
com/engine/reference/commandline/dockerd/ > > Regards, Tomaž > > James Klo je 17.8.2017 ob 16:25 napisal: >> You can attach and inspect a running Docker container with: >> >> docker exec -it bash >> >> But the cache should be by default in ~/.m2. &g

Re: options

2017-08-17 Thread James Klo
You can attach and inspect a running Docker container with: docker exec -it bash But the cache should be by default in ~/.m2. So depending upon what user your container is running, it should download all the artifacts into $HOME/.m2 Also you should be able to inspect the mvn output inside you