Added a method to set properties on the spring component.
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index b64205231f57d92b7f72ca17f1b97a528574c9dc..6f1d3cf1ff67224a13ad3f9be094fd3a4f7750f7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <instrumentation>
+                        <excludes>
+                          <exclude>org/wamblee/crawler/kiss/**/*.class</exclude>
+                          <exclude>org/wamblee/mythtv/**/*.class</exclude>
+                        </excludes>
+                    </instrumentation>
+                </configuration>
             </plugin>