aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2020-01-09 13:07:51 -0800
committerDavid P. Baker <dpb@google.com>2020-01-10 13:07:06 -0500
commit65087f1953253e1b0d00b4e29b21722b9640a102 (patch)
tree1971ea25c9745336c14585aceea7448486b579f2
parent13a0b2470affd322d7fa2cad8d41140df91539a9 (diff)
downloadauto-65087f1953253e1b0d00b4e29b21722b9640a102.tar.gz
Delete Auto-Parent pom.xml entirely.
It no longer provides meaningful functionality, and the Auto projects no longer use it. And of course existing users can continue to reference the releases in Maven Central. Followup to CL 245779060. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=288955500
-rw-r--r--build-pom.xml1
-rw-r--r--pom.xml58
2 files changed, 0 insertions, 59 deletions
diff --git a/build-pom.xml b/build-pom.xml
index b5ce9c08..45a31133 100644
--- a/build-pom.xml
+++ b/build-pom.xml
@@ -6,7 +6,6 @@
<version>NO_VERSION</version>
<packaging>pom</packaging>
<modules>
- <module>.</module>
<module>common</module>
<module>factory</module>
<module>service</module>
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 8e5480f6..00000000
--- a/pom.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright 2013 Google LLC
-
- 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>org.sonatype.oss</groupId>
- <artifactId>oss-parent</artifactId>
- <version>7</version>
- </parent>
-
- <groupId>com.google.auto</groupId>
- <artifactId>auto-parent</artifactId>
- <packaging>pom</packaging>
- <version>HEAD-SNAPSHOT</version>
- <name>Auto (Parent)</name>
- <description>NO LONGER USED parent pom for a collection of code generators for Java.</description>
- <url>https://github.com/google/auto</url>
-
- <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>
-
- <issueManagement>
- <system>GitHub Issues</system>
- <url>http://github.com/google/auto/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>Google LLC</name>
- <url>http://www.google.com</url>
- </organization>
-</project>