Skip to content

Commit

Permalink
Use resource filtering for creating the pom.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mackdk committed Nov 7, 2024
1 parent 7e7f596 commit 0c7312c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
</properties>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>src/main/resources-filtered</directory>
<filtering>true</filtering>
</resource>
</resources>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
groupId=${project.groupId}
artifactId=${project.artifactId}
version=${project.version}
3 changes: 0 additions & 3 deletions src/main/resources/META-INF/maven/pom.properties

This file was deleted.

0 comments on commit 0c7312c

Please sign in to comment.