diff --git a/core/deployment/src/main/java/io/quarkus/deployment/Capability.java b/core/deployment/src/main/java/io/quarkus/deployment/Capability.java
index 0260ddb493d89..e5ed3637c6d39 100644
--- a/core/deployment/src/main/java/io/quarkus/deployment/Capability.java
+++ b/core/deployment/src/main/java/io/quarkus/deployment/Capability.java
@@ -68,6 +68,8 @@ public interface Capability {
String RESTEASY_REACTIVE_JSON_JACKSON = RESTEASY_REACTIVE_JSON + ".jackson";
String RESTEASY_REACTIVE_JSON_JSONB = RESTEASY_REACTIVE_JSON + ".jsonb";
+ String RESTEASY_MULTIPART = RESTEASY + ".multipart";
+
String JWT = QUARKUS_PREFIX + ".jwt";
/**
diff --git a/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml b/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml
index adb18f4005fe8..bcdb550e93cf3 100644
--- a/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml
+++ b/extensions/resteasy-classic/resteasy-multipart/runtime/pom.xml
@@ -59,6 +59,11 @@
io.quarkus
quarkus-extension-maven-plugin
+
+
+ io.quarkus.resteasy.multipart
+
+
maven-compiler-plugin