[
https://issues.apache.org/jira/browse/OPENNLP-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905952#comment-17905952
]
ASF GitHub Bot commented on OPENNLP-1670:
-----------------------------------------
rzo1 merged PR #196:
URL: https://github.com/apache/opennlp-sandbox/pull/196
> Disable releases for apache.snapshots repo
> ------------------------------------------
>
> Key: OPENNLP-1670
> URL: https://issues.apache.org/jira/browse/OPENNLP-1670
> Project: OpenNLP
> Issue Type: Bug
> Components: Build, Packaging and Test
> Reporter: Attila Doroszlai
> Priority: Major
> Labels: snapshot-repo
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> The Apache snapshot repository should be enabled only for snapshots.
> {code:title=https://github.com/apache/opennlp/blob/7d4b450fc4f0cd76a3de220bc2383b5d98b12498/pom.xml#L47-L54}
> <repository>
> <id>apache.snapshots</id>
> <name>Apache Snapshot Repository</name>
> <url>https://repository.apache.org/snapshots</url>
> <snapshots>
> <enabled>true</enabled>
> </snapshots>
> </repository>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)