Uses jpms where possible
This commit is contained in:
@@ -44,19 +44,14 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<testResources>
|
||||
<testResource>
|
||||
<directory>src/test/resources</directory>
|
||||
<!-- Enable filtering as workaround for symlink issue: https://issues.apache.org/jira/browse/MRESOURCES-237 -->
|
||||
<filtering>true</filtering>
|
||||
<includes>
|
||||
<include>com/github/gtache/fxml/compiler/impl/*.properties</include>
|
||||
<include>com/github/gtache/fxml/compiler/impl/*.fxml</include>
|
||||
<include>com/github/gtache/fxml/compiler/impl/*.css</include>
|
||||
<include>com/github/gtache/fxml/compiler/impl/*.txt</include>
|
||||
<include>com/github/gtache/fxml/compiler/parsing/listener/*</include>
|
||||
</includes>
|
||||
</testResource>
|
||||
</testResources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<useModulePath>false</useModulePath>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
Reference in New Issue
Block a user