This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new dc31171 Take out profiles, they created an issue
dc31171 is described below
commit dc3117111aefa765aa69578f63be04388e113372
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Mar 11 14:39:10 2026 +0000
Take out profiles, they created an issue
---
.github/workflows/distribute-maven.yml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/.github/workflows/distribute-maven.yml
b/.github/workflows/distribute-maven.yml
index faae8c8..fa81858 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -83,19 +83,6 @@ jobs:
</configuration>
</server>
</servers>
- <profiles>
- <profile>
- <id>njord</id>
- <properties>
- <!-- Njord configuration -->
- <njord.basedir>${user.home}/.njord</njord.basedir>
- </properties>
- </profile>
- </profiles>
-
- <activeProfiles>
- <activeProfile>njord</activeProfile>
- </activeProfiles>
</settings>
EOF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]