Index: src/site/apt/usage.apt =================================================================== --- src/site/apt/usage.apt (revision 427401) +++ src/site/apt/usage.apt (working copy) @@ -6,6 +6,23 @@ 17 July 2006 ------ +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Usage * Create Index: src/site/apt/index.apt =================================================================== --- src/site/apt/index.apt (revision 427401) +++ src/site/apt/index.apt (working copy) @@ -6,7 +6,23 @@ 17 July 2006 ------ +~~ Copyright 2006 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. +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Maven 2 Archetype Plugin The Archetype Plugin allows the user to build archetype containers. These Index: src/site/apt/examples/j2ee-simple.apt =================================================================== --- src/site/apt/examples/j2ee-simple.apt (revision 427401) +++ src/site/apt/examples/j2ee-simple.apt (working copy) @@ -5,7 +5,24 @@ ------ July 2006 ------ - + +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Creating a simple j2ee Project Creating the directory structure of a J2EE project can be tedious. However, if Index: src/site/apt/examples/webapp.apt =================================================================== --- src/site/apt/examples/webapp.apt (revision 427401) +++ src/site/apt/examples/webapp.apt (working copy) @@ -5,7 +5,24 @@ ------ July 2006 ------ - + +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Creating a webapp Use <<>> to start a simple webapp maven project. The Index: src/site/apt/examples/remote-repositories.apt =================================================================== --- src/site/apt/examples/remote-repositories.apt (revision 427401) +++ src/site/apt/examples/remote-repositories.apt (working copy) @@ -6,7 +6,23 @@ July 2006 ------ +~~ Copyright 2006 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. +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Specifying the Remote Repositories To use an archetype found in a remote repository, use the Index: src/site/apt/examples/archetype.apt =================================================================== --- src/site/apt/examples/archetype.apt (revision 427401) +++ src/site/apt/examples/archetype.apt (working copy) @@ -6,6 +6,23 @@ 25 July 2006 ------ +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Guide to Creating Archetypes Creating an archetype is a pretty straight forward process. An archetype is a Index: src/site/apt/examples/mojo.apt =================================================================== --- src/site/apt/examples/mojo.apt (revision 427401) +++ src/site/apt/examples/mojo.apt (working copy) @@ -6,6 +6,23 @@ July 2006 ------ +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Creating a mojo A maven plugin is composed of one or more mojos. And to start the creation of Index: src/site/apt/examples/site.apt =================================================================== --- src/site/apt/examples/site.apt (revision 427401) +++ src/site/apt/examples/site.apt (working copy) @@ -5,7 +5,24 @@ ------ July 2006 ------ - + +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Creating a site You can create a site either by using <<>> or Index: src/site/apt/examples/portlet.apt =================================================================== --- src/site/apt/examples/portlet.apt (revision 427401) +++ src/site/apt/examples/portlet.apt (working copy) @@ -6,6 +6,23 @@ July 2006 ------ +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Creating a portlet Use <<>> to start a simple webapp maven project. The Index: src/site/apt/examples/simple.apt =================================================================== --- src/site/apt/examples/simple.apt (revision 427401) +++ src/site/apt/examples/simple.apt (working copy) @@ -5,6 +5,24 @@ ------ July 2006 ------ + +~~ Copyright 2006 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. + +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html + Creating a simple java application Index: src/site/fml/faq.fml =================================================================== --- src/site/fml/faq.fml (revision 427401) +++ src/site/fml/faq.fml (working copy) @@ -1,4 +1,21 @@ + + +