aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/pom.xml
diff options
context:
space:
mode:
authorwolframhaussig <13997737+wolframhaussig@users.noreply.github.com>2021-06-15 18:57:03 +0200
committerGitHub <noreply@github.com>2021-06-15 19:57:03 +0300
commitd18706e9d0efec02e6b543a2c3f1110f260ab8ec (patch)
tree4aec134d74e4349f7c1e1121744e82e7b3963857 /pf4j/pom.xml
parent503d7866051e3ee13e74d820550e54e9bdbc8b9c (diff)
downloadpf4j-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.xml12
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>