Author: brett
Date: Tue Sep 30 21:45:16 2008
New Revision: 700679

URL: http://svn.apache.org/viewvc?rev=700679&view=rev
Log:
profile is not needed, it is excluded in the parent modules by the profile

Modified:
    incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml

Modified: incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml?rev=700679&r1=700678&r2=700679&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml 
(original)
+++ incubator/nmaven/trunk/components/maven-dotnet-core-it-runner/pom.xml Tue 
Sep 30 21:45:16 2008
@@ -49,28 +49,23 @@
       <version>${pom.version}</version>
     </dependency>
   </dependencies>
-  <profiles>
-    <profile>
-      <id>run-its</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.4.3</version>
-            <configuration>
-              <includes>
-                <include>**/IntegrationTestSuite.*</include>
-              </includes>
-              <systemProperties>
-                <property>
-                  <name>nmaven.version</name>
-                  <value>${project.version}</value>
-                </property>
-              </systemProperties>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.4.3</version>
+        <configuration>
+          <includes>
+            <include>**/IntegrationTestSuite.*</include>
+          </includes>
+          <systemProperties>
+            <property>
+              <name>nmaven.version</name>
+              <value>${project.version}</value>
+            </property>
+          </systemProperties>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>


Reply via email to