Author: jvanzyl
Date: Sat Mar 10 18:18:07 2007
New Revision: 516845

URL: http://svn.apache.org/viewvc?view=rev&rev=516845
Log:
o test for MNG-2843

Added:
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
   (with props)

Added: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml?view=auto&rev=516845
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
 (added)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
 Sat Mar 10 18:18:07 2007
@@ -0,0 +1,26 @@
+<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.it0117</groupId>
+  <artifactId>parent</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.its.plugins</groupId>
+        <artifactId>maven-it-plugin-uses-properties</artifactId>
+        <executions>
+          <execution>
+            <phase>validate</phase>
+            <goals>
+              <goal>generate-properties</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>      
+    </plugins>
+  </build>
+  <properties>
+    <name>bastille</name>
+    <occupation>sonambulist</occupation>
+  </properties> 
+</project>

Propchange: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0117-testUsesOfPropertiesInAMojo/pom.xml
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"


Reply via email to