httplite: fixes to scm stanza, move animal sniffer plugin into module from reactor.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1233722 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/httplite/complete/pom.xml b/httplite/complete/pom.xml
index a8e1b55..043d13f 100644
--- a/httplite/complete/pom.xml
+++ b/httplite/complete/pom.xml
@@ -54,6 +54,26 @@
 	<build>
 		<plugins>
 			<plugin>
+		        <groupId>org.codehaus.mojo</groupId>
+		        <artifactId>animal-sniffer-maven-plugin</artifactId>
+		        <version>1.7</version>
+		        <configuration>
+		            <signature>
+		                <groupId>org.codehaus.mojo.signature</groupId>
+		                <artifactId>java13-sun</artifactId>
+		                <version>1.0</version>
+		            </signature>
+		        </configuration>
+		        <executions>
+		            <execution>
+		                <phase>test</phase>
+		                <goals>
+		                    <goal>check</goal>
+		                </goals>
+		            </execution>
+		        </executions>
+		    </plugin>
+			<plugin>
 				<groupId>org.apache.felix</groupId>
 				<artifactId>maven-bundle-plugin</artifactId>
 				<version>2.3.6</version>