diff options
author | Edwin L. Punzalan <epunzalan@apache.org> | 2006-10-26 09:15:23 +0000 |
---|---|---|
committer | Edwin L. Punzalan <epunzalan@apache.org> | 2006-10-26 09:15:23 +0000 |
commit | 2b1e907f1070d1ceef1f9e211363af3aacd2b95c (patch) | |
tree | 87e3dc71eb1d1c01c214771d04c1dc98359deb3a /src | |
parent | 15fe0128dd35bc08124b4ee76d59b360ad6541cb (diff) | |
download | archiva-2b1e907f1070d1ceef1f9e211363af3aacd2b95c.tar.gz archiva-2b1e907f1070d1ceef1f9e211363af3aacd2b95c.zip |
- verified copyright headers
- optimized imports
- ran code formatting
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@467926 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/site/apt/guides/developing/index.apt | 83 | ||||
-rw-r--r-- | src/site/apt/guides/getting-started/index.apt | 17 | ||||
-rw-r--r-- | src/site/apt/index.apt | 17 | ||||
-rw-r--r-- | src/site/apt/repository-sync.apt | 17 |
4 files changed, 101 insertions, 33 deletions
diff --git a/src/site/apt/guides/developing/index.apt b/src/site/apt/guides/developing/index.apt index a271fd722..b29a9e6c1 100644 --- a/src/site/apt/guides/developing/index.apt +++ b/src/site/apt/guides/developing/index.apt @@ -1,33 +1,50 @@ - ----- - Developing Archiva - ----- - Henri Yandell - ----- - 20 October 2006 - ----- - -Goal - - The idea here is to explain how to develop Archiva; or at least to provide some - insight into what is what within the maven/archiva/ directory. - -Subprojects - - The following subprojects exist within Archiva: - - * archiva-applet - The progress bar on the checksum checking page. - * archiva-configuration - A facade on top of the Plexus configuration XML. - * archiva-converter - ???? - * archiva-core - central code, business objects, modello etc. - * archiva-discoverer - monitors the managed repositories and kicks off the indexing. - * archiva-indexer - the lucene indexing. - * archiva-plexus-application - archiva can run on plexus as well as as a war. This creates a plexus app. - * archiva-plexus-runtime - archiva can run on plexus as well as as a war. This runs lots of apps. - * archiva-proxy - proxy repositories? - * archiva-reports-standard - a couple of reports are implemented. Not very pluginable yet. - * archiva-repository-layer - ???? - * archiva-security - webapp security - * archiva-utils - some handy archiva specific utils - * archiva-webapp - creates a war file - * design - contains a mock-up currently - * maven-meeper - rsync scripts to sync repositories. Also converts m1 repositories to m2 repositories. + -----
+ Developing Archiva
+ -----
+ Henri Yandell
+ -----
+ 20 October 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
+
+Goal
+
+ The idea here is to explain how to develop Archiva; or at least to provide some
+ insight into what is what within the maven/archiva/ directory.
+
+Subprojects
+
+ The following subprojects exist within Archiva:
+
+ * archiva-applet - The progress bar on the checksum checking page.
+ * archiva-configuration - A facade on top of the Plexus configuration XML.
+ * archiva-converter - ????
+ * archiva-core - central code, business objects, modello etc.
+ * archiva-discoverer - monitors the managed repositories and kicks off the indexing.
+ * archiva-indexer - the lucene indexing.
+ * archiva-plexus-application - archiva can run on plexus as well as as a war. This creates a plexus app.
+ * archiva-plexus-runtime - archiva can run on plexus as well as as a war. This runs lots of apps.
+ * archiva-proxy - proxy repositories?
+ * archiva-reports-standard - a couple of reports are implemented. Not very pluginable yet.
+ * archiva-repository-layer - ????
+ * archiva-security - webapp security
+ * archiva-utils - some handy archiva specific utils
+ * archiva-webapp - creates a war file
+ * design - contains a mock-up currently
+ * maven-meeper - rsync scripts to sync repositories. Also converts m1 repositories to m2 repositories.
diff --git a/src/site/apt/guides/getting-started/index.apt b/src/site/apt/guides/getting-started/index.apt index 26c22821e..e6ee4a266 100644 --- a/src/site/apt/guides/getting-started/index.apt +++ b/src/site/apt/guides/getting-started/index.apt @@ -6,6 +6,23 @@ 1 October 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 + To checkout the latest code Using Subversion, either checkout from {{http://svn.apache.org/repos/asf/maven/archiva/trunk/}} or to get all of Maven 2, checkout from {{http://svn.apache.org/repos/asf/maven/trunks/}}. diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index c0ff76a54..9142cc08b 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -6,6 +6,23 @@ 25 May 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 + Welcome to Maven Archiva Archiva (the Maven repository manager) is currently under development. It provides several pieces of functionality for your remote repository: diff --git a/src/site/apt/repository-sync.apt b/src/site/apt/repository-sync.apt index 5c7ed4c88..73e709abc 100644 --- a/src/site/apt/repository-sync.apt +++ b/src/site/apt/repository-sync.apt @@ -6,4 +6,21 @@ 12 October 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 + Repository Synchronization |