Author: bentmann Date: Fri Sep 12 02:30:54 2008 New Revision: 694663 URL: http://svn.apache.org/viewvc?rev=694663&view=rev Log: o Polished site
Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/index.apt maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/site.xml maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/apt/index.apt maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/site.xml maven/plugin-testing/trunk/maven-test-tools/src/site/apt/index.apt maven/plugin-testing/trunk/maven-test-tools/src/site/site.xml maven/plugin-testing/trunk/src/site/apt/index.apt Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/index.apt?rev=694663&r1=694662&r2=694663&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/index.apt (original) +++ maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/apt/index.apt Fri Sep 12 02:30:54 2008 @@ -23,7 +23,7 @@ ~~ specific language governing permissions and limitations ~~ under the License. -Maven Plugin Testing Mechanism +Maven Plugin Testing Harness The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojos, i.e. by pre-constructing the {{{http://plexus.codehaus.org}Plexus}} components, providing stub objects for Maven functionality such as projects, Modified: maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/site.xml?rev=694663&r1=694662&r2=694663&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/site.xml (original) +++ maven/plugin-testing/trunk/maven-plugin-testing-harness/src/site/site.xml Fri Sep 12 02:30:54 2008 @@ -1,28 +1,26 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - ~ 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. - --> +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 -<project name="Maven Plugin Testing Harness"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> <item name="Getting Started" href="/getting-started/index.html"/> @@ -35,7 +33,5 @@ <item name="Testing Repositories" href="/examples/repositories.html"/> <item name="Testing Project Artifact" href="/examples/artifact.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/apt/index.apt?rev=694663&r1=694662&r2=694663&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/apt/index.apt (original) +++ maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/apt/index.apt Fri Sep 12 02:30:54 2008 @@ -1,12 +1,12 @@ --- - Maven Plugin-Testing Tools + Introduction --- John Casey --- 13 November 2006 --- -Maven Plugin-Testing Tools +Maven Plugin Testing Tools This API is meant to provide a series of convenience tools for developers wishing to test Maven plugins. The primary focus of the library is on integration testing, since it is not well-supported Modified: maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/site.xml?rev=694663&r1=694662&r2=694663&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/site.xml (original) +++ maven/plugin-testing/trunk/maven-plugin-testing-tools/src/site/site.xml Fri Sep 12 02:30:54 2008 @@ -1,32 +1,28 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - ~ 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. - --> +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 -<project name="Maven Plugin Testing Mechanism"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: maven/plugin-testing/trunk/maven-test-tools/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools/src/site/apt/index.apt?rev=694663&r1=694662&r2=694663&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-test-tools/src/site/apt/index.apt (original) +++ maven/plugin-testing/trunk/maven-test-tools/src/site/apt/index.apt Fri Sep 12 02:30:54 2008 @@ -1,5 +1,5 @@ ------ - Maven Testing Tools + Introduction ------ Vincent Siveton ------ @@ -26,7 +26,7 @@ ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html -Introduction +Maven Testing Tools The Maven Plugin Testing Tools is a framework which encapsulates {{{http://www.easymock.org/}Easymock}} objects to provide testing mechanisms. Modified: maven/plugin-testing/trunk/maven-test-tools/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/maven-test-tools/src/site/site.xml?rev=694663&r1=694662&r2=694663&view=diff ============================================================================== --- maven/plugin-testing/trunk/maven-test-tools/src/site/site.xml (original) +++ maven/plugin-testing/trunk/maven-test-tools/src/site/site.xml Fri Sep 12 02:30:54 2008 @@ -1,32 +1,28 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - ~ 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. - --> +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 -<project name="Maven Testing Tools"> - <body> - <menu ref="parent" /> + 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> + <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> </menu> - - <menu ref="reports" inherit="bottom" /> </body> </project> Modified: maven/plugin-testing/trunk/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugin-testing/trunk/src/site/apt/index.apt?rev=694663&r1=694662&r2=694663&view=diff ============================================================================== --- maven/plugin-testing/trunk/src/site/apt/index.apt (original) +++ maven/plugin-testing/trunk/src/site/apt/index.apt Fri Sep 12 02:30:54 2008 @@ -1,5 +1,5 @@ ------ - Maven Plugin Testing Modules + Introduction ------ Vincent Siveton ------ @@ -26,7 +26,7 @@ ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html -Introduction +Maven Plugin Testing The Maven Plugin Testing Modules contains the necessary tools to be able to test Maven Plugins.