[
https://issues.apache.org/jira/browse/SOLR-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13060053#comment-13060053
]
Ryan McKinley commented on SOLR-2634:
-------------------------------------
anything wrong with just adding the nightly repo to your pom.xml?
{code}
<repository>
<id>lucene-jenkins-trunk</id>
<name>Lucene jenkins trunk</name>
<url>https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
{code}
adding to the apache snapshot repo could be OK, but I kind of like that this
one does not include other apache products
> 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: [email protected]
For additional commands, e-mail: [email protected]