Author: aheritier Date: Mon Apr 24 15:21:18 2006 New Revision: 396701 URL: http://svn.apache.org/viewcvs?rev=396701&view=rev Log: Fix test cases
Added: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.properties (with props) maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.properties (with props) Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.properties maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.xml maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.xml maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.xml Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.properties?rev=396701&r1=396700&r2=396701&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.properties (original) +++ maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.properties Mon Apr 24 15:21:18 2006 @@ -22,3 +22,8 @@ # PDF plugin properties maven.pdf.navigationFilePath=${maven.gen.docs} + +#===== +# License plugin settings +#===== +maven.license.licenseFile=${basedir}/../../../plugins-common/LICENSE.txt \ No newline at end of file Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.xml?rev=396701&r1=396700&r2=396701&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.xml (original) +++ maven/maven-1/plugins/trunk/pdf/src/plugin-test/project.xml Mon Apr 24 15:21:18 2006 @@ -18,8 +18,12 @@ --> <project> <pomVersion>3</pomVersion> + <extend>${basedir}/../../../plugins-parent/project.xml</extend> <id>test-maven-pdf-plugin</id> <name>Maven PDF Plugin Tests</name> <description>Maven PDF Plugin Tests</description> <shortDescription>Maven PDF Plugin Tests</shortDescription> + <reports> + <report>maven-license-plugin</report> + </reports> </project> Added: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.properties?rev=396701&view=auto ============================================================================== --- maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.properties (added) +++ maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.properties Mon Apr 24 15:21:18 2006 @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------- +# Copyright 2001-2004 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. +# ------------------------------------------------------------------- + +#===== +# License plugin settings +#===== +maven.license.licenseFile=${basedir}/../../../../plugins-common/LICENSE.txt \ No newline at end of file Propchange: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.xml?rev=396701&r1=396700&r2=396701&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.xml (original) +++ maven/maven-1/plugins/trunk/pdf/src/plugin-test/test01/project.xml Mon Apr 24 15:21:18 2006 @@ -24,6 +24,6 @@ <description>Maven PDF Plugin Test 01</description> <shortDescription>Maven PDF Plugin Test 01</shortDescription> <reports> - <report>maven-javadoc-plugin</report> + <report>maven-license-plugin</report> </reports> </project> Added: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.properties?rev=396701&view=auto ============================================================================== --- maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.properties (added) +++ maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.properties Mon Apr 24 15:21:18 2006 @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------- +# Copyright 2001-2004 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. +# ------------------------------------------------------------------- + +#===== +# License plugin settings +#===== +maven.license.licenseFile=${basedir}/../../../../plugins-common/LICENSE.txt \ No newline at end of file Propchange: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.xml?rev=396701&r1=396700&r2=396701&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.xml (original) +++ maven/maven-1/plugins/trunk/pdf/src/plugin-test/test02/project.xml Mon Apr 24 15:21:18 2006 @@ -24,6 +24,6 @@ <description>Maven PDF Plugin Test 02</description> <shortDescription>Maven PDF Plugin Test 02</shortDescription> <reports> - <report>maven-javadoc-plugin</report> + <report>maven-license-plugin</report> </reports> </project>