diff options
Diffstat (limited to 'it/it-projects/maven/maven-bad-parameters/module_b/pom.xml')
-rw-r--r-- | it/it-projects/maven/maven-bad-parameters/module_b/pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/it/it-projects/maven/maven-bad-parameters/module_b/pom.xml b/it/it-projects/maven/maven-bad-parameters/module_b/pom.xml deleted file mode 100644 index 84194b9c290..00000000000 --- a/it/it-projects/maven/maven-bad-parameters/module_b/pom.xml +++ /dev/null @@ -1,13 +0,0 @@ -<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> - <artifactId>module_b</artifactId> - <packaging>jar</packaging> - <name>Module B</name> - - <parent> - <groupId>com.sonarsource.it.samples.maven-bad-parameters</groupId> - <artifactId>parent</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> -</project>
\ No newline at end of file |