use the bare jar from the ear instead
This commit is contained in:
parent
4193af72d5
commit
d5e58bbf3d
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue