On 3/1/11 10:32 PM, Marshall Schor (JIRA) wrote:
[
https://issues.apache.org/jira/browse/UIMA-1717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001125#comment-13001125
]
Marshall Schor commented on UIMA-1717:
--------------------------------------
I tried going to https://hudson.apache.org/hudson as an anonymous user, and had
no trouble seeing the list of projects, UIMA and UIMA-AS among them.
They are now both set up and deploy snapshots to the Apache Nexus.
Richard - are you still having issues getting to that URL?
No, we are not publishing snapshots for UIMA-AS. I did not wanted to do
anything which might
interfere with the release work Jerry is doing. If we enable it while
doing a release we should
ensure that we never have a pom in the trunk which does not have the
SNAPSHOT tag in the
version. Otherwise that might be published to the snapshot repo
and that might be a problem for some users, because they then maybe have
an old RC in their
local repo and not the actually released version.
In our case it would be unlikely that a non-snapshot version is pushed
to the snapshot
repo, because we are using the release plugin which checks in the
non-snapshot version poms,
tags this version and then checks in a new poms with snapshot versions
again.
In my opinion we should disable the publishing of snapshots when we are
preparing a release
to avoid the problem above and to motivate users to instead use the
published RC version.
Jörn