Skip to content

Commit 6a37bff

Browse files
committed
[gh-11363] Include JvmConfigParser.java in Maven distribution
The Java parser file needs to be included in the bin directory so it can be compiled and executed at runtime.
1 parent c246af5 commit 6a37bff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache-maven/src/assembly/component.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ under the License.
6868
<includes>
6969
<include>*.cmd</include>
7070
<include>*.conf</include>
71+
<include>*.java</include>
7172
</includes>
7273
<lineEnding>dos</lineEnding>
7374
</fileSet>

0 commit comments

Comments
 (0)