aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-projects/maven/shade-with-dependency-reduced-pom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'it/it-projects/maven/shade-with-dependency-reduced-pom/pom.xml')
-rw-r--r--it/it-projects/maven/shade-with-dependency-reduced-pom/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/it/it-projects/maven/shade-with-dependency-reduced-pom/pom.xml b/it/it-projects/maven/shade-with-dependency-reduced-pom/pom.xml
new file mode 100644
index 00000000000..af12af572e3
--- /dev/null
+++ b/it/it-projects/maven/shade-with-dependency-reduced-pom/pom.xml
@@ -0,0 +1,19 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+
+ <groupId>org.foo.bar</groupId>
+ <artifactId>parent</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>child1</module>
+ <module>child2</module>
+ </modules>
+
+
+
+</project>
+