diff options
author | dsuiu <dsuiu@modernsystems.com> | 2021-11-27 19:40:44 +0200 |
---|---|---|
committer | dsuiu <dsuiu@modernsystems.com> | 2021-11-27 19:40:44 +0200 |
commit | d9f65bb53a1d4bb5dbbd9187ef4daeb75dc0ebba (patch) | |
tree | 982936c36226f973bcc8b3c5030f4c49c4ce6595 | |
parent | d18706e9d0efec02e6b543a2c3f1110f260ab8ec (diff) | |
download | pf4j-d9f65bb53a1d4bb5dbbd9187ef4daeb75dc0ebba.tar.gz pf4j-d9f65bb53a1d4bb5dbbd9187ef4daeb75dc0ebba.zip |
Tab to spaces
-rw-r--r-- | pf4j/pom.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 6ea4f4c..7219db5 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -20,18 +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.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> |