Verify conformance to the Java 1.5 API using the animal-sniffer plugin.
Add myself as a developer.



git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1482203 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index fb67a1d..35fa179 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,11 @@
       <id>julius</id>
       <email>julius at apache.org</email>
     </developer>
+    <developer>
+      <name>Damjan Jovanovic</name>
+      <id>damjan</id>
+      <email>damjan at apache.org</email>
+    </developer>
   </developers>
 
   <contributors>
@@ -157,6 +162,27 @@
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>1.9</version>
+        <configuration>
+          <signature>
+            <groupId>org.codehaus.mojo.signature</groupId>
+            <artifactId>java15</artifactId>
+            <version>1.0</version>
+          </signature>
+        </configuration>
+        <executions>
+          <execution>
+            <id>check-java-api</id>
+            <phase>test</phase>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>