You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/11/04 14:26:23 UTC

svn commit: r1405541 [1/3] - in /creadur/whisker/trunk/apache-whisker-plugin4maven: ./ src/it/whisker-10/ src/test/java/org/apache/creadur/ src/test/java/org/apache/creadur/whisker/ src/test/java/org/apache/creadur/whisker/it/

Author: rdonkin
Date: Sun Nov  4 13:26:23 2012
New Revision: 1405541

URL: http://svn.apache.org/viewvc?rev=1405541&view=rev
Log:
WHISKER-10 Fixtures for improved integration testing

Added:
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/whisker-10/
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/whisker-10/descriptor.xml   (with props)
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/whisker-10/pom.xml   (with props)
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/it/whisker-10/verify.groovy
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/it/
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/it/AnyLineContainsCheck.java   (with props)
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/it/Helpers.java   (with props)
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/it/Latch.java   (with props)
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/it/LicenseVerifier.java   (with props)
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/it/Not.java   (with props)
    creadur/whisker/trunk/apache-whisker-plugin4maven/src/test/java/org/apache/creadur/whisker/it/Results.java   (with props)
Modified:
    creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml

Modified: creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml?rev=1405541&r1=1405540&r2=1405541&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml Sun Nov  4 13:26:23 2012
@@ -15,7 +15,7 @@
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
-  under the License.    
+  under the License.
 -->
 <project
   xmlns="http://maven.apache.org/POM/4.0.0"
@@ -34,7 +34,7 @@
   <artifactId>apache-whisker-plugin4maven</artifactId>
   <packaging>maven-plugin</packaging>
 
-  <dependencies>      
+  <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
@@ -50,19 +50,19 @@
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging-api</artifactId>
     </dependency>
-  
+
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>apache-whisker-scan</artifactId>
       <version>${project.version}</version>
     </dependency>
-    
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>apache-whisker-model</artifactId>
@@ -73,20 +73,20 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>apache-whisker-app</artifactId>
       <version>${project.version}</version>
-    </dependency>    
-    
+    </dependency>
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>apache-whisker-xml</artifactId>
       <version>${project.version}</version>
-    </dependency>    
-    
-    
+    </dependency>
+
+
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>apache-whisker-velocity</artifactId>
       <version>${project.version}</version>
-    </dependency>    
+    </dependency>
   </dependencies>
 
 
@@ -96,6 +96,7 @@
         <artifactId>maven-invoker-plugin</artifactId>
         <version>1.5</version>
         <configuration>
+          <addTestClassPath>true</addTestClassPath>
           <projectsDirectory>src/it</projectsDirectory>
           <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
           <pomIncludes>
@@ -164,15 +165,15 @@
               </plugin>
             </reportPlugins>
           </configuration>
-        </plugin>      
+        </plugin>
     </plugins>
-    
+
   </build>
-  
- <!-- 
-  
-  
-  ================================  
+
+ <!--
+
+
+  ================================
   Project information
   -->
   <name>Apache Whisker::Plugin(Maven)</name>