Explained how to suppress dependency-scanning in documentation
[hibernate4-maven-plugin] / src / it / ignored-dependency / pom.xml
diff --git a/src/it/ignored-dependency/pom.xml b/src/it/ignored-dependency/pom.xml
new file mode 100644 (file)
index 0000000..27dd299
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/maven-v4_0_0.xsd">
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>de.juplo</groupId>
+  <artifactId>ignored-dependency</artifactId>
+  <name>Hibernate 4 Maven Plugin - Ignored Dependen Test</name>
+  <version>1</version>
+  <packaging>pom</packaging>
+
+  <modules>
+    <module>ignored</module>
+    <module>main</module>
+  </modules>
+
+</project>