Skip to content

Commit

Permalink
maven-assembly-plugin does not use source or target in its configurat…
Browse files Browse the repository at this point in the history
…ion (#14)
  • Loading branch information
brtrvn committed Nov 1, 2021
1 parent 079f3ae commit fbcda6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>${maven-assemply.version}</version>
<configuration>
<source>${jre.version}</source>
<target>${jre.version}</target>
<archive>
<manifest>
<mainClass>compass.Compass</mainClass>
Expand Down

0 comments on commit fbcda6c

Please sign in to comment.