Compare commits

..

1 commit

Author SHA1 Message Date
d5e58bbf3d use the bare jar from the ear instead
All checks were successful
build / build (push) Successful in 1m14s
publish / build (push) Successful in 1m19s
2025-05-04 14:26:09 -04:00
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: copy jars - name: copy jars
run: |- run: |-
mkdir -p release/jars mkdir -p release/jars
cp -v bundle/target/*.jar release/jars cp -v bundle/target/keycloak-regex-mapper-*/com.github.lucafilipozzi-keycloak-regex-mapper-*.jar release/jars
- name: upload to release - name: upload to release
uses: actions/forgejo-release@v2.6.0 uses: actions/forgejo-release@v2.6.0
with: with:

View file

@ -11,7 +11,7 @@
</parent> </parent>
<artifactId>keycloak-regex-mapper-bundle</artifactId> <artifactId>keycloak-regex-mapper-bundle</artifactId>
<packaging>jar</packaging> <packaging>ear</packaging>
<name>bundle</name> <name>bundle</name>
<dependencies> <dependencies>
@ -27,7 +27,7 @@
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId> <artifactId>maven-ear-plugin</artifactId>
<configuration> <configuration>
<displayName>${project.parent.artifactId}</displayName> <displayName>${project.parent.artifactId}</displayName>
<description>${project.parent.description}</description> <description>${project.parent.description}</description>