Skip to content

Commit

Permalink
chore(build): set jar name and packaging properties
Browse files Browse the repository at this point in the history
  • Loading branch information
akadir committed Sep 13, 2020
1 parent 77b6dba commit 44e817e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<artifactId>case-study</artifactId>
<version>1.0-SNAPSHOT</version>

<packaging>jar</packaging>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -57,6 +59,8 @@
</dependencies>

<build>
<finalName>case-study</finalName>

<plugins>
<plugin>
<!-- Build an executable JAR -->
Expand Down

0 comments on commit 44e817e

Please sign in to comment.