Author: epunzalan Date: Fri May 5 02:33:36 2006 New Revision: 400029 URL: http://svn.apache.org/viewcvs?rev=400029&view=rev Log: PR: MASSEMBLY-88
Adding fileSet test files Added: maven/plugins/trunk/maven-assembly-plugin/src/test/plugin-configs/assembly/fileSet-plugin-config.xml maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/fileSet.xml maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/ maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/LICENSE.txt maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/README.txt maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/configs/ maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/configs/config.txt maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/hibernate.hbm.xml Added: maven/plugins/trunk/maven-assembly-plugin/src/test/plugin-configs/assembly/fileSet-plugin-config.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/plugin-configs/assembly/fileSet-plugin-config.xml?rev=400029&view=auto ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/src/test/plugin-configs/assembly/fileSet-plugin-config.xml (added) +++ maven/plugins/trunk/maven-assembly-plugin/src/test/plugin-configs/assembly/fileSet-plugin-config.xml Fri May 5 02:33:36 2006 @@ -0,0 +1,46 @@ +<!-- + ~ Copyright 2001-2006 The Apache Software Foundation. + ~ + ~ Licensed 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> + <build> + <plugins> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <outputDirectory>${basedir}/target/test-harness/assembly/fileSet/target</outputDirectory> + <finalName>assembly</finalName> + <workDirectory>${basedir}/target/test-harness/assembly/fileSet/work</workDirectory> + <archiverManager implementation="org.apache.maven.plugin.assembly.stubs.ArchiverManagerStub" /> + <localRepository>${localRepository}</localRepository> + <reactorProjects></reactorProjects> + <classifier></classifier> + <project implementation="org.apache.maven.plugin.assembly.stubs.AssemblyMavenProjectStub" /> + <executedProject implementation="org.apache.maven.plugin.assembly.stubs.AssemblyMavenProjectStub" /> + <descriptorRefs> + <descriptorRef>fileSet</descriptorRef> + </descriptorRefs> + <tarLongFileMode>warn</tarLongFileMode> + <basedir>${basedir}</basedir> + <tempRoot>${basedir}/target/test-harness/assembly/fileSet/archive-tmp</tempRoot> + <tempFile>${basedir}/target/test-harness/assembly/fileSet/tempFile</tempFile> + <siteDirectory>${basedir}/target/test-harness/assembly/fileSet/site</siteDirectory> + <includeSite>false</includeSite> + <appendAssemblyId>true</appendAssemblyId> + </configuration> + </plugin> + </plugins> + </build> +</project> Added: maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/fileSet.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/fileSet.xml?rev=400029&view=auto ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/fileSet.xml (added) +++ maven/plugins/trunk/maven-assembly-plugin/src/test/resources/assemblies/fileSet.xml Fri May 5 02:33:36 2006 @@ -0,0 +1,27 @@ +<!-- + ~ Copyright 2001-2006 The Apache Software Foundation. + ~ + ~ Licensed 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. + --> + +<assembly> + <id>simple</id> + <formats> + <format>zip</format> + </formats> + <fileSets> + <fileSet> + <directory>target/test-classes/fileSet</directory> + </fileSet> + </fileSets> +</assembly> Added: maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/LICENSE.txt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/LICENSE.txt?rev=400029&view=auto ============================================================================== (empty) Added: maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/README.txt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/README.txt?rev=400029&view=auto ============================================================================== (empty) Added: maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/configs/config.txt URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/configs/config.txt?rev=400029&view=auto ============================================================================== (empty) Added: maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/hibernate.hbm.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-assembly-plugin/src/test/resources/fileSet/hibernate.hbm.xml?rev=400029&view=auto ============================================================================== (empty)