You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ws...@apache.org on 2008/03/02 16:52:53 UTC

svn commit: r632773 - in /maven/site/trunk/src/site: apt/continuous-integration.apt apt/repository-management.apt site.xml

Author: wsmoak
Date: Sun Mar  2 07:52:53 2008
New Revision: 632773

URL: http://svn.apache.org/viewvc?rev=632773&view=rev
Log:
Add the related topics of repository management and continuous integration to the site.

Added:
    maven/site/trunk/src/site/apt/continuous-integration.apt
    maven/site/trunk/src/site/apt/repository-management.apt
Modified:
    maven/site/trunk/src/site/site.xml

Added: maven/site/trunk/src/site/apt/continuous-integration.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/continuous-integration.apt?rev=632773&view=auto
==============================================================================
--- maven/site/trunk/src/site/apt/continuous-integration.apt (added)
+++ maven/site/trunk/src/site/apt/continuous-integration.apt Sun Mar  2 07:52:53 2008
@@ -0,0 +1,39 @@
+ ----
+ Continuous Integration
+ -----
+
+~~ 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/guides/mini/guide-apt-format.html
+
+Continuous Integration
+
+~~ TODO:  definition, description, motivation for using, etc.
+
+* CI Servers
+
+  Following is an alphabetical list of some CI servers we've heard mentioned around the Maven community:
+
+ * {{{http://maven.apache.org/continuum}Apache Continuum}}
+
+ * {{{http://www.atlassian.com/software/bamboo/}Bamboo (Atlassian)}}
+
+ * {{{http://cruisecontrol.sourceforge.net/}Cruise Control}}
+ 
+ * {{{https://hudson.dev.java.net}Hudson}}

Added: maven/site/trunk/src/site/apt/repository-management.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/repository-management.apt?rev=632773&view=auto
==============================================================================
--- maven/site/trunk/src/site/apt/repository-management.apt (added)
+++ maven/site/trunk/src/site/apt/repository-management.apt Sun Mar  2 07:52:53 2008
@@ -0,0 +1,37 @@
+ ----
+ Repository Management
+ -----
+
+~~ 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/guides/mini/guide-apt-format.html
+
+Repository Management
+
+~~ TODO:  definition, description, motivation for using, etc.
+
+* Repository Managers
+
+  Following is an alphabetical list of some repository managers we've heard mentioned around the Maven community:
+
+ * {{{http://maven.apache.org/archiva}Apache Archiva}}
+
+ * {{{http://www.jfrog.org/sites/artifactory/1.2/}Artifactory}}
+
+ * {{{http://proximity.abstracthorizon.org}Proximity}}

Modified: maven/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?rev=632773&r1=632772&r2=632773&view=diff
==============================================================================
--- maven/site/trunk/src/site/site.xml (original)
+++ maven/site/trunk/src/site/site.xml Sun Mar  2 07:52:53 2008
@@ -174,7 +174,6 @@
 
     <menu name="Maven Projects" inherit="bottom">
       <item name="Maven" href="http://maven.apache.org/"/>
-      <item name="Continuum" href="http://maven.apache.org/continuum"/>
       <item name="Archiva" href="http://maven.apache.org/archiva"/>
       <item name="SCM" href="http://maven.apache.org/scm"/>
       <item name="Wagon" href="http://maven.apache.org/wagon"/>
@@ -182,5 +181,11 @@
       <item name="Doxia" href="http://maven.apache.org/doxia"/>
       <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
     </menu>
+
+    <menu name="Related Topics">
+      <item name="Repository Management" href="/repository-management.html" />
+      <item name="Continuous Integration" href="/continuous-integration.html" />
+    </menu>
+
   </body>
 </project>