Re: Repository Publishing

2015-10-21 Thread Gus Heck
Snapshot repo, if you like). > > > > Uwe > > > > - > > Uwe Schindler > > H.-H.-Meier-Allee 63, D-28213 Bremen > > http://www.thetaphi.de > > eMail: u...@thetaphi.de > > > > *From:* Gus Heck [mailto:gus.h...@gmail.com] > *Sent:* Wedn

RE: Repository Publishing

2015-10-21 Thread Uwe Schindler
Snapshot repo, if you like). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: u...@thetaphi.de From: Gus Heck [mailto:gus.h...@gmail.com] Sent: Wednesday, October 21, 2015 1:12 AM To: dev Subject: Re: Repo

RE: Repository Publishing

2015-10-21 Thread Uwe Schindler
Yes. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: u...@thetaphi.de From: Gus Heck [mailto:gus.h...@gmail.com] Sent: Wednesday, October 21, 2015 1:03 AM To: dev Subject: Re: Repository Publishing Thanks Uwe!

Re: Repository Publishing

2015-10-20 Thread Gus Heck
Ah "The Fine Manual" :) Thx :) On Tue, Oct 20, 2015 at 7:06 PM, Steve Rowe wrote: > Hi Gus, > > Check out the section “C. How to deploy Maven artifacts to a repository” > in dev-tools/maven/README.maven in the Lucene/Solr source. I recommend > reading the rest of that file too, especially the

Re: Repository Publishing

2015-10-20 Thread Steve Rowe
Hi Gus, Check out the section “C. How to deploy Maven artifacts to a repository” in dev-tools/maven/README.maven in the Lucene/Solr source. I recommend reading the rest of that file too, especially the part about specifying custom artifact versions, in item 3 under section “D. How to use Maven

Re: Repository Publishing

2015-10-20 Thread Gus Heck
Thanks Uwe! Does this fall back on maven, and thus consume authentication info from settings.xml? -Gus On Tue, Oct 20, 2015 at 6:35 PM, Uwe Schindler wrote: > The target “ant generate-maven-artifacts” uploads the artifacts to the > local ~/.m2 repository, just like “mvn install”. To upload the

RE: Repository Publishing

2015-10-20 Thread Uwe Schindler
The target “ant generate-maven-artifacts” uploads the artifacts to the local ~/.m2 repository, just like “mvn install”. To upload them somewhere else you can pass a repository name from your maven settings.xml using -D properties, e.g.: -Dm2.repository.id=apache.snapshots.https -Dm2.reposit