Re: maven snapshot repository

2008-07-22 Thread Grant Ingersoll
aven.sh by hand and I see the items in the snapshot repo. When I look at the lucene-core directory in the snapshot repo via the web interface, I don't see any 2.4-SNAPSHOT stuff - just the 2.3- SNAPSHOT dir that was there before: <http://people.apache.org/maven-snapshot-repository

Re: maven snapshot repository

2008-07-18 Thread Grant Ingersoll
sh by hand and I see the items in the snapshot repo. When I look at the lucene-core directory in the snapshot repo via the web interface, I don't see any 2.4-SNAPSHOT stuff - just the 2.3- SNAPSHOT dir that was there before: <http://people.apache.org/maven-snapshot-repository/org/ap

RE: maven snapshot repository

2008-07-16 Thread Steven A Rowe
OT dir that was there before: <http://people.apache.org/maven-snapshot-repository/org/apache/lucene/lucene-core/> Is the above URL correct? Steve On 07/16/2008 at 12:39 PM, Grant Ingersoll wrote: > OK, I think it should work now. Let's keep an eye out to make sure > the cron job

Re: maven snapshot repository

2008-07-16 Thread Grant Ingersoll
en.sh' - here are its contents, from <http://svn.apache.org/viewvc/lucene/java/nightly/publish-maven.sh?revision=600897&view=markup >: scp -r /export/home/hudson/hudson/jobs/Lucene-Nightly/maven- artifacts/lucene/* [EMAIL PROTECTED]:/www/ people.apache.org/maven-snapshot-repository/or

Re: maven snapshot repository

2008-07-16 Thread Grant Ingersoll
which calls 'publish- maven.sh' - here are its contents, from <http://svn.apache.org/viewvc/lucene/java/nightly/publish-maven.sh?revision=600897&view=markup >: scp -r /export/home/hudson/hudson/jobs/Lucene-Nightly/maven- artifacts/lucene/* [EMAIL PROTECTED]:/www/ people.apach

Re: maven snapshot repository

2008-07-16 Thread Grant Ingersoll
evision=600897&view=markup >: scp -r /export/home/hudson/hudson/jobs/Lucene-Nightly/maven- artifacts/lucene/* [EMAIL PROTECTED]:/www/people.apache.org/ maven-snapshot-repository/org/apache/lucene So, assuming there is no path munging going on here, I think 'publish-maven.sh' nee

RE: maven snapshot repository

2008-07-14 Thread Steven A Rowe
hudson/jobs/Lucene-Nightly/maven-artifacts/lucene/* [EMAIL PROTECTED]:/www/people.apache.org/maven-snapshot-repository/org/apache/lucene So, assuming there is no path munging going on here, I think 'publish-maven.sh' needs to be changed to reflect the path in the above hudson nightly

RE: maven snapshot repository

2008-07-07 Thread Steven A Rowe
s properly updated around the time of the 2.3.0 release. However, I don't see any 2.4-SNAPSHOT directories in the snapshot repo, and the metadata XML file for lucene-core <http://people.apache.org/maven-snapshot-repository/org/apache/lucene/lucene-core/maven-metadata.xml>

maven snapshot repository

2008-07-04 Thread Karl Wettin
The snapshots seems to be built every day, but I seems to be producing some jars of a non-trunk revision or branch. Perhaps 2.3.2? It's been like that for at least a month. I just thought it was a fluke the last time I checked. karl ---