diff options
author | wolframhaussig <13997737+wolframhaussig@users.noreply.github.com> | 2021-06-15 18:57:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 19:57:03 +0300 |
commit | d18706e9d0efec02e6b543a2c3f1110f260ab8ec (patch) | |
tree | 4aec134d74e4349f7c1e1121744e82e7b3963857 /pf4j/pom.xml | |
parent | 503d7866051e3ee13e74d820550e54e9bdbc8b9c (diff) | |
download | pf4j-d18706e9d0efec02e6b543a2c3f1110f260ab8ec.tar.gz pf4j-d18706e9d0efec02e6b543a2c3f1110f260ab8ec.zip |
Do not rely on version from Manifest (#455)
Diffstat (limited to 'pf4j/pom.xml')
-rw-r--r-- | pf4j/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index a3fa87f..6ea4f4c 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -20,6 +20,18 @@ <build> <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>templating-maven-plugin</artifactId> + <executions> + <execution> + <id>filter-src</id> + <goals> + <goal>filter-sources</goal> + </goals> + </execution> + </executions> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> |