You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by do...@apache.org on 2008/05/06 18:56:09 UTC

svn commit: r653838 - in /incubator/shindig/trunk: java/common/pom.xml java/gadgets/pom.xml java/pom.xml java/server/pom.xml java/social-api/pom.xml pom.xml

Author: doll
Date: Tue May  6 09:56:09 2008
New Revision: 653838

URL: http://svn.apache.org/viewvc?rev=653838&view=rev
Log:
SHINDIG-232
Patch from Vincent Siveton. Cleans up the java pom files.


Modified:
    incubator/shindig/trunk/java/common/pom.xml
    incubator/shindig/trunk/java/gadgets/pom.xml
    incubator/shindig/trunk/java/pom.xml
    incubator/shindig/trunk/java/server/pom.xml
    incubator/shindig/trunk/java/social-api/pom.xml
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/java/common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common/pom.xml?rev=653838&r1=653837&r2=653838&view=diff
==============================================================================
--- incubator/shindig/trunk/java/common/pom.xml (original)
+++ incubator/shindig/trunk/java/common/pom.xml Tue May  6 09:56:09 2008
@@ -17,23 +17,21 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
     <version>1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.shindig</groupId>
+
   <artifactId>shindig-common</artifactId>
-  <version>1-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>Apache Shindig Java Common Code</name>
-  <description>
-    Common java code for Shindig
-  </description>
+
+  <name>Apache Shindig Common Code</name>
+  <description>Common java code for Shindig</description>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/common</connection>
@@ -41,17 +39,8 @@
     <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/common</url>
   </scm>
 
-  <build>
-    <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
-    <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
-    <outputDirectory>${basedir}/target/classes</outputDirectory>
-    <testOutputDirectory>${basedir}/target/test-classes</testOutputDirectory>
-    <finalName>shindig-common</finalName>
-    <plugins>
-    </plugins>
-  </build>
-
   <dependencies>
+    <!-- external dependencies -->
     <dependency>
       <groupId>com.google.code.guice</groupId>
       <artifactId>guice</artifactId>

Modified: incubator/shindig/trunk/java/gadgets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/gadgets/pom.xml?rev=653838&r1=653837&r2=653838&view=diff
==============================================================================
--- incubator/shindig/trunk/java/gadgets/pom.xml (original)
+++ incubator/shindig/trunk/java/gadgets/pom.xml Tue May  6 09:56:09 2008
@@ -17,24 +17,21 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
     <version>1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.shindig</groupId>
-  <artifactId>gadgets</artifactId>
-  <version>1-SNAPSHOT</version>
+
+  <artifactId>shindig-gadgets</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Shindig Java Gadget Server</name>
-  <description>
-    Server part of Shindig for hosting OpenSocial applications.
-  </description>
+
+  <name>Apache Shindig Gadget Server</name>
+  <description>Server part of Shindig for hosting OpenSocial applications.</description>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/gadgets</connection>
@@ -63,8 +60,8 @@
         </executions>
       </plugin>
       <plugin>
-          <groupId>org.apache.maven.plugins </groupId>
-          <artifactId>maven-eclipse-plugin</artifactId>
+        <groupId>org.apache.maven.plugins </groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
       </plugin>
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
@@ -200,15 +197,12 @@
   </build>
 
   <dependencies>
-    
     <!-- project dependencies -->
     <dependency>
       <groupId>org.apache.shindig</groupId>
       <artifactId>shindig-common</artifactId>
-      <version>1-SNAPSHOT</version>
     </dependency>
     
-    
     <!-- 
       external dependencies
       where the depedency version is defined in dependency Management,
@@ -247,6 +241,4 @@
       <artifactId>commons-codec</artifactId>
     </dependency>
   </dependencies>
-  
-  
 </project>

Modified: incubator/shindig/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/pom.xml?rev=653838&r1=653837&r2=653838&view=diff
==============================================================================
--- incubator/shindig/trunk/java/pom.xml (original)
+++ incubator/shindig/trunk/java/pom.xml Tue May  6 09:56:09 2008
@@ -17,9 +17,7 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -28,15 +26,11 @@
     <version>1-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.shindig</groupId>
   <artifactId>shindig-parent</artifactId>
