Author: ptahchiev
Date: Tue Jan  6 06:30:36 2009
New Revision: 731953

URL: http://svn.apache.org/viewvc?rev=731953&view=rev
Log:
Added some files for the integration tests of the cactifyear mojo.

Added:
    jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/
    
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/
    
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/notcactified.ear
   (with props)
    
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml
    
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/
    
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml

Added: 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/notcactified.ear
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/notcactified.ear?rev=731953&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/notcactified.ear
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml?rev=731953&view=auto
==============================================================================
--- 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml
 (added)
+++ 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noDestSpecified/plugin-config.xml
 Tue Jan  6 06:30:36 2009
@@ -0,0 +1,33 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"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.
+-->
+
+<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";>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.cactus</groupId>
+        <artifactId>cactus.integration.maven2</artifactId>
+        <configuration>
+            <project 
implementation="org.apache.cactus.integration.maven2.test.CactifyMavenProjectStub"
 />
+            
<srcFile>target/test-classes/unit/ear/basic-cactify-noDestSpecified/notcactified.ear</srcFile>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml?rev=731953&view=auto
==============================================================================
--- 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml
 (added)
+++ 
jakarta/cactus/trunk/integration/maven2/src/test/resources/unit/ear/basic-cactify-noparameters/plugin-config.xml
 Tue Jan  6 06:30:36 2009
@@ -0,0 +1,32 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"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.
+-->
+
+<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";>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.cactus</groupId>
+        <artifactId>cactus.integration.maven2</artifactId>
+        <configuration>
+            <project 
implementation="org.apache.cactus.integration.maven2.test.CactifyMavenProjectStub"
 />
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org

Reply via email to