o Fixed invalid test POMs

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@801423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-08-05 21:42:06 +00:00
parent 480dd49f8d
commit 27ff2babf9
14 changed files with 15 additions and 8 deletions

View File

@ -3,6 +3,7 @@
<artifactId>p0</artifactId>
<groupId>maven</groupId>
<version>1.0</version>
<packaging>pom</packaging>
<dependencies>
<dependency>

View File

@ -4,6 +4,7 @@
<groupId>org.apache.maven.mercury</groupId>
<artifactId>mercury-parent</artifactId>
<version>1.0.0-alpha-3-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>

View File

@ -1,15 +1,10 @@
<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>
<!--
<parent>
<groupId>org.sonatype.forge</groupId>
<artifactId>forge-parent</artifactId>
<version>3</version>
</parent>
-->
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-parent</artifactId>
<version>8-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<plexus.version>1.0-beta-3.0.5-SNAPSHOT</plexus.version>

View File

@ -25,6 +25,7 @@ under the License.
<groupId>mng3984</groupId>
<artifactId>test-1</artifactId>
<version>0.1</version>
<packaging>pom</packaging>
<name>MNG-3984</name>
<repositories>

View File

@ -2,5 +2,6 @@
<groupId>gid</groupId>
<artifactId>child-3</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
</project>

View File

@ -7,4 +7,5 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>child-2</artifactId>
<packaging>pom</packaging>
</project>

View File

@ -3,6 +3,7 @@
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>

View File

@ -3,6 +3,7 @@
<groupId>gid</groupId>
<artifactId>aid</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>

View File

@ -3,6 +3,7 @@
<groupId>gid</groupId>
<artifactId>aid</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<build>
<pluginManagement>
<plugins>

View File

@ -22,6 +22,7 @@
<groupId>gid</groupId>
<artifactId>aid</artifactId>
<version>1.0</version>
<packaging>pom</packaging>
<build>
<pluginManagement>
<plugins>

View File

@ -4,6 +4,7 @@
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-parent</artifactId>
<version>8-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
<pluginManagement>
<plugins>

View File

@ -3,6 +3,7 @@
<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus</artifactId>
<version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<build>
<pluginManagement>
<plugins>

View File

@ -5,6 +5,7 @@
<groupId>org.apache.maven.its</groupId>
<artifactId>test-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<pomProfile>parent</pomProfile>
</properties>

View File

@ -26,7 +26,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>maven.t02</groupId>
<artifactId>p4</artifactId>
<packaging>jar</packaging>
<packaging>pom</packaging>
<name>p4</name>
<version>1.0</version>
</project>