-  <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Shindig Project Parent</name>
-  <description>Parent POM defining settings that can be used across Shindig</description>
-  <url>http://incubator.apache.org/shindig</url>
-  <inceptionYear>2007</inceptionYear>
+  <description>Parent POM defining settings that can be used across Java impl</description>
 
   <modules>
     <module>common</module>
@@ -45,12 +39,9 @@
     <module>server</module>
   </modules>
 
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java</developerConnection>
     <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java</url>
   </scm>
-
-  
 </project>

Modified: incubator/shindig/trunk/java/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server/pom.xml?rev=653838&r1=653837&r2=653838&view=diff
==============================================================================
--- incubator/shindig/trunk/java/server/pom.xml (original)
+++ incubator/shindig/trunk/java/server/pom.xml Tue May  6 09:56:09 2008
@@ -17,39 +17,33 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+    
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
     <version>1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.shindig</groupId>
+
   <artifactId>shindig-server</artifactId>
-  <version>1-SNAPSHOT</version>
   <packaging>war</packaging>
-  <name>Apache Shindig Java Gadget Server</name>
-  <description>
-    Default server war containing both the Gadget Server and the Social-Api server.
-  </description>
-  
-  
+
+  <name>Apache Shindig Gadget Server</name>
+  <description>Default server war containing both the Gadget Server and the Social-Api server.</description>
   
   <scm>
     <connection> scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/server</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/java/server</developerConnection>
     <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/java/server</url>
   </scm>
+
   <properties>
     <runType>full</runType>
   </properties>
   
   <build>
-    
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -108,23 +102,18 @@
       </resource>
     </resources>
   </build>
+
   <dependencies>
-    
     <!-- project dependencies -->
     <dependency>
       <groupId>org.apache.shindig</groupId>
-      <artifactId>gadgets</artifactId>
-      <version>1-SNAPSHOT</version>
+      <artifactId>shindig-gadgets</artifactId>
     </dependency>
-    
     <dependency>
       <groupId>org.apache.shindig</groupId>
-      <artifactId>social-api</artifactId>
-      <version>1-SNAPSHOT</version>
+      <artifactId>shindig-social-api</artifactId>
     </dependency>
 
-    
     <!-- external dependencies -->
-    
   </dependencies>
 </project>

Modified: incubator/shindig/trunk/java/social-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/social-api/pom.xml?rev=653838&r1=653837&r2=653838&view=diff
==============================================================================
--- incubator/shindig/trunk/java/social-api/pom.xml (original)
+++ incubator/shindig/trunk/java/social-api/pom.xml Tue May  6 09:56:09 2008
@@ -18,21 +18,20 @@
 under the License.
 -->
 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.apache.shindig</groupId>
     <artifactId>shindig-parent</artifactId>
     <version>1-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.shindig</groupId>
-  <artifactId>social-api</artifactId>
-  <version>1-SNAPSHOT</version>
+
+  <artifactId>shindig-social-api</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Shindig Java REST API Server</name>
-  <description>
-    Server part of Shindig for hosting OpenSocial Data APIs.
-  </description>
+
+  <name>Apache Shindig REST API Server</name>
+  <description>Server part of Shindig for hosting OpenSocial Data APIs.</description>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/java/social-api</connection>
@@ -48,22 +47,16 @@
     </resources>    
   </build>
 
-  <repositories>
-  </repositories>
-
   <dependencies>
     <dependency>
       <!-- project dependencies -->
       <groupId>org.apache.shindig</groupId>
       <artifactId>shindig-common</artifactId>
-      <version>1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.shindig</groupId>
-      <artifactId>gadgets</artifactId>
-      <version>1-SNAPSHOT</version>
+      <artifactId>shindig-gadgets</artifactId>
     </dependency>
-    
 
     <!-- external depenencies -->
     <dependency>
@@ -88,6 +81,4 @@
       <groupId>commons-betwixt</groupId>
     </dependency>
   </dependencies>
-  
-  
 </project>

Modified: incubator/shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=653838&r1=653837&r2=653838&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue May  6 09:56:09 2008
@@ -18,686 +18,682 @@
  * under the License.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>4</version>
