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 e27b0ad commit c5f14abCopy full SHA for c5f14ab
pom.xml
@@ -46,6 +46,12 @@
46
</distributionManagement>
47
48
<build>
49
+ <resources>
50
+ <resource>
51
+ <directory>src/main/resources</directory>
52
+ <filtering>true</filtering>
53
+ </resource>
54
+ </resources>
55
<plugins>
56
<plugin>
57
<groupId>org.apache.maven.plugins</groupId>
src/main/resources/version.properties
@@ -0,0 +1 @@
1
+version=${project.version}
0 commit comments