We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3343b commit ad00cc3Copy full SHA for ad00cc3
pom.xml
@@ -42,6 +42,7 @@
42
<junit-version>4.13.2</junit-version>
43
<javax-xml-bind-version>2.3.1</javax-xml-bind-version>
44
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
45
+ <sdk.version>${project.version}</sdk.version>
46
</properties>
47
48
<dependencies>
@@ -139,6 +140,12 @@
139
140
</dependencies>
141
142
<build>
143
+ <resources>
144
+ <resource>
145
+ <directory>src/main/resources</directory>
146
+ <filtering>true</filtering>
147
+ </resource>
148
+ </resources>
149
<plugins>
150
<plugin>
151
<groupId>org.apache.maven.plugins</groupId>
0 commit comments