adoroszlai opened a new pull request, #711: URL: https://github.com/apache/opennlp/pull/711
## What changes were proposed in this pull request? The Apache snapshot repository should be enabled only for snapshots. > `enabled`: `true` or `false` for whether this repository is enabled for the respective type (`releases` or `snapshots`). By default this is `true`. ([source](https://maven.apache.org/pom.html#Repositories)) ``` $ mvn -N --batch-mode eu.maveniverse.maven.plugins:toolbox:list-repositories [INFO] Scanning for projects... [INFO] [INFO] ---------------------< org.apache.opennlp:opennlp >--------------------- [INFO] Building Apache OpenNLP Reactor 2.5.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- toolbox:0.6.0:list-repositories (default-cli) @ opennlp --- [INFO] Remote repositories used by project org.apache.opennlp:opennlp:pom:2.5.2-SNAPSHOT. [INFO] * central (https://repo.maven.apache.org/maven2/, default, releases) [INFO] First introduced on root [INFO] * apache.snapshots (https://repository.apache.org/snapshots, default, releases+snapshots) [INFO] First introduced on root [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS ``` https://issues.apache.org/jira/browse/OPENNLP-1670 ## How was this patch tested? ``` $ mvn -N --batch-mode eu.maveniverse.maven.plugins:toolbox:list-repositories [INFO] Scanning for projects... [INFO] [INFO] ---------------------< org.apache.opennlp:opennlp >--------------------- [INFO] Building Apache OpenNLP Reactor 2.5.2-SNAPSHOT [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- toolbox:0.6.0:list-repositories (default-cli) @ opennlp --- [INFO] Remote repositories used by project org.apache.opennlp:opennlp:pom:2.5.2-SNAPSHOT. [INFO] * central (https://repo.maven.apache.org/maven2/, default, releases) [INFO] First introduced on root [INFO] * apache.snapshots (https://repository.apache.org/snapshots, default, snapshots) [INFO] First introduced on root ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@opennlp.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org