We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bddb6d commit a328ad9Copy full SHA for a328ad9
pom.xml
@@ -136,6 +136,7 @@
136
<excludes>
137
<exclude>**/*IT.java</exclude>
138
</excludes>
139
+ <trimStackTrace>false</trimStackTrace>
140
</configuration>
141
<dependencies>
142
<dependency>
src/main/java/org/utplsql/api/ResourceUtil.java
@@ -1,10 +1,8 @@
1
package org.utplsql.api;
2
3
-import com.sun.nio.zipfs.ZipFileSystem;
4
import com.sun.nio.zipfs.ZipPath;
5
import org.utplsql.api.reporter.CoverageHTMLReporter;
6
7
-import java.io.File;
8
import java.io.IOException;
9
import java.net.URI;
10
import java.net.URISyntaxException;
src/main/resources/placeholder
0 commit comments