Skip to content

Commit a328ad9

Browse files
committed
mavens resource-plugin is skipping all resources if the folder is empty
Maybe we can overcome this by an empty placeholder file. There might be a different way, but atm I don't have a clue how that could look
1 parent 0bddb6d commit a328ad9

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
<excludes>
137137
<exclude>**/*IT.java</exclude>
138138
</excludes>
139+
<trimStackTrace>false</trimStackTrace>
139140
</configuration>
140141
<dependencies>
141142
<dependency>

src/main/java/org/utplsql/api/ResourceUtil.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
package org.utplsql.api;
22

3-
import com.sun.nio.zipfs.ZipFileSystem;
43
import com.sun.nio.zipfs.ZipPath;
54
import org.utplsql.api.reporter.CoverageHTMLReporter;
65

7-
import java.io.File;
86
import java.io.IOException;
97
import java.net.URI;
108
import java.net.URISyntaxException;

src/main/resources/placeholder

Whitespace-only changes.

0 commit comments

Comments
 (0)