Skip to content

Commit

Permalink
Som pom improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
IndianBartonka committed Oct 17, 2024
1 parent 7d46734 commit 59534d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>17</source>
<target>17</target>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<compilerArgs>
<arg>-parameters</arg>
</compilerArgs>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
Expand All @@ -64,6 +65,7 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<finalName>${project.name}-${project.version}</finalName>
</configuration>
</execution>
Expand Down

0 comments on commit 59534d9

Please sign in to comment.