KB73 Move annotation processing back into the regular Java compilation step.

Change-Id: I01483e201268d2c4a13fe4f801c97092b0eee381
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>