Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbilotta committed Jan 25, 2020
1 parent f5fca5d commit 8069ab5
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 @@ -27,6 +27,8 @@
</dependencies>

<build>
<finalName>${project.artifactId}</finalName>

<resources>
<resource>
<directory>src/main/resources</directory>
Expand Down Expand Up @@ -117,7 +119,7 @@
<configuration>
<headerType>console</headerType>
<outfile>target/juliac.exe</outfile>
<jar>target/julia-1.1-SNAPSHOT.jar</jar>
<jar>target/julia.jar</jar>
<errTitle>Julia</errTitle>
<classPath>
<mainClass>org.altervista.mbilotta.julia.program.cli.MainCli</mainClass>
Expand Down Expand Up @@ -147,7 +149,7 @@
<configuration>
<headerType>gui</headerType>
<outfile>target/julia.exe</outfile>
<jar>target/julia-1.1-SNAPSHOT.jar</jar>
<jar>target/julia.jar</jar>
<errTitle>Julia</errTitle>
<classPath>
<mainClass>org.altervista.mbilotta.julia.program.cli.MainCli</mainClass>
Expand Down

0 comments on commit 8069ab5

Please sign in to comment.