Add lifecycles dependencies
This CL adds prebuilts for a bunch of libraries required by
lifecycles.

It also adds the localize maven plugin from data binding whick is used to
download project dependencies into prebuilts folder.

Change-Id: I51ddd0a2b858cbb740b268e71547a57a439007a1
diff --git a/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.jar b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.jar
new file mode 100644
index 0000000..937aa81
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.jar
Binary files differ
diff --git a/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.jar.sha1 b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.jar.sha1
new file mode 100644
index 0000000..acc92a6
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.jar.sha1
@@ -0,0 +1 @@
+cf7212b0f8bfef12657b942df8f4f2cf032d3f41
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.pom b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.pom
new file mode 100644
index 0000000..ff849c9
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.pom
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (C) 2014 Google, Inc.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the 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">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.google.auto</groupId>
+    <artifactId>auto-parent</artifactId>
+    <version>3</version>
+  </parent>
+
+  <artifactId>auto-common</artifactId>
+  <version>0.6</version>
+  <name>Auto Common Libraries</name>
+  <description>
+    Common utilities for creating annotation processors.
+  </description>
+
+  <scm>
+    <url>http://github.com/google/auto</url>
+    <connection>scm:git:git://github.com/google/auto.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>18.0</version>
+    </dependency>
+    <!-- test dependencies -->
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-testlib</artifactId>
+      <version>18.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>0.7</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.25</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.pom.sha1 b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.pom.sha1
new file mode 100644
index 0000000..299d38b
--- /dev/null
+++ b/common/m2/repository/com/google/auto/auto-common/0.6/auto-common-0.6.pom.sha1
@@ -0,0 +1 @@
+c05d1b02a30032d4c962a87cd71b382ed627ebb3
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar
new file mode 100644
index 0000000..3b8893f
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar.sha1 b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar.sha1
new file mode 100644
index 0000000..d58252a
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.jar.sha1
@@ -0,0 +1 @@
+5d13e60f5d190003176ca6ba4a410fae2e3f6315
\ No newline at end of file
diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.pom b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.pom
new file mode 100644
index 0000000..37dd124
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.pom
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<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">

+  <parent>

+    <artifactId>auto-parent</artifactId>

+    <groupId>com.google.auto</groupId>

+    <version>2</version>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>com.google.auto.value</groupId>

+  <artifactId>auto-value</artifactId>

+  <name>AutoValue</name>

+  <version>1.0</version>

+  <description>Immutable value-type code generation for Java 1.6+.</description>

+  <scm>

+    <connection>scm:git:git://github.com/google/auto.git</connection>

+    <developerConnection>scm:git:ssh://git@github.com/google/auto.git</developerConnection>

+    <url>http://github.com/google/auto</url>

+  </scm>

+  <build>

+    <resources>

+      <resource>

+        <directory>src/main/java</directory>

+      </resource>

+    </resources>

+    <plugins>

+      <plugin>

+        <artifactId>maven-invoker-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>integration-test</id>

+            <goals>

+              <goal>install</goal>

+              <goal>run</goal>

+            </goals>

+          </execution>

+        </executions>

+        <configuration>

+          <addTestClassPath>true</addTestClassPath>

+          <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

+          <filterProperties>

+            <auto.version>${project.version}</auto.version>

+          </filterProperties>

+          <pomIncludes>

+            <pomInclude>*/pom.xml</pomInclude>

+          </pomIncludes>

+          <streamLogs>true</streamLogs>

+        </configuration>

+      </plugin>

+      <plugin>

+        <artifactId>maven-shade-plugin</artifactId>

+        <version>2.3</version>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <goals>

+              <goal>shade</goal>

+            </goals>

+            <configuration>

+              <minimizeJar>true</minimizeJar>

+              <filters>

+                <filter>

+                  <artifact>org.apache.velocity:*</artifact>

+                  <includes>

+                    <include>**</include>

+                  </includes>

+                </filter>

+              </filters>

+              <relocations>

+                <relocation>

+                  <pattern>org.objectweb</pattern>

+                  <shadedPattern>autovalue.shaded.org.objectweb</shadedPattern>

+                </relocation>

+                <relocation>

+                  <pattern>com.google</pattern>

+                  <shadedPattern>autovalue.shaded.com.google.common</shadedPattern>

+                  <excludes>

+                    <exclude>com.google.auto.value.**</exclude>

+                  </excludes>

+                </relocation>

+              </relocations>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+  <dependencies>

+    <dependency>

+      <groupId>com.google.guava</groupId>

+      <artifactId>guava-testlib</artifactId>

+      <version>17.0</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>jsr305</artifactId>

+          <groupId>com.google.code.findbugs</groupId>

+        </exclusion>

+        <exclusion>

+          <artifactId>truth</artifactId>

+          <groupId>org.truth0</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.testing.compile</groupId>

+      <artifactId>compile-testing</artifactId>

+      <version>0.6</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>tools</artifactId>

+          <groupId>com.sun</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>4.11</version>

+      <scope>test</scope>

+      <exclusions>

+        <exclusion>

+          <artifactId>hamcrest-core</artifactId>

+          <groupId>org.hamcrest</groupId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>com.google.truth</groupId>

+      <artifactId>truth</artifactId>

+      <version>0.25</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+</project>

+

diff --git a/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.pom.sha1 b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.pom.sha1
new file mode 100644
index 0000000..36308e4
--- /dev/null
+++ b/common/m2/repository/com/google/auto/value/auto-value/1.0/auto-value-1.0.pom.sha1
@@ -0,0 +1 @@
+51745b4acc961527c22407e077d77b017643cee6
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
new file mode 100644
index 0000000..021df89
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar.sha1 b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar.sha1
new file mode 100644
index 0000000..86dc337
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar.sha1
@@ -0,0 +1 @@
+f7be08ec23c21485b9b5a1cf1654c2ec8c58168d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
new file mode 100644
index 0000000..25268c2
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
@@ -0,0 +1,135 @@
+<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.sonatype.oss</groupId>

+    <artifactId>oss-parent</artifactId>

+    <version>7</version>

+    <relativePath />

+  </parent>

+

+  <groupId>com.google.code.findbugs</groupId>

+  <artifactId>jsr305</artifactId>

+  <version>3.0.1</version>

+  <packaging>jar</packaging>

+

+  <url>http://findbugs.sourceforge.net/</url>

+  <name>FindBugs-jsr305</name>

+  <description>JSR305 Annotations for Findbugs</description>

+  <licenses>

+    <license>

+      <name>The Apache Software License, Version 2.0</name>

+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>

+      <distribution>repo</distribution>

+    </license>

+  </licenses>

+

+  <prerequisites>

+    <maven>3.0</maven>

+  </prerequisites>

+

+  <scm>

+    <connection>scm:git:https://code.google.com/p/jsr-305/</connection>

+    <developerConnection>scm:git:https://code.google.com/p/jsr-305/</developerConnection>

+    <url>https://code.google.com/p/jsr-305/</url>

+  </scm>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-javadoc-plugin</artifactId>

+        <version>2.9.1</version>

+        <executions>

+         <execution>

+          <phase>package</phase>

+          <goals>

+           <goal>jar</goal>

+          </goals>

+          <configuration>

+           <quiet>true</quiet>

+          </configuration>

+         </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-compiler-plugin</artifactId>

+        <version>3.0</version>

+        <configuration>

+          <source>1.5</source>

+          <target>1.5</target>

+        </configuration>

+      </plugin>

+      <plugin>

+       <groupId>org.apache.maven.plugins</groupId>

+       <artifactId>maven-source-plugin</artifactId>

+       <version>2.4</version>

+       <executions>

+        <execution>

+         <id>attach-sources</id>

+         <goals>

+          <goal>jar-no-fork</goal>

