Skip to content

Commit 8794f92

Browse files
committed
Fixing pom.xml
1 parent 6123f40 commit 8794f92

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>javaxt</groupId>
3535
<artifactId>javaxt-core</artifactId>
36-
<version>2.0.0</version>
36+
<version>2.1.5</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>org.openjdk.nashorn</groupId>
@@ -52,6 +52,20 @@
5252
<sourceDirectory>${src.dir}</sourceDirectory>
5353

5454

55+
<!-- Tell maven to include non-java files in the jar file -->
56+
<resources>
57+
<resource>
58+
<filtering>false</filtering>
59+
<directory>src</directory>
60+
<excludes>
61+
<exclude>**/*.java</exclude>
62+
</excludes>
63+
</resource>
64+
</resources>
65+
66+
67+
68+
5569
<plugins>
5670

5771
<!-- Copy dependencies into the lib folder -->

0 commit comments

Comments
 (0)