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>
diff --git a/httplite/core/pom.xml b/httplite/core/pom.xml
index 92f00fb..a4a321f 100644
--- a/httplite/core/pom.xml
+++ b/httplite/core/pom.xml
@@ -88,6 +88,26 @@
 				</configuration>
 			</plugin>
 			<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.4</version>
@@ -119,9 +139,9 @@
 		</plugins>
 	</build>
 	<scm>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/httplite</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite</developerConnection>
-		<url>http://svn.apache.org/repos/asf/felix/trunk/httplite</url>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/httplite/core</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/httplite/core</developerConnection>
+		<url>http://svn.apache.org/repos/asf/felix/trunk/httplite/core</url>
 	</scm>
 	<url>http://felix.apache.org/site/apache-felix-lightweight-http-service.html</url>
 </project>
diff --git a/httplite/pom.xml b/httplite/pom.xml
index de835a4..f5ed829 100644
--- a/httplite/pom.xml
+++ b/httplite/pom.xml
@@ -30,32 +30,7 @@
 	<name>Apache Felix Lightweight HTTP Service Reactor</name>
 	<artifactId>org.apache.felix.httplite.reactor</artifactId>
 	<version>1-SNAPSHOT</version>
-	<packaging>pom</packaging>
-	
-	<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>
-	    </plugins>
-    </build>
+	<packaging>pom</packaging>	
 
 	<modules>
 		<module>core</module>