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 6123f40 commit 8794f92Copy full SHA for 8794f92
pom.xml
@@ -33,7 +33,7 @@
33
<dependency>
34
<groupId>javaxt</groupId>
35
<artifactId>javaxt-core</artifactId>
36
- <version>2.0.0</version>
+ <version>2.1.5</version>
37
</dependency>
38
39
<groupId>org.openjdk.nashorn</groupId>
@@ -52,6 +52,20 @@
52
<sourceDirectory>${src.dir}</sourceDirectory>
53
54
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
69
<plugins>
70
71
<!-- Copy dependencies into the lib folder -->
0 commit comments