Author: wsmoak
Date: Mon Oct 20 21:18:23 2008
New Revision: 706508
URL: http://svn.apache.org/viewvc?rev=706508&view=rev
Log:
Use ViewVC for web access. Add a page on building Archiva.
Added:
archiva/site/src/site/apt/developers/building.apt
Modified:
archiva/site/pom.xml
archiva/site/src/site/apt/get-involved.apt
Modified: archiva/site/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/site/pom.xml?rev=706508&r1=706507&r2=706508&view=diff
==============================================================================
--- archiva/site/pom.xml (original)
+++ archiva/site/pom.xml Mon Oct 20 21:18:23 2008
@@ -57,10 +57,10 @@
</reportSet>
</reportSets>
<configuration>
-
<anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/archiva/all</anonymousConnection>
+
<anonymousConnection>scm:svn:http://svn.apache.org/viewvc/archiva/all</anonymousConnection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/all</developerConnection>
<webAccessUrl>http://svn.apache.org/repos/asf/archiva/</webAccessUrl>
- <checkoutDirectoryName>archiva</checkoutDirectoryName>
+ <checkoutDirectoryName>archiva-all</checkoutDirectoryName>
</configuration>
</plugin>
</plugins>
Added: archiva/site/src/site/apt/developers/building.apt
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/apt/developers/building.apt?rev=706508&view=auto
==============================================================================
--- archiva/site/src/site/apt/developers/building.apt (added)
+++ archiva/site/src/site/apt/developers/building.apt Mon Oct 20 21:18:23 2008
@@ -0,0 +1,55 @@
+ -----
+ Building Archiva
+ -----
+
+~~ 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
+
+Building Archiva
+
+ To build the very latest code available...
+
+ [[1]] Check out the source code as described on the
{{{../source-repository.html}Source Repository}} page.
+
+ [[2]] In the 'parent' directory, execute <<<mvn clean install>>> to build the
parent pom.
+
+ [[3]] In the 'archiva' directory, execute <<<mvn clean install>>> to build
the Archiva modules and distribution.
+
+ []
+
+ After the build completes, you can find the Archiva distribution in
<<<archiva-jetty/target>>> and the Archiva
+ webapp in <<<archiva-modules/archiva-web/archiva-webapp/target>>>.
+
+
+ Usually, it's that simple. :) Occasionally, Archiva may depend on a snapshot
of another project such as
+ {{{http://redback.codehaus.org}Redback}}, and you may need to build that
first, or configure a snapshot repository.
+ If you're having trouble building Archiva, ask on the
{{{../mail-lists.html}Development mailing list}} and we'll point
+ you in the right direction.
+
+Documentation
+
+ The version-specific documentation for the latest version of Archiva can be
found in <<<archiva/archiva-docs>>>,
+ and the top-level Archiva website --including the page you're reading now --
is in the <<<site>>> directory.
+
+ To work on the documentation, execute <<<mvn site:run>>> in one of these
directories, and then visit
+ http://localhost:8080 to view pages as you edit them. When you're done,
submit a patch in the
+ {{{../issue-tracking.html}issue tracker}}.
+
+svn
\ No newline at end of file
Modified: archiva/site/src/site/apt/get-involved.apt
URL:
http://svn.apache.org/viewvc/archiva/site/src/site/apt/get-involved.apt?rev=706508&r1=706507&r2=706508&view=diff
==============================================================================
--- archiva/site/src/site/apt/get-involved.apt (original)
+++ archiva/site/src/site/apt/get-involved.apt Mon Oct 20 21:18:23 2008
@@ -61,7 +61,7 @@
{{{developers/how-we-do-things.html}how we do things}} in Archiva.
* <<Build it>>\
- Check out the {{{source-repository.html}source code}} and build
Archiva for yourself.
+ Check out the {{{source-repository.html}source code}} and
{{{developers/building.html}build Archiva}} for yourself.
Fix bugs and submit patches for reported issues (both those you find,
or that others have filed).
* <<Write documentation>>\