-     </parent>
-
-    <groupId>org.apache.shindig</groupId>
-    <artifactId>shindig-project</artifactId>
-    <version>1-SNAPSHOT</version>
-    <packaging>pom</packaging>
-
-    <name>Apache Shindig Project</name>
-
-    <description>
-      Shindig is a JavaScript container and implementations of the
-      backend APIs and proxy required for hosting OpenSocial
-      applications.
-    </description>
-
-
-    <prerequisites>
-        <maven>2.0.6</maven>
-    </prerequisites>
-
-
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk/</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/shindig/trunk/</url>
-    </scm>
-
-    <issueManagement>
-        <system>jira</system>
-        <url>http://issues.apache.org/jira/browse/SHINDIG</url>
-    </issueManagement>
-
-    <distributionManagement>
-        <site>
-            <id>apache.website</id>
-            <url>scp://people.apache.org/www/incubator.apache.org/shindig</url>
-        </site>
-    </distributionManagement>
-
-
-    <!-- ====================================================================== -->
-    <!-- M A I L I N G   L I S T S                                              -->
-    <!-- ====================================================================== -->
-
-    <mailingLists>
-        <mailingList>
-            <name>Shindig Dev List</name>
-            <subscribe>shindig-dev-subscribe@incubator.apache.org</subscribe>
-            <unsubscribe>shindig-dev-unsubscribe@incubator.apache.org</unsubscribe>
-            <post>shindig-dev@incubator.apache.org</post>
-            <archive>http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/</archive>
-        </mailingList>
-    </mailingLists>
-
-
-    <!-- ====================================================================== -->
-    <!-- P E O P L E                                                            -->
-    <!-- ====================================================================== -->
-
-    <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
-    <developers>
-        <developer>
-            <id>brianm</id>
-            <name>Brian McCallister</name>
-            <email>brianm@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>bstoler</id>
-            <name>Brian Stoler</name>
-            <email>bstoler@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>dcoker</id>
-            <name>Doug Coker</name>
-            <email>dcoker@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>dglazer</id>
-            <name>David Glazer</name>
-            <email>dglazer@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>dharkness</id>
-            <name>David Harkness</name>
-            <email>dharkness@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>doll</id>
-            <name>Cassie Doll</name>
-            <email>doll@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>etnu</id>
-            <name>Kevin Brown</name>
-            <email>etnu@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>evan</id>
-            <name>Evan Gilbert</name>
-            <email>evan@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>gfs</id>
-            <name>Graham Spencer</name>
-            <email>gfs@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>johnh</id>
-            <name>John Hjelmstad</name>
-            <email>johnh@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>jpanzer</id>
-            <name>John Panzer</name>
-            <email>jpanzer@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>jregan</id>
-            <name>Jeff Regan</name>
-            <email>jregan@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>jyang</id>
-            <name>Jun Yang</name>
-            <email>jyang@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>lindner</id>
-            <name>Paul Lindner</name>
-            <email>lindner@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>lryan</id>
-            <name>Louis Ryan</name>
-            <email>lryan@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>martint</id>
-            <name>Martin Traverso</name>
-            <email>martint@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>ramani</id>
-            <name>Ramkumar Ramani</name>
-            <email>ramani@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <developer>
-            <id>tomdz</id>
-            <name>Thomas Dudziak</name>
-            <email>tomdz@apache.org</email>
-            <organization>ASF</organization>
-            <roles>
-                <role>PMC Member</role>
-            </roles>
-        </developer>
-        <!--Committers-->
-        <!--End Committers-->
-    </developers>
-
-    <!-- ====================================================================== -->
-    <!-- P R O F I L E S                                                        -->
-    <!-- ====================================================================== -->
-
-
-    <profiles>
-        <!-- default profile that builds everything -->
-        <profile>
-            <id>all</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <modules>
-                <module>java</module>
-            </modules>
-
-        </profile>
-
-        <!-- profile to build java/gadgets -->
-        <profile>
-            <id>gadgets</id>
-            <modules>
-                <module>java/gadgets</module>
-            </modules>
-        </profile>
-
-        <!-- profile to build java/rest-api -->
-        <profile>
-            <id>social-api</id>
-            <modules>
-                <module>java/social-api</module>
-            </modules>
-        </profile>
-        <profile>
-            <id>common</id>
-            <modules>
-                <module>java/common</module>
-            </modules>
-        </profile>
-
-        <profile>
-            <id>run</id>
-            <properties>
-                <runType>full</runType>
-            </properties>
-            <modules>
-            </modules>
-<dependencies>
+  <modelVersion>4.0.0</modelVersion>
 
