Skip to content
Snippets Groups Projects
Commit 356e8e6d authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#663 - fixed jar and war build process

parent 5c8e75b5
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<dependency-check-maven.version>6.5.3</dependency-check-maven.version>
<project.outputDirectory>build/${project.version}</project.outputDirectory>
<project.outputDirectory>${project.build.directory}/../build/${project.version}</project.outputDirectory>
<project.artifactName>${project.artifactId}-v${project.version}</project.artifactName>
</properties>
......
......@@ -11,8 +11,8 @@
<name>BudgetMaster</name>
<modules>
<module>BudgetMasterServer</module>
<module>BudgetMasterDatabaseMigrator</module>
<module>BudgetMasterServer</module>
</modules>
<repositories>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment