diff --git a/modello-cli/pom.xml b/modello-cli/pom.xml
new file mode 100644
index 000000000..2d10cc4cb
--- /dev/null
+++ b/modello-cli/pom.xml
@@ -0,0 +1,129 @@
+
+
+
+ 4.0.0
+
+ org.codehaus.modello
+ modello
+ 2.5.2-SNAPSHOT
+
+ modello-cli
+ Modello CLI
+ Modello CLI is a standalone executable JAR that bundles Modello Core with all plugins for command-line usage.
+
+
+
+ org.codehaus.modello
+ modello-core
+
+
+
+ org.codehaus.modello
+ modello-plugin-java
+
+
+ org.codehaus.modello
+ modello-plugin-xml
+
+
+ org.codehaus.modello
+ modello-plugin-xsd
+
+
+ org.codehaus.modello
+ modello-plugin-xdoc
+
+
+ org.codehaus.modello
+ modello-plugin-xpp3
+
+
+ org.codehaus.modello
+ modello-plugin-stax
+
+
+ org.codehaus.modello
+ modello-plugin-jackson
+
+
+ org.codehaus.modello
+ modello-plugin-dom4j
+
+
+ org.codehaus.modello
+ modello-plugin-jdom
+
+
+ org.codehaus.modello
+ modello-plugin-jsonschema
+
+
+ org.codehaus.modello
+ modello-plugin-sax
+
+
+ org.codehaus.modello
+ modello-plugin-snakeyaml
+
+
+ org.codehaus.modello
+ modello-plugin-converters
+
+
+ org.codehaus.modello
+ modello-plugin-velocity
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+ 3.6.1
+
+
+
+ shade
+
+ package
+
+ false
+
+
+
+
+
+
+ org.codehaus.modello.ModelloCli
+ ${project.artifactId}
+ ${project.version}
+ ${project.artifactId}
+ ${project.version}
+ ${project.groupId}
+
+
+
+
+
+ *:*
+
+ META-INF/MANIFEST.MF
+ META-INF/LICENSE
+ META-INF/LICENSE.txt
+ META-INF/DEPENDENCIES
+ META-INF/NOTICE
+ META-INF/NOTICE.txt
+ **/module-info.class
+ about.html
+ overview.html
+
+
+
+
+
+
+
+
+
+
diff --git a/modello-core/pom.xml b/modello-core/pom.xml
index d00e5c700..590a32ecf 100644
--- a/modello-core/pom.xml
+++ b/modello-core/pom.xml
@@ -60,58 +60,4 @@
-
-
-
- org.apache.maven.plugins
- maven-shade-plugin
- 3.6.1
-
-
- cli
-
- shade
-
- package
-
- cli
- false
- true
-
-
-
-
-
-
- org.codehaus.modello.ModelloCli
- ${project.artifactId}
- ${project.version}
- ${project.artifactId}
- ${project.version}
- ${project.groupId}
-
-
-
-
-
- *:*
-
- META-INF/MANIFEST.MF
- META-INF/LICENSE
- META-INF/LICENSE.txt
- META-INF/DEPENDENCIES
- META-INF/NOTICE
- META-INF/NOTICE.txt
- **/module-info.class
- about.html
- overview.html
-
-
-
-
-
-
-
-
-
diff --git a/pom.xml b/pom.xml
index aadac5999..8f516957f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,7 @@
modello-core
modello-test
modello-plugins
+ modello-cli