Author: jvanzyl
Date: Sat Mar 10 17:58:47 2007
New Revision: 516839
URL: http://svn.apache.org/viewvc?view=rev&rev=516839
Log:
o test os profile activation
Added:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
(with props)
Added:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
URL:
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml?view=auto&rev=516839
==============================================================================
---
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
(added)
+++
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
Sat Mar 10 17:58:47 2007
@@ -0,0 +1,20 @@
+<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.its.it0116</groupId>
+ <artifactId>parent</artifactId>
+ <packaging>pom</packaging>
+ <version>1.0-SNAPSHOT</version>
+ <profiles>
+ <profile>
+ <id>bogus-profile</id>
+ <activation>
+ <os>
+ <family>bogus-family</family>
+ </os>
+ </activation>
+ <properties>
+ <name>value</name>
+ </properties>
+ </profile>
+ </profiles>
+</project>
Propchange:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0116-verifyCorrectOsProfileActivation/pom.xml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"