diff --git a/annotations/pom.xml b/annotations/pom.xml
index 62ebfe88a40..e2c39e331ea 100644
--- a/annotations/pom.xml
+++ b/annotations/pom.xml
@@ -28,6 +28,11 @@
error_prone_annotations
+
+ com.google.errorprone
+ error_prone_type_annotations
+ ${project.version}
+
junit
junit
diff --git a/pom.xml b/pom.xml
index 697d0298640..2b7b6439a0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
core
annotation
annotations
+ type_annotations
docgen
docgen_processor
refaster
diff --git a/type_annotations/pom.xml b/type_annotations/pom.xml
new file mode 100644
index 00000000000..ce7176f9f27
--- /dev/null
+++ b/type_annotations/pom.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ 4.0.0
+
+
+ com.google.errorprone
+ error_prone_parent
+ 1.0-HEAD-SNAPSHOT
+
+
+ error-prone type annotations
+ error_prone_type_annotations
+
+
+
+ error_prone_annotations
+ error_prone_type_annotations has been merged into error_prone_annotations
+
+
+
+
+
+ Apache 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+
+
+