diff --git a/pom.xml b/pom.xml
index 70f16095..ec0d1c38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
error-prone-contrib
refaster-compiler
refaster-support
+ weird-classpath-issue
diff --git a/weird-classpath-issue/pom.xml b/weird-classpath-issue/pom.xml
new file mode 100644
index 00000000..8906be73
--- /dev/null
+++ b/weird-classpath-issue/pom.xml
@@ -0,0 +1,99 @@
+
+
+ 4.0.0
+
+ tech.picnic.error-prone-support
+ 0.0.1-SNAPSHOT
+ weird-classpath-issue
+
+
+ UTF-8
+
+
+ Try some stuff
+
+
+
+ com.google.auto.service
+ auto-service
+ 1.0.1
+
+
+ com.github.PicnicSupermarket.error-prone
+ error_prone_annotation
+ v2.10.0-picnic-3
+
+
+ com.github.PicnicSupermarket.error-prone
+ error_prone_annotations
+ v2.10.0-picnic-3
+
+
+
+
+
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+
+
+
+ com.google.auto.service
+ auto-service
+ 1.0.1
+
+
+ true
+ 11
+
+
+
+
+ 11
+ 11
+
+
+ false
+
+
+
+
+
+
+
+
+ error-prone
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+
+ com.github.PicnicSupermarket.error-prone
+ error_prone_annotations
+ v2.10.0-picnic-3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/weird-classpath-issue/src/main/java/tech/picnic/errorprone/refaster/A.java b/weird-classpath-issue/src/main/java/tech/picnic/errorprone/refaster/A.java
new file mode 100644
index 00000000..8f0a8a0d
--- /dev/null
+++ b/weird-classpath-issue/src/main/java/tech/picnic/errorprone/refaster/A.java
@@ -0,0 +1,6 @@
+package tech.picnic.errorprone.refaster;
+
+import com.google.auto.service.AutoService;
+
+//@AutoService(A.class)
+public class A {}