This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/main by this push:
new a47a6676 Update with ASF Repo
a47a6676 is described below
commit a47a6676aece15ca3d587a79aa4a02560248e75d
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 10 09:25:26 2025 +0100
Update with ASF Repo
---
.github/workflows/main.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 048c9f7e..2c2c8c90 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -35,6 +35,8 @@ jobs:
java-version: '8'
distribution: 'temurin'
cache: maven
+ - name: maven-settings-xml-action
+ run: echo "<settings xmlns=\"http://maven.apache.org/SETTINGS/1.0.0\"
xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
xsi:schemaLocation=\"http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd\"> <activeProfiles>
<activeProfile>github</activeProfile> </activeProfiles> <profiles> <profile>
<id>github</id> <repositories> <repository> <id>central-repo</id>
<url>https://repo.maven.apache.org/maven2</url> <releases>
<enabled>true</enabled> </rel [...]
- name: Build with Maven
run: mvn help:system -U -ntp --batch-mode --show-version --fail-at-end
clean install
- name: basic validations