+         </goals>

+        </execution>

+       </executions>

+      </plugin>

+      <plugin>

+       <groupId>org.apache.felix</groupId>

+       <artifactId>maven-bundle-plugin</artifactId>

+       <version>2.4.0</version>

+       <extensions>true</extensions>

+       <executions>

+        <execution>

+         <id>bundle-manifest</id>

+         <phase>process-classes</phase>

+         <goals>

+          <goal>manifest</goal>

+         </goals>

+        </execution>

+       </executions>

+       <configuration>

+        <instructions>

+         <Bundle-SymbolicName>org.jsr-305</Bundle-SymbolicName>

+         <Bundle-Name>${project.name}</Bundle-Name>

+         <Export-Package>javax.annotation;javax.annotation.concurrent;javax.annotation.meta</Export-Package>

+        </instructions>

+       </configuration>

+      </plugin>

+      <plugin>

+       <groupId>org.apache.maven.plugins</groupId>

+       <artifactId>maven-jar-plugin</artifactId>

+       <version>2.4</version>

+       <configuration>

+        <archive>

+         <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>

+        </archive>

+       </configuration>

+      </plugin>

+      <plugin>

+       <groupId>org.sonatype.plugins</groupId>

+       <artifactId>nexus-staging-maven-plugin</artifactId>

+       <version>1.6.3</version>

+       <extensions>true</extensions>

+       <configuration>

+        <serverId>ossrh</serverId>

+        <nexusUrl>https://oss.sonatype.org/</nexusUrl>

+        <autoReleaseAfterClose>true</autoReleaseAfterClose>

+       </configuration>

+      </plugin>

+      <plugin>

+       <groupId>org.apache.maven.plugins</groupId>

+       <artifactId>maven-gpg-plugin</artifactId>

+       <version>1.5</version>

+       <executions>

+        <execution>

+         <id>sign-artifacts</id>

+         <phase>verify</phase>

+         <goals>

+          <goal>sign</goal>

+         </goals>

+        </execution>

