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 44346c8 commit fa5ed8cCopy full SHA for fa5ed8c
pom.xml
@@ -2,7 +2,7 @@
2
<!--
3
4
Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation.
5
- Copyright (c) 1997, 2021 Oracle and/or its affiliates and others.
+ Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
6
All rights reserved.
7
8
This program and the accompanying materials are made available under the
@@ -89,6 +89,10 @@
89
90
<build>
91
<resources>
92
+ <resource>
93
+ <directory>src/main/resources</directory>
94
+ <filtering>true</filtering>
95
+ </resource>
96
<resource>
97
<directory>src/main/java</directory>
98
<includes>
0 commit comments