Re: maven-artifact-transfer not able to resolve SNAPSHOT artifact

2017-04-09 Thread Dan Tran
Here you go. https://issues.apache.org/jira/browse/MNG-6214 Thanks On Wed, Apr 5, 2017 at 3:50 PM, Dan Tran wrote: > Eric, > > looks like we are on the boat. I will file a Jira ticket > > Thanks > > -Dan > > On Wed, Apr 5, 2017 at 3:40 PM, Eric B

Re: maven-artifact-transfer not able to resolve SNAPSHOT artifact

2017-04-05 Thread Dan Tran
Eric, looks like we are on the boat. I will file a Jira ticket Thanks -Dan On Wed, Apr 5, 2017 at 3:40 PM, Eric B wrote: > Dan, > > It's this the same type of problem that I am encountering here: > http://stackoverflow.com/q/43220923/827480 ? > > For me I'm not sure of

Re: maven-artifact-transfer not able to resolve SNAPSHOT artifact

2017-04-05 Thread Eric B
Dan, It's this the same type of problem that I am encountering here: http://stackoverflow.com/q/43220923/827480 ? For me I'm not sure of the genesis of the problem, but I suspect it is something to do with maven not having a default snapshot repo to retrieve artifacts. But I don't know if you

Re: maven-artifact-transfer not able to resolve SNAPSHOT artifact

2017-04-05 Thread Robert Scholte
Hi Dan, can you create an Jira ticket? I agree that it is very unlikely that maven-artifact-transfer causes this, it's either Maven Core or maybe Maven Artifact Resolver (fka Aether) Robert On Mon, 03 Apr 2017 08:57:35 +0200, Dan Tran wrote: yes snapshots: [enabled

Re: maven-artifact-transfer not able to resolve SNAPSHOT artifact

2017-04-03 Thread Dan Tran
yes snapshots: [enabled => false, update => daily] is the problem. I ended up to hack by enable it before pass over to maven-artifact-transfer The question here why it is disabled at the first place Thanks -Dan On Sun, Apr 2, 2017 at 11:38 PM, Karl Heinz Marbaise

Re: maven-artifact-transfer not able to resolve SNAPSHOT artifact

2017-04-03 Thread Karl Heinz Marbaise
Hi Dan, On 03/04/17 07:54, Dan Tran wrote: Hi, I am very sure maven-artifact-transfer is not the issue. The real issue is MavenSession.ProjectBuildingRequest.RemoteRepositories, needed by maven-artifact-transfer, has snapshot resolution disable For my case, I am using maven setting's mirror

maven-artifact-transfer not able to resolve SNAPSHOT artifact

2017-04-02 Thread Dan Tran
Hi, I am very sure maven-artifact-transfer is not the issue. The real issue is MavenSession.ProjectBuildingRequest.RemoteRepositories, needed by maven-artifact-transfer, has snapshot resolution disable For my case, I am using maven setting's mirror to route all pom's repositories to my