-    <!-- project dependencies -->
-    <dependency>
-      <groupId>org.apache.shindig</groupId>
-      <artifactId>gadgets</artifactId>
-      <version>1-SNAPSHOT</version>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.shindig</groupId>
-      <artifactId>social-api</artifactId>
-      <version>1-SNAPSHOT</version>
-    </dependency>
-
-
-    <!-- external dependencies -->
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>4</version>
+   </parent>
+
+  <groupId>org.apache.shindig</groupId>
+  <artifactId>shindig-project</artifactId>
+  <version>1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+
+  <name>Apache Shindig Project</name>
+  <description>
+    Shindig is a JavaScript container and implementations of the
+    backend APIs and proxy required for hosting OpenSocial
+    applications.
+  </description>
+  <url>http://incubator.apache.org/shindig</url>
+  <inceptionYear>2007</inceptionYear>
+
+  <prerequisites>
+    <maven>2.0.6</maven>
+  </prerequisites>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/shindig/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/shindig/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/shindig/trunk</url>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/SHINDIG</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/incubator.apache.org/shindig</url>
+    </site>
+  </distributionManagement>
+
+
+  <!-- ====================================================================== -->
+  <!-- M A I L I N G   L I S T S                                              -->
+  <!-- ====================================================================== -->
+  <mailingLists>
+    <mailingList>
+      <name>Shindig Dev List</name>
+      <subscribe>shindig-dev-subscribe@incubator.apache.org</subscribe>
+      <unsubscribe>shindig-dev-unsubscribe@incubator.apache.org</unsubscribe>
+      <post>shindig-dev@incubator.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-shindig-dev/</archive>
+      <otherArchives>
+        <otherArchive>http://shindig-dev.markmail.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
+  <!-- ====================================================================== -->
+  <!-- P E O P L E                                                            -->
+  <!-- ====================================================================== -->
+  <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
+  <developers>
+    <developer>
+      <id>brianm</id>
+      <name>Brian McCallister</name>
+      <email>brianm@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>bstoler</id>
+      <name>Brian Stoler</name>
+      <email>bstoler@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>dcoker</id>
+      <name>Doug Coker</name>
+      <email>dcoker@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>dglazer</id>
+      <name>David Glazer</name>
+      <email>dglazer@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>dharkness</id>
+      <name>David Harkness</name>
+      <email>dharkness@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>doll</id>
+      <name>Cassie Doll</name>
+      <email>doll@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>etnu</id>
+      <name>Kevin Brown</name>
+      <email>etnu@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>evan</id>
+      <name>Evan Gilbert</name>
+      <email>evan@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>gfs</id>
+      <name>Graham Spencer</name>
+      <email>gfs@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>johnh</id>
+      <name>John Hjelmstad</name>
+      <email>johnh@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>jpanzer</id>
+      <name>John Panzer</name>
+      <email>jpanzer@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>jregan</id>
+      <name>Jeff Regan</name>
+      <email>jregan@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>jyang</id>
+      <name>Jun Yang</name>
+      <email>jyang@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>lindner</id>
+      <name>Paul Lindner</name>
+      <email>lindner@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>lryan</id>
+      <name>Louis Ryan</name>
+      <email>lryan@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>martint</id>
+      <name>Martin Traverso</name>
+      <email>martint@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>ramani</id>
+      <name>Ramkumar Ramani</name>
+      <email>ramani@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>tomdz</id>
+      <name>Thomas Dudziak</name>
+      <email>tomdz@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+    </developer>
+    <!--Committers-->
+    <!--End Committers-->
+  </developers>
+
+  <!-- ====================================================================== -->
+  <!-- P R O F I L E S                                                        -->
+  <!-- ====================================================================== -->
+  <profiles>
+    <!-- default profile that builds everything -->
+    <profile>
+      <id>all</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <modules>
+        <module>java</module>
+      </modules>
+    </profile>
+
+    <!-- profile to build java/gadgets -->
+    <profile>
+      <id>gadgets</id>
+      <modules>
+        <module>java/gadgets</module>
+      </modules>
+    </profile>
+
+    <!-- profile to build java/rest-api -->
+    <profile>
+      <id>social-api</id>
+      <modules>
+        <module>java/social-api</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>common</id>
+      <modules>
+        <module>java/common</module>
+      </modules>
+    </profile>
+
+    <profile>
+      <id>run</id>
+      <properties>
+        <runType>full</runType>
+      </properties>
+      <dependencies>
+        <!-- project dependencies -->
+        <dependency>
+          <groupId>org.apache.shindig</groupId>
+          <artifactId>shindig-gadgets</artifactId>
+          <version>1-SNAPSHOT</version>
+        </dependency>
 
