Author: vsiveton
Date: Wed Aug  5 13:16:48 2009
New Revision: 801216

URL: http://svn.apache.org/viewvc?rev=801216&view=rev
Log:
o fixed ambiguous links
o added Doxia xsd
o updated license header

Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt
    
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt
    
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt
    
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt
    
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt
    
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt
    
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/file-deployment.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/project-deployment.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml
    maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt 
(original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt 
Wed Aug  5 13:16:48 2009
@@ -6,6 +6,26 @@
  12 October 2005
  ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Deployment of artifacts with FTP
 
  In order to deploy artifacts using FTP you must first specify the use of an 
FTP server in the

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt
 (original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt
 Wed Aug  5 13:16:48 2009
@@ -6,6 +6,26 @@
  12 October 2005
  ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Deployment of artifacts in an external SSH command
 
  In order to deploy artifacts using SSH you must first specify the use of an 
SSH server in the

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt
 (original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt
 Wed Aug  5 13:16:48 2009
@@ -6,6 +6,26 @@
   June 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Deploy an artifact in legacy layout
 
   "Legacy" is the layout used in maven 1 repositories while maven 2 uses 
"default". They are different

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt
 (original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt
 Wed Aug  5 13:16:48 2009
@@ -6,6 +6,26 @@
   June 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Deploy an artifact with classifier
 
   Classifiers are the additional text given to describe an artifact.

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt
 (original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt
 Wed Aug  5 13:16:48 2009
@@ -6,6 +6,26 @@
   June 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Deploy an artifact with a customized pom
 
   If there is already an existing pom and want it to be deployed together with 
the 3rd party artifact,

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt
 (original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt
 Wed Aug  5 13:16:48 2009
@@ -6,6 +6,26 @@
   June 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Disable the generation of pom
 
   By default, If no pom is specified during deployment of your 3rd party 
artifact, a generic pom will be generated

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt
 (original)
+++ 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt
 Wed Aug  5 13:16:48 2009
@@ -6,6 +6,26 @@
   June 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Disable timestamps suffix in an artifact
 
   By default, when a snapshot version of an artifact is deployed to a 
repository, a timestamp is suffixed to it.

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/file-deployment.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/file-deployment.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/file-deployment.apt 
(original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/file-deployment.apt 
Wed Aug  5 13:16:48 2009
@@ -6,18 +6,38 @@
   July 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 File Deployment
 
   Here are examples of using the deploy plugin for file deployment:
 
-  * {{{examples/disabling-generic-pom.html}Disable the generation of pom}}
+  * {{{./examples/disabling-generic-pom.html}Disable the generation of pom}}
 
-  * {{{examples/deploying-with-customed-pom.html}Deploy an artifact with a 
customized pom}}
+  * {{{./examples/deploying-with-customed-pom.html}Deploy an artifact with a 
customized pom}}
 
-  * {{{examples/deploying-with-classifiers.html}Deploy an artifact with 
classifier}}
+  * {{{./examples/deploying-with-classifiers.html}Deploy an artifact with 
classifier}}
 
-  * {{{examples/disabling-timestamps-suffix.html}Disable timestamps suffix in 
an artifact}}
+  * {{{./examples/disabling-timestamps-suffix.html}Disable timestamps suffix 
in an artifact}}
 
-  * {{{examples/deploying-in-legacy-layout.html}Deploy an artifact in legacy 
layout}}
+  * {{{./examples/deploying-in-legacy-layout.html}Deploy an artifact in legacy 
layout}}
 
   []
\ No newline at end of file

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt Wed Aug  5 
13:16:48 2009
@@ -6,6 +6,26 @@
   January 29 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Maven Deploy Plugin
 
   The deploy plugin is primarily used during the deploy phase, to add your
@@ -43,34 +63,36 @@
 
   The deploy plugin has 2 goals:
 
-  * {{{deploy-mojo.html}deploy:deploy}} is used to automatically install the
+  * {{{./deploy-mojo.html}deploy:deploy}} is used to automatically install the
     artifact, its pom and the attached artifacts produced by a particular
     project. Most if not all of the information related to the deployment is 
stored
     in the project's pom.
 
-  * {{{deploy-file-mojo.html}deploy:deploy-file}} is used to install a single 
artifact
+  * {{{./deploy-file-mojo.html}deploy:deploy-file}} is used to install a 
single artifact
     along with its pom. In that case the artifact information can be taken from
     an optionally specified pomFile, but can be completed/overriden using the
     command line.
 
+   []
+
 * Usage
 
-  General instructions on how to use the Deploy Plugin can be found on the 
{{{usage.html}usage page}}. Some more
+  General instructions on how to use the Deploy Plugin can be found on the 
{{{./usage.html}usage page}}. Some more
   specific use cases are described in the examples given below. Last but not 
least, users occasionally contribute
   additional examples, tips or errata to the
   {{{http://docs.codehaus.org/display/MAVENUSER/Deploy+Plugin}plugin's wiki 
page}}.
 
-  In case you still have questions regarding the plugin's usage, please have a 
look at the {{{faq.html}FAQ}} and feel
-  free to contact the {{{mail-lists.html}user mailing list}}. The posts to the 
mailing list are archived and could
+  In case you still have questions regarding the plugin's usage, please have a 
look at the {{{./faq.html}FAQ}} and feel
+  free to contact the {{{./mail-lists.html}user mailing list}}. The posts to 
the mailing list are archived and could
   already contain the answer to your question as part of an older thread. 
Hence, it is also worth browsing/searching
-  the {{{mail-lists.html}mail archive}}.
+  the {{{./mail-lists.html}mail archive}}.
 
   If you feel like the plugin is missing a feature or has a defect, you can 
fill a feature request or bug report in our
-  {{{issue-tracking.html}issue tracker}}. When creating a new issue, please 
provide a comprehensive description of your
+  {{{./issue-tracking.html}issue tracker}}. When creating a new issue, please 
provide a comprehensive description of your
   concern. Especially for fixing bugs it is crucial that the developers can 
reproduce your problem. For this reason,
   entire debug logs, POMs or most preferably little demo projects attached to 
the issue are very much appreciated.
   Of course, patches are welcome, too. Contributors can check out the project 
from our
-  {{{source-repository.html}source repository}} and will find supplementary 
information in the
+  {{{./source-repository.html}source repository}} and will find supplementary 
information in the
   {{{http://maven.apache.org/guides/development/guide-helping.html}guide to 
helping with Maven}}.
 
 * Examples
@@ -80,20 +102,22 @@
 
   <Project Deployment:>
 
-  * {{{examples/deploy-ftp.html}Deployment with FTP}}
+  * {{{./examples/deploy-ftp.html}Deployment with FTP}}
 
-  * {{{examples/deploy-ssh-external.html}Deployment with external SSH}}
+  * {{{./examples/deploy-ssh-external.html}Deployment with external SSH}}
 
   []
 
   <File Deployment:>
 
-  * {{{examples/disabling-generic-pom.html}Disable the generation of pom}}
+  * {{{./examples/disabling-generic-pom.html}Disable the generation of pom}}
+
+  * {{{./examples/deploying-with-customed-pom.html}Deploy an artifact with a 
customed pom}}
 
-  * {{{examples/deploying-with-customed-pom.html}Deploy an artifact with a 
customed pom}}
+  * {{{./examples/deploying-with-classifiers.html}Deploy an artifact with 
classifier}}
 
-  * {{{examples/deploying-with-classifiers.html}Deploy an artifact with 
classifier}}
+  * {{{./examples/disabling-timestamps-suffix.html}Disable timestamps suffix 
in an artifact}}
 
-  * {{{examples/disabling-timestamps-suffix.html}Disable timestamps suffix in 
an artifact}}
+  * {{{./examples/deploying-in-legacy-layout.html}Deploy an artifact in legacy 
layout}}
 
-  * {{{examples/deploying-in-legacy-layout.html}Deploy an artifact in legacy 
layout}}
+   []

Modified: 
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/project-deployment.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/project-deployment.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/project-deployment.apt 
(original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/project-deployment.apt 
Wed Aug  5 13:16:48 2009
@@ -6,12 +6,32 @@
   July 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Project Deployment
 
   Here are examples of using the deploy plugin for project deployment:
 
-  * {{{examples/deploy-ftp.html}Deployment with FTP}}
+  * {{{./examples/deploy-ftp.html}Deployment with FTP}}
 
-  * {{{examples/deploy-ssh-external.html}Deployment with external SSH}}
+  * {{{./examples/deploy-ssh-external.html}Deployment with external SSH}}
 
   []
\ No newline at end of file

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt Wed Aug  5 
13:16:48 2009
@@ -7,6 +7,26 @@
   January 29 2006
   ------
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/doxia/references/apt-format.html
+
 Usage
 
 * Introduction

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml Wed Aug  5 
13:16:48 2009
@@ -19,7 +19,11 @@
 under the License.
 -->
 
-<faqs id="FAQ" title="Frequently Asked Questions">
+
+<faqs xmlns="http://maven.apache.org/FML/1.0.1";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 
http://maven.apache.org/xsd/fml-1.0.1.xsd";
+  id="FAQ" title="Frequently Asked Questions">
  <part id="General">
    <faq id="question">
      <question>I get an Unsupported Protocol Error when deploying a 3rd party 
jar. What should I do?</question>

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml?rev=801216&r1=801215&r2=801216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml Wed Aug  5 
13:16:48 2009
@@ -19,7 +19,10 @@
 under the License.
 -->
 
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
+  name="Maven Deploy plugin">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to