Does the lucene-solr build contain a target that I could use to publish artifacts to a local repository after supplying a url and credentials? I see the target generate-maven-artifacts, but I don't see anything I can immediately identify as an analog to the deployment features of maven/gradle.
I've got a project that wants to use features in 6.0 but obviously trunk of any project is somewhat riskier than a release version. We want to push what we are using into our repository to ensure that we don't consume changes from trunk until we are ready. I can upload it manually of course but it would be nice if I could be sure that I was uploading a full set of everything normally published for each version without missing anything. -Gus