+       </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom.sha1 b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom.sha1
new file mode 100644
index 0000000..816c91b
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom.sha1
@@ -0,0 +1 @@
+d04690f71f3393e23f30998d9534365274fa5f9f
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.jar b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.jar
new file mode 100644
index 0000000..bee8eff
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.jar
Binary files differ
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.jar.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.jar.sha1
new file mode 100644
index 0000000..60adc82
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.jar.sha1
@@ -0,0 +1 @@
+8382c6cdc18c8c8ad7840024fa340509cf16be11
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.pom b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.pom
new file mode 100644
index 0000000..98466e8
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.pom
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2015 Google Inc. All Rights Reserved.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the 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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>com.google.errorprone</groupId>
+    <artifactId>error_prone_parent</artifactId>
+    <version>2.0.2</version>
+  </parent>
+
+  <name>error-prone annotations</name>
+  <artifactId>error_prone_annotations</artifactId>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit-dep</artifactId>
+      <version>4.10</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.pom.sha1
new file mode 100644
index 0000000..77e43bc
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_annotations/2.0.2/error_prone_annotations-2.0.2.pom.sha1
@@ -0,0 +1 @@
+00883ed5de1962af51244a42cecfa5e8bf16ccf2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/_remote.repositories b/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/_remote.repositories
new file mode 100644
index 0000000..21cb773
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Fri Nov 11 15:50:39 PST 2016
+error_prone_parent-2.0.2.pom>central=
diff --git a/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/error_prone_parent-2.0.2.pom b/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/error_prone_parent-2.0.2.pom
new file mode 100644
index 0000000..87d12e0
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/error_prone_parent-2.0.2.pom
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2011 Google Inc. All Rights Reserved.
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the 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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <name>Maven parent POM</name>
+  <groupId>com.google.errorprone</groupId>
+  <artifactId>error_prone_parent</artifactId>
+  <version>2.0.2</version>
+  <packaging>pom</packaging>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <modules>
+    <module>core</module>
+    <module>annotation</module>
+    <module>annotations</module>
+    <module>docgen</module>
+    <module>ant</module>
+  </modules>
+
+  <scm>
+    <connection>scm:git:https://github.com/google/error-prone.git</connection>
+    <developerConnection>scm:git:git@github.com:google/error-prone.git</developerConnection>
+    <url>https://github.com/google/error-prone</url>
+  </scm>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>2.1</version>
+          <configuration>
+            <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.4</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-io</artifactId>
+            <version>2.0.9</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.9.1</version>
+        <configuration>
+          <notimestamp>true</notimestamp>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-io</artifactId>
+            <version>2.0.9</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
+        <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.1.2</version>
+        <executions>
+          <execution>
+            <id>attach-sources</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar-no-fork</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>3.3</version>
+        <executions>
+          <execution>
+            <id>attach-descriptor</id>
+            <goals>
+              <goal>attach-descriptor</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.7</version>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/error_prone_parent-2.0.2.pom.sha1 b/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/error_prone_parent-2.0.2.pom.sha1
new file mode 100644
index 0000000..de79023
--- /dev/null
+++ b/common/m2/repository/com/google/errorprone/error_prone_parent/2.0.2/error_prone_parent-2.0.2.pom.sha1
@@ -0,0 +1 @@
+431ceab0ddf9e6874b7deb944b98effd9450b78e
\ No newline at end of file
diff --git a/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.jar b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.jar
new file mode 100644
index 0000000..80093e4
--- /dev/null
+++ b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.jar
Binary files differ
diff --git a/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.jar.sha1 b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.jar.sha1
new file mode 100644
index 0000000..19bdcb2
--- /dev/null
+++ b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.jar.sha1
@@ -0,0 +1 @@
+e361aa0e9502929a6de3a0f6af7ed8d77adab015
\ No newline at end of file
diff --git a/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.pom b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.pom
new file mode 100644
index 0000000..5096e22
--- /dev/null
+++ b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.pom
@@ -0,0 +1,170 @@
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>com.google.testing.compile</groupId>
+  <artifactId>compile-testing</artifactId>
+  <version>0.9</version>
+
+  <name>Compile Testing</name>
+  <description>Utilities for testing compilation.</description>
+
+  <properties>
+    <guava.version>19.0</guava.version>
+    <truth.version>0.28</truth.version>
+    <junit.version>4.12</junit.version>
+    <jsr305.version>3.0.1</jsr305.version>
+  </properties>
+
+  <url>http://github.com/google/compile-testing</url>
+  <issueManagement>
+    <system>GitHub</system>
+    <url>http://github.com/google/compile-testing/issues</url>
+  </issueManagement>
+  <inceptionYear>2013</inceptionYear>
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <prerequisites>
+    <maven>3.1.1</maven>
+  </prerequisites>
+  <scm>
+    <connection>scm:git:http://github.com/google/compile-testing</connection>
+    <developerConnection>scm:git:git@github.com:google/compile-testing.git</developerConnection>
+    <url>http://github.com/google/compile-testing</url>
+    <tag>HEAD</tag>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>${truth.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>${guava.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>com.sun</groupId>
+      <artifactId>tools</artifactId>
+      <version>${java.version}</version>
+      <scope>system</scope>
+      <systemPath>${toolsjar}</systemPath>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+      <version>${jsr305.version}</version>
+      <optional>true</optional>
+    </dependency>
+  </dependencies>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+          <compilerArgument>-Xlint:all</compilerArgument>
+          <showWarnings>true</showWarnings>
+          <showDeprecation>true</showDeprecation>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.5.1</version>
+        <configuration>
+          <releaseProfiles>release</releaseProfiles>
+          <goals>deploy</goals>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
+    </plugins>
+  </build>
+  <profiles>
+    <profile>
+      <id>default-profile</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+        <file>
+          <exists>${java.home}/../lib/tools.jar</exists>
+        </file>
+      </activation>
+      <properties>
+        <toolsjar>${java.home}/../lib/tools.jar</toolsjar>
+      </properties>
+    </profile>
+    <profile>
+      <id>mac-profile</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+        <file>
+          <exists>${java.home}/../Classes/classes.jar</exists>
+        </file>
+      </activation>
+      <properties>
+        <toolsjar>${java.home}/../Classes/classes.jar</toolsjar>
+      </properties>
+    </profile>
+    <profile>
+      <id>release</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.4</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals><goal>sign</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-source-plugin</artifactId>
+            <version>2.1.2</version>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.8</version>
+            <executions>
+              <execution>
+                <id>attach-docs</id>
+                <goals><goal>jar</goal></goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.pom.sha1 b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.pom.sha1
new file mode 100644
index 0000000..c0db83d
--- /dev/null
+++ b/common/m2/repository/com/google/testing/compile/compile-testing/0.9/compile-testing-0.9.pom.sha1
@@ -0,0 +1 @@
+41fa2cf665e24ef3f7db3a10e1f0cc06e6bc6ac4
\ No newline at end of file
diff --git a/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar
new file mode 100644
index 0000000..7e5a222
--- /dev/null
+++ b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar
Binary files differ
diff --git a/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar.sha1 b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar.sha1
new file mode 100644
index 0000000..12ec302
--- /dev/null
+++ b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.jar.sha1
@@ -0,0 +1 @@
+8e14017a9cb439a34ec944a97162339a9a99389c
\ No newline at end of file
diff --git a/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom
new file mode 100644
index 0000000..55afea1
--- /dev/null
+++ b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom
@@ -0,0 +1,829 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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/xsd/maven-4.0.0.xsd">
+
+  <!--
+      TIPS:
+
+      - use "mvn versions:display-dependency-updates" to see what dependencies
+        have updates available.
+
+      - use "mvn versions:display-plugin-updates" to see whan plugins have
+        updates available.
+  -->
+
+  <!-- Used for making releases. -->
+  <parent>
+    <artifactId>oss-parent</artifactId>
+    <groupId>org.sonatype.oss</groupId>
+    <version>7</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.puppycrawl.tools</groupId>
+  <artifactId>checkstyle</artifactId>
+  <version>5.9</version>
+  <packaging>jar</packaging>
+  <name>checkstyle</name>
+  <url>http://checkstyle.sourceforge.net/</url>
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>https://github.com/checkstyle/checkstyle/issues</url>
+  </issueManagement>
+  <ciManagement>
+    <system>travis</system>
+    <url>https://travis-ci.org/checkstyle/checkstyle</url>
+  </ciManagement>
+  <inceptionYear>2001</inceptionYear>
+
+  <description>Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard</description>
+
+  <licenses>
+    <license>
+      <name>GNU Lesser General Public License</name>
+      <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:git:git@github.com:checkstyle/checkstyle.git</connection>
+    <developerConnection>scm:git:git@github.com:checkstyle/checkstyle.git</developerConnection>
+    <url>https://github.com/checkstyle/checkstyle</url>
+  </scm>
+
+  <distributionManagement>
+    <site>
+      <id>sourceforge-snapshot-site</id>
+      <name>Snapshot Site</name>
+      <url>scp://shell.sourceforge.net/home/project-web/checkstyle/htdocs/snapshot</url>
+    </site>
+  </distributionManagement>
+
+  <developers>
+    <developer>
+      <id>oburn</id>
+      <name>Oliver Burn</name>
+      <roles>
+        <role>founder</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>romanivanov</id>
+      <name>Roman Ivanov</name>
+      <roles>
+        <role>lead developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>daniilyar</id>
+      <name>Daniil Yaroslavtsev</name>
+      <roles>
+        <role>developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>moradan</id>
+      <name>Ivan Sopov</name>
+      <roles>
+        <role>developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>lkuehne</id>
+      <name>Lars Kühne</name>
+      <roles>
+        <role>former developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>rickgiles</id>
+      <name>Rick Giles</name>
+      <roles>
+        <role>former developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>o_sukhodolsky</id>
+      <name>Oleg Sukhodolsky</name>
+      <roles>
+        <role>former developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>mstudman</id>
+      <name>Michael Studman</name>
+      <roles>
+        <role>former developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>tschneeberger</id>
+      <name>Travis Schneeberger</name>
+      <roles>
+        <role>former developer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <mailingLists>
+    <mailingList>
+      <name>checkstyle-announce</name>
+      <archive>https://groups.google.com/forum/#!forum/checkstyle-announce</archive>
+      <subscribe>mailto:checkstyle-announce%2Bsubscribe@googlegroups.com</subscribe>
+      <unsubscribe>mailto:checkstyle-announce%2Bunsubscribe@googlegroups.com</unsubscribe>
+    </mailingList>
+    <mailingList>
+      <name>checkstyle</name>
+      <archive>https://groups.google.com/forum/#!forum/checkstyle</archive>
+      <subscribe>mailto:checkstyle%2Bsubscribe@googlegroups.com</subscribe>
+      <unsubscribe>mailto:checkstyle%2Bunsubscribe@googlegroups.com</unsubscribe>
+    </mailingList>
+    <mailingList>
+      <name>checkstyle-devel</name>
+      <archive>https://groups.google.com/forum/#!forum/checkstyle-devel</archive>
+      <subscribe>mailto:checkstyle-devel%2Bsubscribe@googlegroups.com</subscribe>
+      <unsubscribe>mailto:checkstyle-devel%2Bunsubscribe@googlegroups.com</unsubscribe>
+    </mailingList>
+  </mailingLists>
+
+  <properties>
+    <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
+    <projectVersion>${project.version}</projectVersion>
+    <tools.jar.version>1.5.0</tools.jar.version>
+    <tools.jar.path>${java.home}/../lib/tools.jar</tools.jar.path>
+    <maven.site.plugin.version>3.4</maven.site.plugin.version>
+  </properties>
+
+  <dependencies>
+    <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>2.7.7</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils-core</artifactId>
+      <version>1.8.3</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava-jdk5</artifactId>
+      <version>14.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <!-- Do not upgrade as this is the earliest version of ANT supported -->
+      <version>1.7.0</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <!-- test scope stuff -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.11</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <!-- This plugin's configuration is used to store Eclipse 
+             m2e settings only. It has no influence on the Maven build itself.
+        -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-antrun-plugin</artifactId>
+                    <versionRange>[1.0,)</versionRange>
+                    <goals>
+                      <goal>run</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute />
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>antlr-maven-plugin</artifactId>
+                    <versionRange>[1.0,)</versionRange>
+                    <goals>
+                      <goal>generate</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute />
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+        <version>${maven.site.plugin.version}</version>
+        <configuration>
+          <xdocDirectory>${basedir}/src/xdocs</xdocDirectory>
+          <validate>true</validate>
+        </configuration>
+        <dependencies>
+          <dependency><!-- add support for ssh/scp -->
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>1.0</version>
+          </dependency>
+        </dependencies>        
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>1.0.1</version>
+        <executions>
+          <execution>
+            <id>enforce-versions</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>1.5</version>
+                </requireJavaVersion>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <!-- Generate the grammar -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>antlr-maven-plugin</artifactId>
+        <version>2.2</version>
+        <configuration>
+          <sourceDirectory>${basedir}/src/main/resources/com/puppycrawl/tools/checkstyle/grammars</sourceDirectory>
+          <grammars>java.g</grammars>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>add-source</id>
+            <phase>generate-sources</phase>
+            <goals>
+              <goal>add-source</goal>
+            </goals>
+            <configuration>
+              <sources>
+                <source>${project.build.directory}/generated-sources/antlr/</source>
+              </sources>
+            </configuration>
+          </execution>
+        </executions>
+       </plugin>
+      
+
+      <!-- Generate checkstylecompilation.properties -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.7</version>
+        <executions>
+          <execution>
+            <id>ant-phase-compile</id>
+            <phase>compile</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <target>
+                <property name="mvn.project.build.outputDirectory" value="${project.build.outputDirectory}" />
+                <property name="mvn.project.version" value="${project.version}" />
+                <property name="mvn.compile_classpath" refid="maven.compile.classpath" />
+                <ant antfile="ant-phase-compile.xml" />
+              </target>
+            </configuration>
+          </execution>
+          <execution>
+            <id>ant-phase-verify</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <target>
+                <property name="mvn.project.build.directory" value="${project.build.directory}" />
+                <property name="mvn.project.version" value="${project.version}" />
+                <property name="mvn.runtime_classpath" refid="maven.runtime.classpath" />
+                <ant antfile="ant-phase-verify.xml" />
+              </target>
+            </configuration>
+          </execution>
+        </executions>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.ant</groupId>
+            <artifactId>ant-nodeps</artifactId>
+            <version>1.7.1</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+
+      <!-- Used to set custom properties -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.9</version>
+        <configuration>
+          <argLine> -Duser.language=en -Duser.country=US</argLine>
+        </configuration>
+      </plugin>
+
+      <!-- Ensure the manifest has all the gory details -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.3.1</version>
+        <configuration>
+          <archive>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.1</version>
+        <configuration>
+          <instrumentation>
+            <excludes>
+              <exclude>com/puppycrawl/tools/checkstyle/CheckStyleTask*.class</exclude>
+              <exclude>com/puppycrawl/tools/checkstyle/doclets/*.class</exclude>
+              <exclude>com/puppycrawl/tools/checkstyle/grammars/*.class</exclude>
+              <exclude>com/puppycrawl/tools/checkstyle/gui/*.class</exclude>
+            </excludes>
+          </instrumentation>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-linkcheck-plugin</artifactId>
+        <version>1.1</version>
+        <configuration>
+          <excludedLinks>**/apidocs/*</excludedLinks>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.8</version>
+        <configuration>
+          <downloadSources>true</downloadSources>
+          <downloadJavadocs>true</downloadJavadocs>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.10</version>
+        <configuration>
+          <source>1.5</source>
+	  <failOnError>false</failOnError>
+	  <linksource>true</linksource>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+
+      <plugin>
+        <groupId>com.github.sevntu-checkstyle</groupId>
+        <artifactId>dsm-maven-plugin</artifactId>
+        <version>2.1.3</version>
+        <configuration>
+          <obfuscatePackageNames>true</obfuscatePackageNames>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-linkcheck-plugin</artifactId>
+<!--
+        <configuration>
+          <excludedLinks>**/apidocs/*</excludedLinks>
+        </configuration>
+-->
+      </plugin>
+
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <!-- To be used when making distributions. Run the command-->
+      <!-- mvn -Pdistro package -->
+      <id>distro</id>
+
+      <build>
+      	<plugins>
+
+	        <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-checkstyle-plugin</artifactId>
+	          <executions>
+	            <execution>
+	              <id>verify_checkstyle</id>
+	              <phase>verify</phase>
+	              <goals>
+	                <goal>checkstyle</goal>
+	              </goals>
+	            </execution>
+	          </executions>
+	        </plugin>
+
+	        <plugin>
+	          <groupId>org.codehaus.mojo</groupId>
+	          <artifactId>cobertura-maven-plugin</artifactId>
+	          <executions>
+	            <execution>
+	              <id>verify_cobertura</id>
+	              <phase>verify</phase>
+	              <goals>
+	                <goal>cobertura</goal>
+	              </goals>
+	              <configuration>
+	                <formats>
+	                  <format>xml</format>
+	                  <format>html</format>
+	                </formats>
+	              </configuration>
+	            </execution>
+	          </executions>
+	        </plugin>
+
+			 <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-pmd-plugin</artifactId>
+	          <executions>
+	            <execution>
+	              <id>verify_pmd</id>
+	              <phase>verify</phase>
+	              <goals>
+	                <goal>pmd</goal>
+	              </goals>
+	              <configuration>
+	                <targetJdk>1.5</targetJdk>
+	                <minimumTokens>20</minimumTokens>
+	              </configuration>
+	            </execution>
+	          </executions>
+	        </plugin>
+
+	        <plugin>
+	          <groupId>org.codehaus.mojo</groupId>
+	          <artifactId>findbugs-maven-plugin</artifactId>
+	          <version>3.0.0</version>
+	          <executions>
+	            <execution>
+	              <id>verify_findbugs</id>
+	              <phase>verify</phase>
+	              <goals>
+	                <goal>findbugs</goal>
+	              </goals>
+	              <configuration>
+	                <reportFormat>xml</reportFormat>
+	              </configuration>
+	            </execution>
+	          </executions>
+	        </plugin>
+
+          <!-- Generates the site, which is required for assembly -->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <version>${maven.site.plugin.version}</version>
+            <executions>
+              <execution>
+                <id>gen-site</id>
+                <phase>prepare-package</phase>
+                <goals>
+                  <goal>site</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+
+          <!-- Creates the all inclusive uber jar -->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-shade-plugin</artifactId>
+            <version>1.4</version>
+            <executions>
+              <execution>
+                <phase>package</phase>
+                <goals>
+                  <goal>shade</goal>
+                </goals>
+                <configuration>
+                  <shadedArtifactAttached>true</shadedArtifactAttached>
+                  <shadedClassifierName>all</shadedClassifierName>
+                  <transformers>
+                    <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+                      <mainClass>com.puppycrawl.tools.checkstyle.Main</mainClass>
+                    </transformer>
+                  </transformers>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+
+          <!-- Creates the binary and source distributions -->
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>2.2.1</version>
+            <configuration>
+              <descriptors>
+                <descriptor>config/assembly-bin.xml</descriptor>
+                <descriptor>config/assembly-src.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <executions>
+              <execution>
+                <id>make-bundle</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+
+      <!-- Reports -->
+      <reporting>
+	      <plugins>
+
+	        <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-checkstyle-plugin</artifactId>
+	          <configuration>
+	            <configLocation>checkstyle_checks.xml</configLocation>
+	            <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression>
+	            <suppressionsLocation>suppressions.xml</suppressionsLocation>
+	            <headerLocation>java.header</headerLocation>
+	            <!-- this does not work
+	            <propertyExpansion>translation.severity=ignore</propertyExpansion>
+	        	-->
+	            <propertyExpansion>checkstyle.importcontrol.file=import-control.xml</propertyExpansion>          
+	        
+	          </configuration>
+	        </plugin>
+
+	        <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-surefire-report-plugin</artifactId>
+	        </plugin>
+	        
+	        <plugin>
+	          <groupId>org.codehaus.mojo</groupId>
+	          <artifactId>cobertura-maven-plugin</artifactId>
+	          <configuration>
+	            <formats>
+	              <format>xml</format>
+	              <format>html</format>
+	            </formats>
+	          </configuration>
+	        </plugin>
+
+	        <plugin>
+	          <groupId>org.codehaus.mojo</groupId>
+	          <artifactId>taglist-maven-plugin</artifactId>
+	          <version>2.4</version>
+	          <configuration>
+	            <tags>
+	              <tag>TODO</tag>
+	              <tag>@todo</tag>
+	              <tag>FIXME</tag>
+	            </tags>
+	          </configuration>
+	        </plugin>
+	       
+	        <plugin>
+	          <groupId>org.apache.maven.plugins</groupId>
+	          <artifactId>maven-pmd-plugin</artifactId>
+	          <configuration>
+	            <targetJdk>1.5</targetJdk>
+	            <minimumTokens>20</minimumTokens>
+	          </configuration>
+		      <reportSets>
+		          <reportSet>
+		            <reports>
+		              <report>pmd</report>
+		            </reports>
+		          </reportSet>
+		      </reportSets>	          
+	        </plugin>
+
+	        <plugin>
+	          <groupId>org.codehaus.mojo</groupId>
+	          <artifactId>findbugs-maven-plugin</artifactId>
+	          <version>3.0.0</version>
+	        </plugin> 
+	       
+	       </plugins>     	
+      </reporting>
+    </profile>
+
+    <profile>
+      <id>release</id>
+      <distributionManagement>
+        <site>
+          <id>sourceforge-site</id>
+          <name>Default Site</name>
+          <url>scp://shell.sourceforge.net/home/project-web/checkstyle/htdocs</url>
+        </site>
+      </distributionManagement>
+    </profile>
+
+    <profile>
+      <id>release-sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.4</version>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    <!-- Bring in tools.jar for platforms which provide it -->
+    <profile>
+      <id>tools.jar-sun</id>
+      <activation>
+        <property>
+          <name>java.vendor</name>
+          <value>Sun Microsystems Inc.</value>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.sun</groupId>
+          <artifactId>tools</artifactId>
+          <version>${tools.jar.version}</version>
+          <scope>system</scope>
+          <systemPath>${tools.jar.path}</systemPath>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <id>default-tools.jar-oracle</id>
+      <activation>
+        <property>
+          <name>java.vendor</name>
+          <value>Oracle Corporation</value>
+        </property>
+      </activation>
+      <dependencies>
+        <dependency>
+          <groupId>com.sun</groupId>
+          <artifactId>tools</artifactId>
+          <version>${tools.jar.version}</version>
+          <scope>system</scope>
+          <systemPath>${tools.jar.path}</systemPath>
+        </dependency>
+      </dependencies>
+    </profile>
+    
+    <profile>
+    <!-- that profile is used only for coveralls.io banner that show coverage at ReadMe.md  -->
+      <id>travis</id>
+      <build>
+      <plugins>
+        
+      <!-- Used to set custom properties by means of ${argLine}, that is required for jacoco -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.9</version>
+        <configuration>
+          <argLine>${argLine} -Duser.language=en -Duser.country=US</argLine>
+        </configuration>
+      </plugin>
+
+          <plugin>
+            <groupId>org.jacoco</groupId>
+            <artifactId>jacoco-maven-plugin</artifactId>
+            <version>0.7.1.201405082137</version>
+	        <configuration>
+	            <excludes>
+	              <exclude>com/puppycrawl/tools/checkstyle/CheckStyleTask*.class</exclude>
+	              <exclude>com/puppycrawl/tools/checkstyle/doclets/*.class</exclude>
+	              <exclude>com/puppycrawl/tools/checkstyle/grammars/*.class</exclude>
+	              <exclude>com/puppycrawl/tools/checkstyle/gui/*.class</exclude>
+	            </excludes>
+	        </configuration>               
+		<executions>
+			<execution>
+				<id>prepare-agent</id>
+				<goals>
+					<goal>prepare-agent</goal>
+				</goals>
+			</execution>
+			<execution>
+				<id>report</id>
+				<goals>
+					<goal>report</goal>
+				</goals>
+				<phase>prepare-package</phase>
+			</execution>
+		</executions>            
+          </plugin>
+
+          <plugin>
+            <groupId>org.eluder.coveralls</groupId>
+            <artifactId>coveralls-maven-plugin</artifactId>
+            <version>2.2.0</version>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+
+    
+  </profiles>
+</project>
diff --git a/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom.sha1 b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom.sha1
new file mode 100644
index 0000000..9f06ecb
--- /dev/null
+++ b/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/checkstyle-5.9.pom.sha1
@@ -0,0 +1 @@
+28a9bf01fa941143a00669c4999f658bb84489e7
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.jar b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.jar
new file mode 100644
index 0000000..207af05
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.jar
Binary files differ
diff --git a/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.jar.sha1 b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.jar.sha1
new file mode 100644
index 0000000..cd29cf95
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.jar.sha1
@@ -0,0 +1 @@
+4fdcf1fc27c1a8f55d1109df986c923152f07759
\ No newline at end of file
diff --git a/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.pom b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.pom
new file mode 100644
index 0000000..9f61276
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.pom
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>com.squareup</groupId>
+  <artifactId>javapoet</artifactId>
+  <version>1.7.0</version>
+
+  <name>JavaPoet</name>
+  <description>Use beautiful Java code to generate beautiful Java code.</description>
+  <url>http://github.com/square/javapoet/</url>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <java.version>1.7</java.version>
+    <junit.version>4.12</junit.version>
+    <truth.version>0.28</truth.version>
+    <compile-testing.version>0.9</compile-testing.version>
+  </properties>
+
+  <scm>
+    <url>http://github.com/square/javapoet/</url>
+    <connection>scm:git:git://github.com/square/javapoet.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/square/javapoet.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/square/javapoet/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Square, Inc.</name>
+    <url>http://squareup.com</url>
+  </organization>
+
+  <dependencies>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>${truth.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.testing.compile</groupId>
+      <artifactId>compile-testing</artifactId>
+      <version>${compile-testing.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.jimfs</groupId>
+      <artifactId>jimfs</artifactId>
+      <version>1.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.10.16</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.core.compiler</groupId>
+      <artifactId>ecj</artifactId>
+      <version>4.4.2</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.0</version>
+        <configuration>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.17</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.pom.sha1 b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.pom.sha1
new file mode 100644
index 0000000..2a038ea
--- /dev/null
+++ b/common/m2/repository/com/squareup/javapoet/1.7.0/javapoet-1.7.0.pom.sha1
@@ -0,0 +1 @@
+c40acc470df2a6ffb0803c3e3befcb63b50152c1
\ No newline at end of file
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
new file mode 100644
index 0000000..7647dc5
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar
Binary files differ
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar.sha1 b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar.sha1
new file mode 100644
index 0000000..e5a50b8
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar.sha1
@@ -0,0 +1 @@
+75812698e5e859f2cb587c622c4cdfcd61676426

diff --git a/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
new file mode 100644
index 0000000..3757e30
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the 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">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.apache</groupId>

+    <artifactId>apache</artifactId>

+    <version>4</version>

+  </parent>

+  <groupId>commons-beanutils</groupId>

+  <artifactId>commons-beanutils-core</artifactId>

+  <version>1.8.3</version>

+  <name>Commons BeanUtils Core</name>

+  <url>http://commons.apache.org/beanutils/</url>

+

+  <dependencies>

+    <dependency>

+      <groupId>commons-logging</groupId>

+      <artifactId>commons-logging</artifactId>

+      <version>1.1.1</version>

+    </dependency>

+  </dependencies>

+

+</project>

diff --git a/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom.sha1 b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom.sha1
new file mode 100644
index 0000000..20627da
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom.sha1
@@ -0,0 +1 @@
+5bd35afbfc81f56b8b8b94aa8d77b4b4704f2b00

diff --git a/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
new file mode 100644
index 0000000..ce4b9ff
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
Binary files differ
diff --git a/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar.sha1 b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar.sha1
new file mode 100644
index 0000000..d38d001
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar.sha1
@@ -0,0 +1 @@
+2bf96b7aa8b611c177d329452af1dc933e14501c
\ No newline at end of file
diff --git a/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
new file mode 100644
index 0000000..21e6d30
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
@@ -0,0 +1,250 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the 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">
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>11</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-cli</groupId>
+  <artifactId>commons-cli</artifactId>
+  <version>1.2</version>
+  <name>Commons CLI</name>
+
+  <inceptionYear>2002</inceptionYear>
+  <description>
+    Commons CLI provides a simple API for presenting, processing and validating a command line interface.
+  </description>
+
+  <url>http://commons.apache.org/cli/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/CLI</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/branches/cli-1.x/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <name>James Strachan</name>
+      <id>jstrachan</id>
+      <email>jstrachan@apache.org</email>
+      <organization>SpiritSoft, Inc.</organization>
+    </developer>
+    <developer>
+      <name>Bob McWhirter</name>
+      <id>bob</id>
+      <email>bob@werken.com</email>
+      <organization>Werken</organization>
+      <roles>
+        <role>contributed ideas and code from werken.opt</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>John Keyes</name>
+      <id>jkeyes</id>
+      <email>jbjk@mac.com</email>
+      <organization>integral Source</organization>
+      <roles>
+        <role>contributed ideas and code from Optz</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Rob Oxspring</name>
+      <id>roxspring</id>
+      <email>roxspring@imapmail.org</email>
+      <organization>Indigo Stone</organization>
+      <roles>
+        <role>designed CLI2</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Peter Donald</name>
+      <roles>
+        <role>contributed ideas and code from Avalon Excalibur's cli package</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Brian Egge</name>
+      <roles>
+        <role>made the 1.1 release happen</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Berin Loritsch</name>
+      <email>bloritsch@apache.org</email>
+      <roles>
+        <role>helped in the Avalon CLI merge</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Peter Maddocks</name>
+      <email>peter_maddocks@hp.com</email>
+      <organization>Hewlett-Packard</organization>
+      <roles>
+        <role>supplied patch</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Andrew Shirley</name>
+      <roles>
+        <role>lots of fixes for 1.1</role>
+      </roles>
+    </contributor>
+  </contributors>
+
+  <dependencies>
+    <!-- used for unit tests -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <properties>
+    <maven.compile.source>1.4</maven.compile.source>
+    <maven.compile.target>1.4</maven.compile.target>
+    <commons.componentid>cli</commons.componentid>
+    <commons.release.version>1.2</commons.release.version>
+    <commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
+    <commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName>
+    <commons.binary.suffix />
+    <commons.jira.id>CLI</commons.jira.id>
+    <commons.jira.pid>12310463</commons.jira.pid>
+    <!-- The RC version used in the staging repository URL. -->
+    <commons.rc.version>RC7</commons.rc.version>    
+  </properties>
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>.</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE.txt</include>
+          <include>LICENSE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+      <!--
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-ant-plugin</artifactId>
+        <version>2.1.1-SNAPSHOT</version>
+      </plugin>
+      -->
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>1.2</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <configLocation>src/conf/checkstyle.xml</configLocation>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-pmd-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.2.1</version>
+        <configuration>
+          <comparisonVersion>1.1</comparisonVersion>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+
+  <profiles>
+    <!-- Profile to let Gump choose the name of the jar file generated -->
+    <profile>
+      <id>gump</id>
+      <activation>
+        <property>
+          <name>maven.final.name</name>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-jar-plugin</artifactId>
+            <configuration>
+              <finalName>${maven.final.name}</finalName>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Commons Release Candidate Staging Site</name>
+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom.sha1 b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom.sha1
new file mode 100644
index 0000000..6a9443c
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.pom.sha1
@@ -0,0 +1 @@
+e1b71e4b511c3c63f8b19d0302fe1d1c6e79035a
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
new file mode 100644
index 0000000..fb76acf
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
Binary files differ
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar.sha1 b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar.sha1
new file mode 100644
index 0000000..af52981
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar.sha1
@@ -0,0 +1 @@
+775b7e22fb10026eed3f86e8dc556dfafe35f2d5
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
new file mode 100644
index 0000000..4310d2f
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  The MIT License
+ 
+  Copyright (c) 2009 codehaus.org.
+ 
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+ 
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+ 
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE. 
+-->
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.codehaus.mojo</groupId>
+    <artifactId>animal-sniffer-parent</artifactId>
+    <version>1.14</version>
+  </parent>
+
+  <artifactId>animal-sniffer-annotations</artifactId>
+
+  <name>Animal Sniffer Annotations</name>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>enforce-java</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <message>Annotations require Java 1.5+ to compile</message>
+                  <version>[1.5,)</version>
+                </requireJavaVersion>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom.sha1 b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom.sha1
new file mode 100644
index 0000000..42fb037
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom.sha1
@@ -0,0 +1 @@
+99a56e3312f8ece1d457c8ca0a3c4b69d173d000
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/_remote.repositories b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/_remote.repositories
new file mode 100644
index 0000000..ee9728a
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Fri Nov 11 15:50:40 PST 2016
+animal-sniffer-parent-1.14.pom>central=
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
new file mode 100644
index 0000000..a4bd750
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  The MIT License
+ 
+  Copyright (c) 2009 codehaus.org.
+ 
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to deal
+  in the Software without restriction, including without limitation the rights
+  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+  copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+ 
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+ 
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+  THE SOFTWARE. 
+-->
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.codehaus.mojo</groupId>
+    <artifactId>mojo-parent</artifactId>
+    <version>34</version>
+  </parent>
+
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>animal-sniffer-parent</artifactId>
+  <version>1.14</version>
+  <packaging>pom</packaging>
+
+  <name>Animal Sniffer</name>
+  <description>
+    Animal Sniffer Parent project.
+  </description>
+  <url>http://mojo.codehaus.org/animal-sniffer</url>
+  <inceptionYear>2008</inceptionYear>
+  <licenses>
+    <license>
+      <name>MIT license</name>
+      <url>http://www.opensource.org/licenses/mit-license.php</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <name>Kohsuke Kaw</name>
+      <email>kohsuke (dot) kawaguchi (at) sun (dot) com</email>
+      <roles>
+        <role>Lead Developer</role>
+      </roles>
+      <timezone>-8</timezone>
+    </developer>
+    <developer>
+      <name>Stephen Connolly</name>
+      <email>stephen (dot) alan (dot) connolly (at) gmail (dot) com</email>
+      <roles>
+        <role>Developer</role>
+      </roles>
+      <timezone>0</timezone>
+    </developer>
+  </developers>
+
+  <modules>
+    <module>java-boot-classpath-detector</module>
+    <module>animal-sniffer-annotations</module>
+    <module>animal-sniffer</module>
+    <module>animal-sniffer-maven-plugin</module>
+    <module>animal-sniffer-enforcer-rule</module>
+    <module>animal-sniffer-ant-tasks</module>
+  </modules>
+
+  <scm>
+    <connection>scm:svn:https://svn.codehaus.org/mojo/tags/animal-sniffer-parent-1.14</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/animal-sniffer-parent-1.14</developerConnection>
+    <url>http://fisheye.codehaus.org/browse/mojo/tags/animal-sniffer-parent-1.14</url>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MANIMALSNIFFER</url>
+  </issueManagement>
+  <distributionManagement>
+    <site>
+      <id>codehaus.org</id>
+      <name>Mojo Website</name>
+      <url>dav:https://dav.codehaus.org/mojo/animal-sniffer</url>
+    </site>    
+  </distributionManagement>
+
+  <properties>
+    <sitePluginVersion>3.3</sitePluginVersion>
+  </properties>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>1.9</version>
+          <configuration>
+            <projectsDirectory>src/it</projectsDirectory>
+            <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+            <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
+            <settingsFile>src/it/settings.xml</settingsFile>
+            <showErrors>true</showErrors>
+            <streamLogs>true</streamLogs>
+            <postBuildHookScript>verify</postBuildHookScript>
+          </configuration>          
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+</project>
diff --git a/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom.sha1 b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom.sha1
new file mode 100644
index 0000000..be9e9b2
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom.sha1
@@ -0,0 +1 @@
+c1e91a9c2f36d9e6d3c7087242d8d9ec56052e5d
\ No newline at end of file
diff --git a/common/m2/repository/org/codehaus/mojo/mojo-parent/34/_remote.repositories b/common/m2/repository/org/codehaus/mojo/mojo-parent/34/_remote.repositories
new file mode 100644
index 0000000..58f1645
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/mojo-parent/34/_remote.repositories
@@ -0,0 +1,3 @@
+#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
+#Fri Nov 11 15:50:40 PST 2016
+mojo-parent-34.pom>central=
diff --git a/common/m2/repository/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom b/common/m2/repository/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
new file mode 100644
index 0000000..9f95a81
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
@@ -0,0 +1,667 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.codehaus</groupId>
+    <artifactId>codehaus-parent</artifactId>
+    <version>4</version>
+  </parent>
+
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>mojo-parent</artifactId>
+  <version>34</version>
+  <packaging>pom</packaging>
+
+  <name>Codehaus Mojo Parent</name>
+  <url>http://mojo.codehaus.org</url>
+  <organization>
+    <name>Codehaus</name>
+    <url>http://codehaus.org</url>
+  </organization>
+
+  <mailingLists>
+    <mailingList>
+      <name>Development List</name>
+      <subscribe>dev-subscribe@mojo.codehaus.org</subscribe>
+      <unsubscribe>dev-unsubscribe@mojo.codehaus.org</unsubscribe>
+      <post>dev@mojo.codehaus.org</post>
+      <archive>http://markmail.org/list/org.codehaus.mojo.dev</archive>
+      <otherArchives>
+        <otherArchive>http://mojo.10943.n7.nabble.com/Developer-f3.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>User List</name>
+      <subscribe>user-subscribe@mojo.codehaus.org</subscribe>
+      <unsubscribe>user-unsubscribe@mojo.codehaus.org</unsubscribe>
+      <post>user@mojo.codehaus.org</post>
+      <archive>http://markmail.org/list/org.codehaus.mojo.user</archive>
+      <otherArchives>
+        <otherArchive>http://mojo.10943.n7.nabble.com/User-f34162.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+    <mailingList>
+      <name>Commits List</name>
+      <subscribe>scm-subscribe@mojo.codehaus.org</subscribe>
+      <unsubscribe>scm-unsubscribe@mojo.codehaus.org</unsubscribe>
+      <archive>http://markmail.org/list/org.codehaus.mojo.scm</archive>
+    </mailingList>
+    <mailingList>
+      <name>Announcements List</name>
+      <subscribe>announce-subscribe@mojo.codehaus.org</subscribe>
+      <unsubscribe>announce-unsubscribe@mojo.codehaus.org</unsubscribe>
+      <post>announce@mojo.codehaus.org</post>
+      <archive>http://markmail.org/list/org.codehaus.mojo.announce</archive>
+      <otherArchives>
+        <otherArchive>http://mojo.10943.n7.nabble.com/Announce-f38303.html</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
+  <!-- This has NO effect on mojo-projects using this parent.
+       This just mean that you need maven 2.2.1 to build the mojo-parent -->
+  <prerequisites>
+    <maven>2.2.1</maven>
+  </prerequisites>
+
+  <scm>
+    <connection>scm:svn:http://svn.codehaus.org/mojo/tags/mojo-parent-34</connection>
+    <developerConnection>scm:svn:https://svn.codehaus.org/mojo/tags/mojo-parent-34</developerConnection>
+    <url>http://fisheye.codehaus.org/browse/mojo/tags/mojo-parent-34</url>
+  </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MOJO</url>
+  </issueManagement>
+  <ciManagement>
+    <system>bamboo</system>
+    <url>http://bamboo.ci.codehaus.org/browse/MOJO</url>
+  </ciManagement>
+  <distributionManagement>
+    <site>
+      <id>codehaus.org</id>
+      <name>Mojo Website</name>
+      <url>dav:https://dav.codehaus.org/mojo/</url>
+    </site>
+  </distributionManagement>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <mojo.javadoc.mavenVersion>${project.prerequisites.maven}</mojo.javadoc.mavenVersion>
+    <mojo.java.target>1.5</mojo.java.target>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    <!-- NOTE: We deliberately do not set maven.test.redirectTestOutputToFile here to workaround MNG-1992 -->
+    <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
+    <!-- this property makes sure NetBeans 6.8+ picks up some formatting rules from checkstyle -->
+    <netbeans.checkstyle.format>true</netbeans.checkstyle.format>
+  </properties>
+
+  <pluginRepositories>
+    <pluginRepository>
+      <id>codehaus-snapshots</id>
+      <name>Codehaus Snapshots</name>
+      <url>http://nexus.codehaus.org/snapshots/</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </pluginRepository>
+  </pluginRepositories>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-api</artifactId>
+        <version>2.2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.11</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <!-- Apache plugins in alphabetical order -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <version>2.13</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.1</version>
+          <configuration>
+            <source>${mojo.java.target}</source>
+            <target>${mojo.java.target}</target>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.9</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>1.3.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-invoker-plugin</artifactId>
+          <version>1.9</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>2.5</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.9.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jxr-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>3.3</version>
+          <executions>
+            <execution>
+              <id>help-mojo</id>
+              <goals>
+                <goal>helpmojo</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-pmd-plugin</artifactId>
+          <version>3.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>2.7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.1</version>
+          <configuration>
+            <tagBase>https://svn.codehaus.org/mojo/tags</tagBase>
+            <useReleaseProfile>false</useReleaseProfile>
+            <arguments>-Pmojo-release</arguments>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.17</version>
+          <configuration>
+            <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-report-plugin</artifactId>
+          <version>2.17</version>
+        </plugin>
+        <!-- Codehaus plugins in alphabetical order -->
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>animal-sniffer-maven-plugin</artifactId>
+          <version>1.11</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>l10n-maven-plugin</artifactId>
+          <version>1.0-alpha-2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>license-maven-plugin</artifactId>
+          <version>1.7</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-maven-plugin</artifactId>
+          <version>1.3.8</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>taglist-maven-plugin</artifactId>
+          <version>2.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>2.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>mojo-enforcer-rules</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <bannedDependencies>
+                  <excludes>
+                    <exclude>org.codehaus.plexus:plexus-component-api</exclude>
+                  </excludes>
+                  <message>The plexus-component-api conflicts with the plexus-container-default used by Maven. You probably added a dependency that is missing the exclusions.</message>
+                </bannedDependencies>
+                <requireNoRepositories>
+                  <message>Mojo is synchronized with repo1.maven.org.  The rules for repo1.maven.org are that pom.xml files should not include repository definitions.  If repository definitions are included, they must be limited to SNAPSHOT only repositories.</message>
+                  <banRepositories>true</banRepositories>
+                  <banPluginRepositories>true</banPluginRepositories>
+                  <allowSnapshotRepositories>true</allowSnapshotRepositories>
+                  <allowedPluginRepositories>
+                    <allowedPluginRepository>codehaus-snapshots</allowedPluginRepository>
+                    <allowedPluginRepository>apache.snapshots</allowedPluginRepository>
+                  </allowedPluginRepositories>
+                </requireNoRepositories>
+                <requirePluginVersions>
+                  <message>Best Practice is to always define plugin versions!</message>
+                  <banLatest>true</banLatest>
+                  <banRelease>true</banRelease>
+                </requirePluginVersions>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>clean</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-webdav-jackrabbit</artifactId>
+        <version>2.7</version>
+      </extension>
+    </extensions>
+  </build>
+
+  <reporting>
+    <plugins>
+      <!-- Apache plugins in alphabetical order -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>3.3</version>
+        <configuration>
+          <requirements>
+            <!--
+            NOTE: Maven 2.x does not interpolate properties of the form project.*|pom.* so the Maven Plugin Plugin
+            gets garbage when manually examining the config of the Maven Compiler Plugin.
+            -->
+            <jdk>${mojo.java.target}</jdk>
+          </requirements>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.7</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>cim</report>
+              <report>dependency-info</report>
+              <report>index</report>
+              <report>issue-tracking</report>
+              <report>mailing-list</report>
+              <report>project-team</report>
+              <report>scm</report>
+              <report>summary</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <profiles>
+    <profile>
+      <id>mojo-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.apache.resources</groupId>
+                <artifactId>apache-source-release-assembly-descriptor</artifactId>
+                <version>1.0.4</version>
+              </dependency>
+            </dependencies>
+            <executions>
+              <execution>
+                <id>attach-source-release-distro</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+                <configuration>
+                  <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+                  <descriptorRefs>
+                    <descriptorRef>source-release</descriptorRef>
+                  </descriptorRefs>
+                  <tarLongFileFormat>gnu</tarLongFileFormat>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+              <updateReleaseInfo>true</updateReleaseInfo>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar-no-fork</goal>
+                </goals>
+              </execution>
+            </executions>
+          </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>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-gpg-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>sign-artifacts</id>
+                <phase>verify</phase>
+                <goals>
+                  <goal>sign</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>reporting</id>
+      <activation>
+        <property>
+          <name>skipReports</name>
+          <value>!true</value>
+        </property>
+      </activation>
+      <reporting>
+        <plugins>
+          <!-- Apache plugins in alphabetical order -->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-checkstyle-plugin</artifactId>
+            <version>2.13</version>
+            <configuration>
+              <configLocation>config/maven_checks.xml</configLocation>
+              <headerLocation>config/maven-header.txt</headerLocation>
+            </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>checkstyle</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.9.1</version>
+            <configuration>
+              <quiet>true</quiet>
+              <links>
+                <link>http://junit.sourceforge.net/javadoc/</link>
+              </links>
+              <tagletArtifacts>
+                <tagletArtifact>
+                  <groupId>org.apache.maven.plugin-tools</groupId>
+                  <artifactId>maven-plugin-tools-javadoc</artifactId>
+                  <version>3.3</version>
+                </tagletArtifact>
+                <tagletArtifact>
+                  <groupId>org.codehaus.plexus</groupId>
+                  <artifactId>plexus-component-javadoc</artifactId>
+                  <version>1.5.5</version>
+                </tagletArtifact>
+              </tagletArtifacts>
+            </configuration>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>javadoc</report>
+                  <report>test-javadoc</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.4</version>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pmd-plugin</artifactId>
+            <version>3.2</version>
+            <configuration>
+              <targetJdk>${mojo.java.target}</targetJdk>
+              <rulesets>
+                <ruleset>http://svn.codehaus.org/mojo/tags/mojo-parent-34/src/main/config/pmd/mojo_rules.xml</ruleset>
+              </rulesets>
+              <excludeRoots>
+                <excludeRoot>${project.build.directory}/generated-sources/antlr</excludeRoot>
+                <excludeRoot>${project.build.directory}/generated-sources/javacc</excludeRoot>
+                <excludeRoot>${project.build.directory}/generated-sources/modello</excludeRoot>
+                <excludeRoot>${project.build.directory}/generated-sources/plugin</excludeRoot>
+              </excludeRoots>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-project-info-reports-plugin</artifactId>
+            <version>2.7</version>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>cim</report>
+                  <report>dependencies</report>
+                  <report>dependency-convergence</report>
+                  <report>dependency-info</report>
+                  <report>dependency-management</report>
+                  <report>index</report>
+                  <report>issue-tracking</report>
+                  <report>license</report>
+                  <report>mailing-list</report>
+                  <report>plugin-management</report>
+                  <report>project-team</report>
+                  <report>scm</report>
+                  <report>summary</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-surefire-report-plugin</artifactId>
+            <version>2.17</version>
+            <reportSets>
+              <reportSet>
+                <reports>
+                  <report>report</report>
+                </reports>
+              </reportSet>
+            </reportSets>
+          </plugin>
+          <!-- Codehaus plugins in alphabetical order -->
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+            <version>2.6</version>
+            <configuration>
+              <instrumentation>
+                <excludes>
+                  <exclude>**/HelpMojo.class</exclude>
+                </excludes>
+              </instrumentation>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>taglist-maven-plugin</artifactId>
+            <version>2.4</version>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+    <profile>
+      <id>maven-3</id>
+      <activation>
+        <file>
+          <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
+          <exists>${basedir}</exists>
+        </file>
+      </activation>
+      <build>
+        <plugins>
+          <!-- if releasing current pom with maven 3 site descriptor must be attached -->
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <inherited>false</inherited>
+            <executions>
+              <execution>
+                <id>attach-descriptor</id>
+                <goals>
+                  <goal>attach-descriptor</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/common/m2/repository/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom.sha1 b/common/m2/repository/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom.sha1
new file mode 100644
index 0000000..c5f6133
--- /dev/null
+++ b/common/m2/repository/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom.sha1
@@ -0,0 +1 @@
+803dc5cf36e504c5a48aa9a321f7fba1d6396733
\ No newline at end of file
diff --git a/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar
new file mode 100644
index 0000000..56b9cc3
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar
Binary files differ
diff --git a/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar.md5 b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar.md5
new file mode 100644
index 0000000..602f242
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar.md5
@@ -0,0 +1 @@
+655e10a4a34db4274d7731fccd675bad
\ No newline at end of file
diff --git a/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar.sha1 b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar.sha1
new file mode 100644
index 0000000..8cf3d00
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.jar.sha1
@@ -0,0 +1 @@
+eb55fbfc70996f9645de075086df68794d96e4dc
\ No newline at end of file
diff --git a/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom
new file mode 100644
index 0000000..08a876c
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.android.databinding</groupId>
+  <artifactId>localizemaven</artifactId>
+  <version>1.1</version>
+  <dependencies>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-connector-basic</artifactId>
+      <version>1.0.2.v20150114</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-transport-http</artifactId>
+      <version>1.0.2.v20150114</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether-transport-file</artifactId>
+      <version>1.0.2.v20150114</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-aether-provider</artifactId>
+      <version>3.3.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.aether</groupId>
+      <artifactId>aether</artifactId>
+      <version>1.0.2.v20150114</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom.md5 b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom.md5
new file mode 100644
index 0000000..20a4982
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom.md5
@@ -0,0 +1 @@
+1e4d10cf9c8ffc6040e22c7e76f0aa2a
\ No newline at end of file
diff --git a/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom.sha1 b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom.sha1
new file mode 100644
index 0000000..6705f12
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/1.1/localizemaven-1.1.pom.sha1
@@ -0,0 +1 @@
+89065de70856a47fcf5e51f9b8a5529644952303
\ No newline at end of file
diff --git a/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml b/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml
new file mode 100644
index 0000000..cf7e9ce
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>com.android.databinding</groupId>
+  <artifactId>localizemaven</artifactId>
+  <versioning>
+    <release>1.1</release>
+    <versions>
+      <version>1.1</version>
+    </versions>
+    <lastUpdated>20160212192012</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml.md5 b/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml.md5
new file mode 100644
index 0000000..4c02386
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml.md5
@@ -0,0 +1 @@
+d6a9b7f884c713fa405cb4a3faf2c9fe
\ No newline at end of file
diff --git a/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml.sha1 b/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml.sha1
new file mode 100644
index 0000000..b90a5d5
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/localizemaven/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+f5afd3a9fd6308b1fe4fdfbf54356a7afa344c0f
\ No newline at end of file