-  </dependencies>
+        <dependency>
+          <groupId>org.apache.shindig</groupId>
+          <artifactId>shindig-social-api</artifactId>
+          <version>1-SNAPSHOT</version>
+        </dependency>
 
-            <build>
-                <defaultGoal>jetty:run-war</defaultGoal>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-antrun-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>create-work</id>
-                                <phase>compile</phase>
-                                <configuration>
-                                    <tasks>
-                                        <mkdir dir="target" />
-                                    </tasks>
-                                </configuration>
-                                <goals>
-                                    <goal>run</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.mortbay.jetty</groupId>
-                        <artifactId>maven-jetty-plugin</artifactId>
-                        <configuration>
-                            <tempDirectory>${basedir}/java/server/target/work</tempDirectory>
-                            <webApp>${basedir}/java/server/target/shindig-server-${pom.version}.war</webApp>
-                            <contextPath>/</contextPath>
-                            <overrideWebXml>${basedir}/java/server/target/shindig-server-${pom.version}/WEB-INF/web.${runType}.xml</overrideWebXml>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-
-        <profile>
-            <id>reporting</id>
-            <reporting>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-surefire-report-plugin</artifactId>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-jxr-plugin</artifactId>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <configuration>
-                            <links>
-                                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
-                                <link>http://java.sun.com/products/servlet/2.3/javadoc/</link>
-                                <link>http://www.json.org/javadoc/</link>
-                                <link>http://junit.sourceforge.net/javadoc/</link>
-                            </links>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </reporting>
-        </profile>
-        <profile>
-            <id>release</id>
-            <build>
-                <plugins>
-                    <!-- We want to sign the artifact, the POM, and all attached artifacts -->
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-gpg-plugin</artifactId>
-                        <configuration>
-                            <passphrase>${gpg.passphrase}</passphrase>
-                        </configuration>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>sign</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                    <!-- We want to deploy the artifact to a staging location for perusal -->
-                    <plugin>
-                        <inherited>true</inherited>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-deploy-plugin</artifactId>
-                        <configuration>
-                            <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
-                            <updateReleaseInfo>true</updateReleaseInfo>
-                        </configuration>
-                    </plugin>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>attach-javadocs</id>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-    </profiles>
-
-    <!-- ====================================================================== -->
-    <!-- B U I L D                                                              -->
-    <!-- ====================================================================== -->
-
-
-    <build>
-        <defaultGoal>install</defaultGoal>
-
-        <sourceDirectory>src/main/java</sourceDirectory>
-        <testSourceDirectory>src/test/java</testSourceDirectory>
-        <outputDirectory>target/classes</outputDirectory>
-        <testOutputDirectory>target/test-classes</testOutputDirectory>
+        <!-- external dependencies -->
+      </dependencies>
 
+      <build>
+        <defaultGoal>jetty:run-war</defaultGoal>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins </groupId>
-                <artifactId>maven-eclipse-plugin</artifactId>
-                <version>2.5.1</version>
-<!--
-                <configuration>
-                  <projectNameTemplate>${project.groupId}-${project.artifactId}</projectNameTemplate>
-                </configuration>
--->
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0.2</version>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                    <showDeprecation>true</showDeprecation>
-                    <compilerArgument>-Xlint:unchecked,deprecation,fallthrough,finally</compilerArgument>
-                    <fork>true</fork>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
+          <plugin>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>create-work</id>
+                <phase>compile</phase>
                 <configuration>
-                    <excludeResources>true</excludeResources>
-                    <attach>true</attach>
+                  <tasks>
+                    <mkdir dir="target" />
+                  </tasks>
                 </configuration>
