From 4ae636f4d26b0aa55c0029e791d04722a69eafa1 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Fri, 12 Sep 2008 09:01:48 +0000 Subject: [PATCH] o Polished site git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@694657 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/site.xml | 38 ++++++++--------- maven-plugin-tools-ant/src/site/apt/index.apt | 2 +- maven-plugin-tools-ant/src/site/site.xml | 42 +++++++++---------- maven-plugin-tools-api/src/site/apt/index.apt | 2 +- maven-plugin-tools-api/src/site/site.xml | 42 +++++++++---------- .../src/site/apt/index.apt | 2 +- .../src/site/site.xml | 42 +++++++++---------- .../src/site/apt/index.apt | 2 +- maven-plugin-tools-java/src/site/site.xml | 42 +++++++++---------- .../src/site/apt/index.apt | 4 +- .../src/site/apt/usage.apt | 25 ++++------- maven-plugin-tools-javadoc/src/site/site.xml | 40 +++++++++--------- .../src/site/apt/index.apt | 2 +- maven-plugin-tools-model/src/site/site.xml | 42 +++++++++---------- src/site/apt/index.apt | 2 +- src/site/site.xml | 4 ++ 16 files changed, 154 insertions(+), 179 deletions(-) diff --git a/maven-plugin-plugin/src/site/site.xml b/maven-plugin-plugin/src/site/site.xml index 662d0b1..b17762a 100644 --- a/maven-plugin-plugin/src/site/site.xml +++ b/maven-plugin-plugin/src/site/site.xml @@ -1,25 +1,25 @@ - + +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. +--> + + diff --git a/maven-plugin-tools-ant/src/site/apt/index.apt b/maven-plugin-tools-ant/src/site/apt/index.apt index 019f6c4..c30e69a 100644 --- a/maven-plugin-tools-ant/src/site/apt/index.apt +++ b/maven-plugin-tools-ant/src/site/apt/index.apt @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool for Ant + Introduction ------ Vincent Siveton ------ diff --git a/maven-plugin-tools-ant/src/site/site.xml b/maven-plugin-tools-ant/src/site/site.xml index 3eac442..2ea036a 100644 --- a/maven-plugin-tools-ant/src/site/site.xml +++ b/maven-plugin-tools-ant/src/site/site.xml @@ -1,32 +1,28 @@ - + +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. +--> + + - - - - diff --git a/maven-plugin-tools-api/src/site/apt/index.apt b/maven-plugin-tools-api/src/site/apt/index.apt index ebf6b94..5139bfd 100644 --- a/maven-plugin-tools-api/src/site/apt/index.apt +++ b/maven-plugin-tools-api/src/site/apt/index.apt @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool API + Introduction ------ Vincent Siveton ------ diff --git a/maven-plugin-tools-api/src/site/site.xml b/maven-plugin-tools-api/src/site/site.xml index 8c7bda5..2ea036a 100644 --- a/maven-plugin-tools-api/src/site/site.xml +++ b/maven-plugin-tools-api/src/site/site.xml @@ -1,32 +1,28 @@ - + +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. +--> + + - - - - diff --git a/maven-plugin-tools-beanshell/src/site/apt/index.apt b/maven-plugin-tools-beanshell/src/site/apt/index.apt index 7a2a029..44727fc 100644 --- a/maven-plugin-tools-beanshell/src/site/apt/index.apt +++ b/maven-plugin-tools-beanshell/src/site/apt/index.apt @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool for Beanshell + Introduction ------ Vincent Siveton ------ diff --git a/maven-plugin-tools-beanshell/src/site/site.xml b/maven-plugin-tools-beanshell/src/site/site.xml index 77f1c5d..2ea036a 100644 --- a/maven-plugin-tools-beanshell/src/site/site.xml +++ b/maven-plugin-tools-beanshell/src/site/site.xml @@ -1,32 +1,28 @@ - + +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. +--> + + - - - - diff --git a/maven-plugin-tools-java/src/site/apt/index.apt b/maven-plugin-tools-java/src/site/apt/index.apt index 805cca5..75a6cbf 100644 --- a/maven-plugin-tools-java/src/site/apt/index.apt +++ b/maven-plugin-tools-java/src/site/apt/index.apt @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool for Java + Introduction ------ Vincent Siveton ------ diff --git a/maven-plugin-tools-java/src/site/site.xml b/maven-plugin-tools-java/src/site/site.xml index d297237..2ea036a 100644 --- a/maven-plugin-tools-java/src/site/site.xml +++ b/maven-plugin-tools-java/src/site/site.xml @@ -1,32 +1,28 @@ - + +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. +--> + + - - - - diff --git a/maven-plugin-tools-javadoc/src/site/apt/index.apt b/maven-plugin-tools-javadoc/src/site/apt/index.apt index 71e459e..0ebec91 100644 --- a/maven-plugin-tools-javadoc/src/site/apt/index.apt +++ b/maven-plugin-tools-javadoc/src/site/apt/index.apt @@ -26,7 +26,7 @@ ~~ NOTE: For help with the syntax of this file, see: ~~ http://maven.apache.org/doxia/references/apt-format.html -Maven Plugin Tools Javadoc +Introduction The Maven Plugin Tools Javadoc project is a collection of several {{{http://java.sun.com/j2se/1.4.2/docs/tooldocs/javadoc/taglet/overview.html}taglets}} which are used by @@ -36,4 +36,4 @@ Maven Plugin Tools Javadoc * Usage - Instructions on how to use this project can be found {{{usage.html}here}}. + Instructions on how to use this project can be found on the {{{usage.html}usage page}}. diff --git a/maven-plugin-tools-javadoc/src/site/apt/usage.apt b/maven-plugin-tools-javadoc/src/site/apt/usage.apt index 2081fa9..9a3c452 100644 --- a/maven-plugin-tools-javadoc/src/site/apt/usage.apt +++ b/maven-plugin-tools-javadoc/src/site/apt/usage.apt @@ -29,7 +29,7 @@ Usage - The taglets could be use directly in the {{{http://maven.apache.org/plugins/maven-javadoc-plugin/}maven-javadoc-plugin}}. + The taglets could be use directly in the {{{http://maven.apache.org/plugins/maven-javadoc-plugin/}Maven Javadoc Plugin}}. +-----+ @@ -39,26 +39,19 @@ Usage org.apache.maven.plugins maven-javadoc-plugin + 2.5 private - - - org.apache.maven.tools.plugin.javadoc.MojoAggregatorTypeTaglet - - ... - - org.apache.maven.tools.plugin.javadoc.MojoRequiresReportsTypeTaglet - - - - - org.apache.maven.plugin-tools - maven-plugin-tools-javadoc - 2.4.1 - + + + org.apache.maven.plugin-tools + maven-plugin-tools-javadoc + 2.4.3 + + ... diff --git a/maven-plugin-tools-javadoc/src/site/site.xml b/maven-plugin-tools-javadoc/src/site/site.xml index 5fbf091..454a55b 100644 --- a/maven-plugin-tools-javadoc/src/site/site.xml +++ b/maven-plugin-tools-javadoc/src/site/site.xml @@ -1,32 +1,30 @@ - + +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. +--> + + - - diff --git a/maven-plugin-tools-model/src/site/apt/index.apt b/maven-plugin-tools-model/src/site/apt/index.apt index 166ebe3..d307f9f 100644 --- a/maven-plugin-tools-model/src/site/apt/index.apt +++ b/maven-plugin-tools-model/src/site/apt/index.apt @@ -1,5 +1,5 @@ ------ - Maven Plugin Tool Model + Introduction ------ Vincent Siveton ------ diff --git a/maven-plugin-tools-model/src/site/site.xml b/maven-plugin-tools-model/src/site/site.xml index a7ac3c9..2ea036a 100644 --- a/maven-plugin-tools-model/src/site/site.xml +++ b/maven-plugin-tools-model/src/site/site.xml @@ -1,32 +1,28 @@ - + +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. +--> + + - - - - diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 1d48aa5..b137a36 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -1,5 +1,5 @@ ------ - Maven Plugin Tools + Introduction ------ Vincent Siveton ------ diff --git a/src/site/site.xml b/src/site/site.xml index 93db713..77825ce 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -27,6 +27,10 @@ under the License. + + + +