diff options
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> |