You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/02/02 20:24:00 UTC

svn commit: r374465 - /maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml

Author: carlos
Date: Thu Feb  2 11:23:49 2006
New Revision: 374465

URL: http://svn.apache.org/viewcvs?rev=374465&view=rev
Log:
Added it parent

Added:
    maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml   (with props)

Added: maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml?rev=374465&view=auto
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml (added)
+++ maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml Thu Feb  2 11:23:49 2006
@@ -0,0 +1,19 @@
+<?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>org.apache.maven.plugins.surefire</groupId>
+  <artifactId>it</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Surefire plugin integration tests</name>
+
+  <modules>
+    <module>test1</module>
+    <module>test2</module>
+    <module>test3</module>
+  </modules> 
+
+</project>

Propchange: maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-surefire-plugin/src/it/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"