diff --git a/org.eclipse.jdt.annotation_v1/build.properties b/org.eclipse.jdt.annotation_v1/build.properties
index 7e8b52d7d2e..369a33dfc1c 100644
--- a/org.eclipse.jdt.annotation_v1/build.properties
+++ b/org.eclipse.jdt.annotation_v1/build.properties
@@ -20,3 +20,7 @@ bin.includes = META-INF/,\
src/,\
about.html
src.includes = about.html
+
+# Disable all baseline and API checks for this older version of org.eclipse.jdt.annotation
+pom.model.property.skipAPIAnalysis = true
+pom.model.property.version.baseline.check.skip = true
diff --git a/org.eclipse.jdt.annotation_v1/pom.xml b/org.eclipse.jdt.annotation_v1/pom.xml
deleted file mode 100644
index 82a5bf5ce5e..00000000000
--- a/org.eclipse.jdt.annotation_v1/pom.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
- 4.0.0
-
- eclipse.jdt.core
- org.eclipse.jdt
- 4.34.0-SNAPSHOT
-
- org.eclipse.jdt.annotation
- 1.2.100-SNAPSHOT
- eclipse-plugin
-
-
- true
-
-
-
-
- org.eclipse.tycho.extras
- tycho-p2-extras-plugin
-
-
- compare-attached-artifacts-with-release
-
- compare-version-with-baselines
-
-
- true
-
- ${previous-release.baseline}
-
- zip
-
-
-
-
-
-
-
diff --git a/pom.xml b/pom.xml
index 33be51567b2..ed9b192c1f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,30 +91,6 @@
-
- org.eclipse.tycho.extras
- tycho-p2-extras-plugin
- ${tycho.version}
-
-
- compare-attached-artifacts-with-release
-
- compare-version-with-baselines
-
-
- ${compare-version-with-baselines.skip}
-
- ${previous-release.baseline}
-
- zip
-
- META-INF/ECLIPSE_.RSA
- META-INF/ECLIPSE_.SF
-
-
-
-
-