Skip to content

Commit

Permalink
update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
waelABDALLAH1 committed Dec 27, 2024
1 parent 0fead90 commit 85a6ac7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mailing/mailing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@

<build>
<plugins>

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifest>
<mainClass>io.quarkus.bootstrap.runner.QuarkusEntryPoint</mainClass>
</manifest>
</archive>
</configuration>
</plugin>

<plugin>
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
Expand Down

0 comments on commit 85a6ac7

Please sign in to comment.