diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-09-17 10:38:52 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-09-17 10:43:50 +0200 |
commit | b1192ac9ed515927642215dd3a1717fc13c9679c (patch) | |
tree | ab3e50acadff31d5534b9dfdf83ec0aa43d84d54 /pom.xml | |
parent | 99904f19656b534b6290fb2e507865f1afcf870c (diff) |
KB73 Move annotation processing back into the regular Java compilation step.
Change-Id: I01483e201268d2c4a13fe4f801c97092b0eee381
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 27 |
1 files changed, 0 insertions, 27 deletions
@@ -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> |