svn commit: r291184 - in /maven/components/trunk/maven-plugins/maven-ear-plugin/src/site: apt/configuration-examples.apt apt/howto.apt apt/introduction.apt site.xml

2005-09-23 Thread snicoll
Author: snicoll
Date: Fri Sep 23 11:23:33 2005
New Revision: 291184

URL: http://svn.apache.org/viewcvs?rev=291184view=rev
Log:
Updated web site documentation according to Johnny R. Ruiz III's work.

Added:

maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt   
(contents, props changed)
  - copied, changed from r291180, 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt

maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml
Removed:

maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt

Copied: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt 
(from r291180, 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt)
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt?p2=maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.aptp1=maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.aptr1=291180r2=291184rev=291184view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt 
Fri Sep 23 11:23:33 2005
@@ -1,16 +1,16 @@
- ---
- Ear Plugin: configuration examples
- ---
- Stéphane Nicoll
- ---
- 07-Sep-2005
- ---
+ --
+ Maven 2 Ear Plugin: configuration examples
+ --
+ Stephane Nicoll
+ [EMAIL PROTECTED]
+ --
+ September 23, 2005
 
 Introduction
 
   The Ear plugin allows to generate automatically the descriptor deployment, 
e.g.
-  application.xml. This generation is already customized by basic configuration
-  items, see TODO: ADD A LINK HERE.
+  application.xml. This generation is already customized by the goal's 
parameters,
+  see {{{index.html}the goals description}}.  
 
   Ear modules might be further customized as follows:
 

Propchange: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt
--
svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt
--
svn:keywords = Author Date Id Revision

Added: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt?rev=291184view=auto
==
--- 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
 (added)
+++ 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
 Fri Sep 23 11:23:33 2005
@@ -0,0 +1,17 @@
+ --
+ Maven 2 Ear Plugin
+ --
+ Stephane Nicoll
+ [EMAIL PROTECTED]
+ --
+ September 23, 2005
+
+Introduction
+
+  This plugin generates J2EE Enterprise Archive (EAR) file. It can also 
generate the deployment
+  descriptor file (e.g. application.xml)
+
+  The full description of goals is available {{{index.html}here}}.
+
+
+

Added: maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml?rev=291184view=auto
==
--- maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml 
(added)
+++ maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml Fri 
Sep 23 11:23:33 2005
@@ -0,0 +1,41 @@
+?xml version=1.0 encoding=ISO-8859-1?
+
+!--
+/*
+ * Copyright 2001-2005 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 name=Maven Ear Plugin
+  bannerLeft
+nameMaven Ear Plugin/name
+srchttp://maven.apache.org/images/apache-maven-project.png/src
+hrefhttp://maven.apache.org//href
+  /bannerLeft
+  bannerRight
+srchttp://maven.apache.org/images/maven-small.gif/src
+  /bannerRight
+  body
+links
+  item name=Maven 

Re: svn commit: r291184 - in /maven/components/trunk/maven-plugins/maven-ear-plugin/src/site: apt/configuration-examples.apt apt/howto.apt apt/introduction.apt site.xml

2005-09-23 Thread Brett Porter
Please include the JIRA number when it is related to that.

In CVS, Apache used to have a template, which I manually enter now:

PR: problem request?
Submitted by: name of contributor
Reviewed by: committer that reviewed it
Comment

[EMAIL PROTECTED] wrote:

Author: snicoll
Date: Fri Sep 23 11:23:33 2005
New Revision: 291184

URL: http://svn.apache.org/viewcvs?rev=291184view=rev
Log:
Updated web site documentation according to Johnny R. Ruiz III's work.

Added:

 maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt  
  (contents, props changed)
  - copied, changed from r291180, 
 maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt

 maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml
Removed:

 maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt

Copied: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt 
(from r291180, 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt)
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt?p2=maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.aptp1=maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.aptr1=291180r2=291184rev=291184view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/configuration-examples.apt
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt 
Fri Sep 23 11:23:33 2005
@@ -1,16 +1,16 @@
- ---
- Ear Plugin: configuration examples
- ---
- Stéphane Nicoll
- ---
- 07-Sep-2005
- ---
+ --
+ Maven 2 Ear Plugin: configuration examples
+ --
+ Stephane Nicoll
+ [EMAIL PROTECTED]
+ --
+ September 23, 2005
 
 Introduction
 
   The Ear plugin allows to generate automatically the descriptor deployment, 
 e.g.
-  application.xml. This generation is already customized by basic 
configuration
-  items, see TODO: ADD A LINK HERE.
+  application.xml. This generation is already customized by the goal's 
parameters,
+  see {{{index.html}the goals description}}.  
 
   Ear modules might be further customized as follows:
 

Propchange: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt
--
svn:eol-style = native

Propchange: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/howto.apt
--
svn:keywords = Author Date Id Revision

Added: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt?rev=291184view=auto
==
--- 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
 (added)
+++ 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/apt/introduction.apt
 Fri Sep 23 11:23:33 2005
@@ -0,0 +1,17 @@
+ --
+ Maven 2 Ear Plugin
+ --
+ Stephane Nicoll
+ [EMAIL PROTECTED]
+ --
+ September 23, 2005
+
+Introduction
+
+  This plugin generates J2EE Enterprise Archive (EAR) file. It can also 
generate the deployment
+  descriptor file (e.g. application.xml)
+
+  The full description of goals is available {{{index.html}here}}.
+
+
+

Added: maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml?rev=291184view=auto
==
--- maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml 
(added)
+++ maven/components/trunk/maven-plugins/maven-ear-plugin/src/site/site.xml 
Fri Sep 23 11:23:33 2005
@@ -0,0 +1,41 @@
+?xml version=1.0 encoding=ISO-8859-1?
+
+!--
+/*
+ * Copyright 2001-2005 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 name=Maven Ear Plugin
+  bannerLeft
+nameMaven Ear