-            </plugin>
-            <!--
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-jar-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            -->
+                <goals>
+                  <goal>run</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.mortbay.jetty</groupId>
+            <artifactId>maven-jetty-plugin</artifactId>
+            <configuration>
+              <tempDirectory>${basedir}/java/server/target/work</tempDirectory>
+              <webApp>${basedir}/java/server/target/shindig-server-${pom.version}.war</webApp>
+              <contextPath>/</contextPath>
+              <overrideWebXml>${basedir}/java/server/target/shindig-server-${pom.version}/WEB-INF/web.${runType}.xml</overrideWebXml>
+            </configuration>
+          </plugin>
         </plugins>
+      </build>
+    </profile>
 
-        <pluginManagement>
-            <plugins>
-                <!-- We want to package up license resources in the JARs produced -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-remote-resources-plugin</artifactId>
-                    <executions>
-                    <execution>
-                            <goals>
-                                <goal>process</goal>
-                            </goals>
-                            <configuration>
-                                <resourceBundles>
-                                    <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
-                                </resourceBundles>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.mortbay.jetty</groupId>
-                    <artifactId>maven-jetty-plugin</artifactId>
-                    <version>6.1.9</version>
-                </plugin>
-
-
-                <!-- set versions of common plugins for reproducibility, ordered alphabetically -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.3</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-install-plugin</artifactId>
-                    <version>2.2</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-gpg-plugin</artifactId>
-                    <version>1.0-alpha-4</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-jar-plugin</artifactId>
-                    <version>2.1</version>
-                    <configuration>
-                        <archive>
-                            <manifest>
-                                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-                                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-                            </manifest>
-                        </archive>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>2.3</version>
-                    <configuration>
-                        <source>1.5</source>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.0-alpha-6</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-6</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-source-plugin</artifactId>
-                    <version>2.0.4</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.3</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
-
-    <!-- ====================================================================== -->
-    <!-- R E P O S I T O R I E S                                                -->
-    <!-- ====================================================================== -->
-
-
-    <repositories>
-        <repository>
-            <id>caja</id>
-            <url>http://google-caja.googlecode.com/svn/maven</url>
-        </repository>
-        <repository>
-            <id>oauth</id>
-            <url>http://oauth.googlecode.com/svn/code/maven</url>
-        </repository>
-
-        <!-- For Abdera -->
-        <repository>
-            <id>apache-incubating</id>
-            <name>Apache Incubating Snapshot Repository</name>
-            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </repository>
-
-    </repositories>
-
-
-    <!-- ====================================================================== -->
-    <!-- D E P E N D E N C I E S                                                -->
-    <!-- ====================================================================== -->
-
+    <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jxr-plugin</artifactId>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <configuration>
+              <links>
+                <link>http://java.sun.com/j2se/1.5.0/docs/api</link>
+                <link>http://java.sun.com/products/servlet/2.3/javadoc/</link>
+                <link>http://www.json.org/javadoc/</link>
+                <link>http://junit.sourceforge.net/javadoc/</link>
+              </links>
+            </configuration>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <!-- We want to sign the artifact, the POM, and all attached artifacts -->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <configuration>
+              <passphrase>${gpg.passphrase}</passphrase>
+            </configuration>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <!-- We want to deploy the artifact to a staging location for perusal -->
+          <plugin>
+            <inherited>true</inherited>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+              <updateReleaseInfo>true</updateReleaseInfo>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+  <!-- ====================================================================== -->
+  <!-- B U I L D                                                              -->
+  <!-- ====================================================================== -->
+  <build>
+    <defaultGoal>install</defaultGoal>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-war-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins </groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.5.1</version>
+<!--
+        <configuration>
+          <projectNameTemplate>${project.groupId}-${project.artifactId}</projectNameTemplate>
+        </configuration>
+-->
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <showDeprecation>true</showDeprecation>
+          <compilerArgument>-Xlint:unchecked,deprecation,fallthrough,finally</compilerArgument>
+          <fork>true</fork>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <excludeResources>true</excludeResources>
+          <attach>true</attach>
+        </configuration>
+      </plugin>
+      <!--
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      -->
+    </plugins>
+
+    <pluginManagement>
+      <plugins>
+        <!-- We want to package up license resources in the JARs produced -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <executions>
+          <execution>
+              <goals>
+                <goal>process</goal>
+              </goals>
+              <configuration>
+                <resourceBundles>
+                  <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
+                </resourceBundles>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.mortbay.jetty</groupId>
+          <artifactId>maven-jetty-plugin</artifactId>
+          <version>6.1.9</version>
+        </plugin>
+
+        <!-- set versions of common plugins for reproducibility, ordered alphabetically -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.0-alpha-4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <archive>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.3</version>
+          <configuration>
+            <source>1.5</source>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.0-alpha-6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.0.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <!-- ====================================================================== -->
+  <!-- R E P O S I T O R I E S                                                -->
+  <!-- ====================================================================== -->
+  <repositories>
+    <repository>
+      <id>caja</id>
+      <url>http://google-caja.googlecode.com/svn/maven</url>
+    </repository>
+    <repository>
+      <id>oauth</id>
+      <url>http://oauth.googlecode.com/svn/code/maven</url>
+    </repository>
+
+    <!-- For Abdera -->
+    <repository>
+      <id>apache-incubating</id>
+      <name>Apache Incubating Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
+  <!-- ====================================================================== -->
+  <!-- D E P E N D E N C I E S                                                -->
+  <!-- ====================================================================== -->
+  <dependencies>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>servlet-api</artifactId>
+      <version>2.4</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.4</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>2.3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymockclassextension</artifactId>
+      <version>2.2.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
 
