[ https://issues.apache.org/jira/browse/OPENNLP-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17905704#comment-17905704 ]
ASF GitHub Bot commented on OPENNLP-1670: ----------------------------------------- adoroszlai opened a new pull request, #196: URL: https://github.com/apache/opennlp-sandbox/pull/196 ## What changes were proposed in this pull request? Same as https://github.com/apache/opennlp/pull/711, for the sandbox. ## How was this patch tested? ``` $ mvn -N --batch-mode eu.maveniverse.maven.plugins:toolbox:list-repositories ... [INFO] - > 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 > Time Spent: 10m > 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)