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.
2 parents e1e4961 + 81c85eb commit 1e1a72dCopy full SHA for 1e1a72d
pom.xml
@@ -1,8 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
-
4
Copyright (c) 2022, 2024 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 +88,10 @@
89
88
90
<build>
91
<resources>
+ <resource>
92
+ <directory>src/main/resources</directory>
93
+ <filtering>true</filtering>
94
+ </resource>
95
<resource>
96
<directory>src/main/java</directory>
97
<includes>
0 commit comments