Skip to content

Commit

Permalink
correct path for runtime in bacth file and hopefully correct log4j.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
andiikaa committed Nov 16, 2017
1 parent c390e39 commit c735b21
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions products/proteus/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
<transformer>
<resource>application.conf</resource>
</transformer>
<transformer>
<resource>log4j.xml</resource>
</transformer>
<transformer>
<mainClass>eu.vicci.process.runtime.VicciRuntime</mainClass>
</transformer>
Expand Down
6 changes: 3 additions & 3 deletions products/proteus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
<resource>application.conf</resource>
</transformer>

<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>log4j.xml</resource>
</transformer>
<!-- <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> -->
<!-- <resource>log4j.xml</resource> -->
<!-- </transformer> -->

<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>eu.vicci.process.runtime.VicciRuntime</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion products/proteus/vicci-runtime-debug.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
java -jar -Dlogging.level=DEBUG target/eu.vicci.proteus-1.0.0-SNAPSHOT.jar
java -jar -Dlogging.level=DEBUG bin/eu.vicci.proteus-1.0.0-SNAPSHOT.jar
pause>nul
2 changes: 1 addition & 1 deletion products/proteus/vicci-runtime.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off
java -jar -Dlogging.level=INFO target/eu.vicci.proteus-1.0.0-SNAPSHOT.jar
java -jar -Dlogging.level=INFO bin/eu.vicci.proteus-1.0.0-SNAPSHOT.jar
pause>nul

0 comments on commit c735b21

Please sign in to comment.