+  <dependencyManagement>
     <dependencies>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.4</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <version>2.3</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymockclassextension</artifactId>
-            <version>2.2.2</version>
-            <scope>test</scope>
-        </dependency>
-
+      <!-- project dependencies -->
+      <dependency>
+        <groupId>org.apache.shindig</groupId>
+        <artifactId>shindig-common</artifactId>
+        <version>1-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.shindig</groupId>
+        <artifactId>shindig-gadgets</artifactId>
+        <version>1-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.shindig</groupId>
+        <artifactId>shindig-server</artifactId>
+        <version>1-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.shindig</groupId>
+        <artifactId>shindig-social-api</artifactId>
+        <version>1-SNAPSHOT</version>
+      </dependency>
+
+      <!-- external dependencies -->
+      <dependency>
+        <groupId>com.google.code.guice</groupId>
+        <artifactId>guice</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>1.3</version>
+      </dependency>
+      <dependency>
+        <groupId>org.json</groupId>
+        <artifactId>json</artifactId>
+        <version>20070829</version>
+      </dependency>
+      <dependency>
+        <groupId>org.hamcrest</groupId>
+        <artifactId>hamcrest-all</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>caja</groupId>
+        <artifactId>caja</artifactId>
+        <version>r820</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>net.oauth</groupId>
+        <artifactId>core</artifactId>
+        <version>20080328</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>2.3</version>
+        <scope>compile</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.abdera</groupId>
+        <artifactId>abdera-server</artifactId>
+        <version>0.5.0-incubating-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.abdera</groupId>
+        <artifactId>abdera-client</artifactId>
+        <version>0.5.0-incubating-SNAPSHOT</version>
+      </dependency>
     </dependencies>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>com.google.code.guice</groupId>
-                <artifactId>guice</artifactId>
-                <version>1.0</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>1.3</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.json</groupId>
-                <artifactId>json</artifactId>
-                <version>20070829</version>
-            </dependency>
-            <dependency>
-                <groupId>org.hamcrest</groupId>
-                <artifactId>hamcrest-all</artifactId>
-                <version>1.1</version>
-            </dependency>
-            <dependency>
-                <groupId>caja</groupId>
-                <artifactId>caja</artifactId>
-                <version>r820</version>
-                <scope>compile</scope>
-            </dependency>
-            <dependency>
-                <groupId>net.oauth</groupId>
-                <artifactId>core</artifactId>
-                <version>20080328</version>
-                <scope>compile</scope>
-            </dependency>
-            <dependency>
-                <groupId>commons-lang</groupId>
-                <artifactId>commons-lang</artifactId>
-                <version>2.3</version>
-                <scope>compile</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.abdera</groupId>
-                <artifactId>abdera-server</artifactId>
-                <version>0.5.0-incubating-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.abdera</groupId>
-                <artifactId>abdera-client</artifactId>
-                <version>0.5.0-incubating-SNAPSHOT</version>
-            </dependency>
-
-        </dependencies>
-    </dependencyManagement>
+  </dependencyManagement>
 </project>