Skip to content

Commit

Permalink
Add directory src/main/resources and filtering to true
Browse files Browse the repository at this point in the history
Add directory src/main/resources and filtering to true. This ensures
that e.g. {project.version} in resource files are replaced too. This is
mandatory to have the spring-devtools.properties updated with the kafka
version each time.

Resolves #240
  • Loading branch information
smcvb committed Jan 31, 2022
1 parent 1ee9792 commit 9bc2345
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
</dependencies>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 9bc2345

Please sign in to comment.