diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2016-06-30 14:54:33 +0200 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2016-06-30 14:54:33 +0200 |
commit | 4aca60af6d88dd153a6a5b6712d34859763b6da7 (patch) | |
tree | cabfa445338a25fd3d251cad406863378f0f9e22 | |
parent | a7fae5bd5f9c9ee052838e2eb8cbfe003857fad7 (diff) | |
download | pdf-over-4aca60af6d88dd153a6a5b6712d34859763b6da7.tar.gz pdf-over-4aca60af6d88dd153a6a5b6712d34859763b6da7.tar.bz2 pdf-over-4aca60af6d88dd153a6a5b6712d34859763b6da7.zip |
Enable debugging for JARs
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |