summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-09-17 10:38:52 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2020-09-17 10:43:50 +0200
commitb1192ac9ed515927642215dd3a1717fc13c9679c (patch)
treeab3e50acadff31d5534b9dfdf83ec0aa43d84d54 /pom.xml
parent99904f19656b534b6290fb2e507865f1afcf870c (diff)
KB73 Move annotation processing back into the regular Java compilation step.
Change-Id: I01483e201268d2c4a13fe4f801c97092b0eee381
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/pom.xml b/pom.xml
index 9e3411a..6beda4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,11 +264,6 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${compiler-plugin.version}</version>
- <configuration>
- <compilerArgs>
- <arg>-proc:none</arg>
- </compilerArgs>
- </configuration>
</plugin>
<!-- Resources -->
@@ -370,28 +365,6 @@
</executions>
</plugin>
- <plugin>
- <groupId>org.bsc.maven</groupId>
- <artifactId>maven-processor-plugin</artifactId>
- <version>${processor-plugin.version}</version>
- <executions>
- <execution>
- <id>process</id>
- <goals>
- <goal>process</goal>
- </goals>
- <phase>generate-sources</phase>
- </execution>
- <execution>
- <id>process-test</id>
- <goals>
- <goal>process-test</goal>
- </goals>
- <phase>generate-test-sources</phase>
- </execution>
- </executions>
- </plugin>
-
</plugins>
<resources>