Author: brianf
Date: Wed May  2 18:59:44 2007
New Revision: 534689

URL: http://svn.apache.org/viewvc?view=rev&rev=534689
Log:
MINSTALL-36: added tests

Added:
    
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/
    
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/plugin-config.xml
    
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/target/
    
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/target/maven-install-test-1.0-SNAPSHOT.jar
   (with props)

Added: 
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/plugin-config.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/plugin-config.xml?view=auto&rev=534689
==============================================================================
--- 
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/plugin-config.xml
 (added)
+++ 
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/plugin-config.xml
 Wed May  2 18:59:44 2007
@@ -0,0 +1,20 @@
+<project>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-install-plugin</artifactId>
+        <configuration>
+          <groupId>org.apache.maven.test</groupId>
+          <artifactId>maven-install-file-test</artifactId>
+          <version>1.0-SNAPSHOT</version>
+          <packaging>jar</packaging>
+                 <repositoryLayout>legacy</repositoryLayout>
+          
<file>${basedir}/src/test/resources/unit/install-file-basic-test/target/maven-install-test-1.0-SNAPSHOT.jar
+          </file>
+          <localRepository>${localRepository}</localRepository>
+                 <localRepositoryId>id</localRepositoryId>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: 
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/target/maven-install-test-1.0-SNAPSHOT.jar
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/target/maven-install-test-1.0-SNAPSHOT.jar?view=auto&rev=534689
==============================================================================
Binary file - no diff available.

Propchange: 
maven/plugins/trunk/maven-install-plugin/src/test/resources/unit/install-file-layout-test/target/maven-install-test-1.0-SNAPSHOT.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to