[ 
https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060032#comment-13060032
 ] 

Steven Rowe commented on SOLR-2634:
-----------------------------------

Lucene/Solr's maven artifacts are built by Ant and then published with 
corresponding POMs.  {{maven-release-plugin}} is not involved in the process; 
instead, Maven Ant Tasks's {{<artifact:deploy>}} task is used to populate a 
local repository with the Ant-built artifacts.  This is the method used to 
generate the Jenkins-hosted Maven snapshot artifacts.

I looked at [the Apache Guide to Published Maven 
artifacts|http://www.apache.org/dev/publishing-maven-artifacts.html].  
Snapshots are mentioned, but it appears that it's not possible to go through 
the process of setting up to deploy snapshots without also locking the project 
into deploying releases in the same way.  I don't want to rock the boat where 
Maven artifact releases are concerned, given that what we currently have works: 
we just scp the Maven Ant Tasks-built local repo to the ibiblio rsync repo on 
people.apache.org, and it automatically gets uploaded to central at least once 
a day.

If I'm reading [the Apache Jar Repositories 
FAQ|http://www.apache.org/dev/repository-faq.html] properly, there is an 
equivalent spot on people.apache.org for snapshots.  I'd be willing to set up a 
cron job under my account on people.apache. org to download the nightly 
snapshots produced by Jenkins and put them under 
{{/www/people.apache.org/repo/m2-snapshot-repository/}}.  There are already 
some ancient Lucene snapshot artifacts there.

Benson, do you think this would work for you?

> Publish nightly snapshots, please
> ---------------------------------
>
>                 Key: SOLR-2634
>                 URL: https://issues.apache.org/jira/browse/SOLR-2634
>             Project: Solr
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 3.4
>            Reporter: Benson Margulies
>            Assignee: Steven Rowe
>
> If you added 'mvn deploy' to the jenkins job, the nightly snapshots would 
> push to repository.apache.org as snapshots, where maven could get them 
> without having to manually download and deploy them. Please?

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to