You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ce...@apache.org on 2021/03/09 16:33:00 UTC

[tomee] branch tomee-7.0.x updated: Removed from github workflow non certified actions

This is an automated email from the ASF dual-hosted git repository.

cesarhernandezgt pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new 8483f84  Removed from github workflow non certified  actions
     new 5caca75  Merge pull request #766 from cesarhernandezgt/tomee-7.0.x-ga
8483f84 is described below

commit 8483f849b200c68afd36965a1124ca171c416052
Author: CesarHernandezGt <cf...@gmail.com>
AuthorDate: Mon Mar 8 20:24:12 2021 -0600

    Removed from github workflow non certified  actions
---
 .github/workflows/main.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5e543a3..8432876 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,10 +29,8 @@ jobs:
           restore-keys: ${{ runner.os }}-m2
 
       - name: maven-settings-xml-action
-        uses: whelk-io/maven-settings-xml-action@v4
-        with:
-          repositories: '[{ "id": "central-repo", "url": "https://repo.maven.apache.org/maven2" }]'
-          plugin_repositories: '[{ "id": "central-plugin-repository", "url": "https://repo.maven.apache.org/maven2" }]'
+        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: Checkstyle
         run: mvn help:system checkstyle:check -Pstyle
@@ -48,4 +46,3 @@ jobs:
         run: mvn help:system -U --show-version --fail-at-end install -DfailIfNoTests=false
         env:
           MAVEN_OPTS: -Xmx2048m
-