summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kellner <tobias.kellner@iaik.tugraz.at>2016-06-30 14:54:33 +0200
committerTobias Kellner <tobias.kellner@iaik.tugraz.at>2016-06-30 14:54:33 +0200
commit4aca60af6d88dd153a6a5b6712d34859763b6da7 (patch)
treecabfa445338a25fd3d251cad406863378f0f9e22
parenta7fae5bd5f9c9ee052838e2eb8cbfe003857fad7 (diff)
downloadmocca-4aca60af6d88dd153a6a5b6712d34859763b6da7.tar.gz
mocca-4aca60af6d88dd153a6a5b6712d34859763b6da7.tar.bz2
mocca-4aca60af6d88dd153a6a5b6712d34859763b6da7.zip
Enable debugging for JARs
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 4caffc47..039778cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,8 @@
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<encoding>UTF-8</encoding>
- <debug>false</debug>
+ <debug>true</debug>
+ <debuglevel>lines,vars,source</debuglevel>
</configuration>
</plugin>
</plugins>