make color of xml in documentation more consistant

change search pattern to not pretty formated (looks better IMHO)

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1390917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
skygo 2012-09-27 10:01:23 +00:00
parent 1e0f4369eb
commit 3cfbd5ea15
6 changed files with 35 additions and 35 deletions

View File

@ -53,7 +53,7 @@ Apache Archiva Database
As a workaround, set the database to UTF-8 encoding after it has been populated. See {{{http://jira.codehaus.org/browse/MRM-1373} MRM-1373}} for more details. As a workaround, set the database to UTF-8 encoding after it has been populated. See {{{http://jira.codehaus.org/browse/MRM-1373} MRM-1373}} for more details.
+------+ +------+
... <!-- omitted xml -->
<New id="users" class="org.mortbay.jetty.plus.naming.Resource"> <New id="users" class="org.mortbay.jetty.plus.naming.Resource">
<Arg>jdbc/users</Arg> <Arg>jdbc/users</Arg>
@ -76,7 +76,7 @@ Apache Archiva Database
</New> </New>
</Arg> </Arg>
</New> </New>
... <!-- omitted xml -->
+------+ +------+
* Backing up the database * Backing up the database

View File

@ -123,7 +123,7 @@ Installing Standalone Distribution of Apache Archiva
for more details. for more details.
+------+ +------+
... <!-- omitted xml -->
<!-- Users / Security Database --> <!-- Users / Security Database -->
@ -148,7 +148,7 @@ Installing Standalone Distribution of Apache Archiva
</New> </New>
</Arg> </Arg>
</New> </New>
... <!-- omitted xml -->
+------+ +------+
More information about using Derby Network Server as an external user database More information about using Derby Network Server as an external user database

View File

@ -51,7 +51,7 @@ Deploying to Repository
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<settings> <settings>
... <!-- omitted xml -->
<servers> <servers>
<server> <server>
<id>archiva.internal</id> <id>archiva.internal</id>
@ -63,9 +63,9 @@ Deploying to Repository
<username>{archiva-deployment-user}</username> <username>{archiva-deployment-user}</username>
<password>{archiva-deployment-pwd}</password> <password>{archiva-deployment-pwd}</password>
</server> </server>
... <!-- omitted xml -->
</servers> </servers>
... <!-- omitted xml -->
</settings> </settings>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
@ -77,7 +77,7 @@ Deploying to Repository
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<project> <project>
... <!-- omitted xml -->
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>archiva.internal</id> <id>archiva.internal</id>
@ -90,7 +90,7 @@ Deploying to Repository
<url>http://reposerver.mycompany.com:8080/archiva/repository/snapshots/</url> <url>http://reposerver.mycompany.com:8080/archiva/repository/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
... <!-- omitted xml -->
</project> </project>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
@ -103,7 +103,7 @@ Deploying to Repository
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<project> <project>
... <!-- omitted xml -->
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>archiva.internal</id> <id>archiva.internal</id>
@ -116,7 +116,7 @@ Deploying to Repository
<url>dav:http://reposerver.mycompany.com:8080/archiva/repository/snapshots/</url> <url>dav:http://reposerver.mycompany.com:8080/archiva/repository/snapshots/</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
... <!-- omitted xml -->
</project> </project>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
@ -124,7 +124,7 @@ Deploying to Repository
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<project> <project>
... <!-- omitted xml -->
<build> <build>
<extensions> <extensions>
<extension> <extension>
@ -134,7 +134,7 @@ Deploying to Repository
</extension> </extension>
</extensions> </extensions>
</build> </build>
... <!-- omitted xml -->
</project> </project>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+

View File

@ -59,7 +59,7 @@ Searching
The repository files that are indexed during repository scan can be configured in the Repository Scanning page, in the The repository files that are indexed during repository scan can be configured in the Repository Scanning page, in the
Repository Scanning - File Types section (indexable-content). By default, the indexable-content file types are: Repository Scanning - File Types section (indexable-content). By default, the indexable-content file types are:
+-----+ -----
**/*.txt **/*.txt
**/*.TXT **/*.TXT
**/*.block **/*.block
@ -69,7 +69,7 @@ Searching
**/*.xsd **/*.xsd
**/*.dtd **/*.dtd
**/*.tld **/*.tld
+-----+ -----
* Quick Search * Quick Search

View File

@ -34,7 +34,7 @@ Configuring Maven 2 to use an Archiva repository
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<settings> <settings>
... <!-- omitted xml -->
<mirrors> <mirrors>
<mirror> <mirror>
<id>archiva.default</id> <id>archiva.default</id>
@ -42,7 +42,7 @@ Configuring Maven 2 to use an Archiva repository
<mirrorOf>external:*</mirrorOf> <mirrorOf>external:*</mirrorOf>
</mirror> </mirror>
</mirrors> </mirrors>
... <!-- omitted xml -->
</settings> </settings>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
@ -55,13 +55,13 @@ Mirror Settings}} for more information.>
If you have separate Archiva repositories that you wish to use, you can add an extra mirror declaration as needed: If you have separate Archiva repositories that you wish to use, you can add an extra mirror declaration as needed:
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
... <!-- omitted xml -->
<mirror> <mirror>
<id>archiva.apache.snapshots</id> <id>archiva.apache.snapshots</id>
<url>http://repo.mycompany.com:8080/archiva/repository/snapshots/</url> <url>http://repo.mycompany.com:8080/archiva/repository/snapshots/</url>
<mirrorOf>apache.snapshots</mirrorOf> <mirrorOf>apache.snapshots</mirrorOf>
</mirror> </mirror>
... <!-- omitted xml -->
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<<WARNING:>> Maven, as of version 2.0.8, does not properly report the correct URL in errors when a mirror is used - so although the Archiva instance is being consulted any error messages will still reflect <<WARNING:>> Maven, as of version 2.0.8, does not properly report the correct URL in errors when a mirror is used - so although the Archiva instance is being consulted any error messages will still reflect
@ -75,7 +75,7 @@ Mirror Settings}} for more information.>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<settings> <settings>
... <!-- omitted xml -->
<profiles> <profiles>
<profile> <profile>
<id>Repository Proxy</id> <id>Repository Proxy</id>
@ -87,23 +87,23 @@ Mirror Settings}} for more information.>
<!-- ******************************************************* --> <!-- ******************************************************* -->
<repositories> <repositories>
<repository> <repository>
... <!-- omitted xml -->
</repository> </repository>
... <!-- omitted xml -->
</repositories> </repositories>
<!-- ******************************************************* --> <!-- ******************************************************* -->
<!-- repositories for maven plugins --> <!-- repositories for maven plugins -->
<!-- ******************************************************* --> <!-- ******************************************************* -->
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
... <!-- omitted xml -->
</pluginRepository> </pluginRepository>
... <!-- omitted xml -->
</pluginRepositories> </pluginRepositories>
</profile> </profile>
... <!-- omitted xml -->
</profiles> </profiles>
... <!-- omitted xml -->
</settings> </settings>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
@ -130,16 +130,16 @@ Mirror Settings}} for more information.>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<settings> <settings>
... <!-- omitted xml -->
<servers> <servers>
<server> <server>
<id>repository-1</id> <id>repository-1</id>
<username>{archiva-user}</username> <username>{archiva-user}</username>
<password>{archiva-pwd}</password> <password>{archiva-pwd}</password>
</server> </server>
... <!-- omitted xml -->
</servers> </servers>
... <!-- omitted xml -->
</settings> </settings>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+

View File

@ -28,7 +28,7 @@ Virtual Repositories
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<settings> <settings>
... <!-- omitted xml -->
<profiles> <profiles>
<profile> <profile>
<id>Repository Proxy</id> <id>Repository Proxy</id>
@ -68,9 +68,9 @@ Virtual Repositories
</repository> </repository>
</repositories> </repositories>
</profile> </profile>
... <!-- omitted xml -->
</profiles> </profiles>
... <!-- omitted xml -->
</settings> </settings>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
@ -78,7 +78,7 @@ Virtual Repositories
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+
<settings> <settings>
... <!-- omitted xml -->
<profiles> <profiles>
<profile> <profile>
<id>Repository Proxy</id> <id>Repository Proxy</id>
@ -92,9 +92,9 @@ Virtual Repositories
</repository> </repository>
</repositories> </repositories>
</profile> </profile>
... <!-- omitted xml -->
</profiles> </profiles>
... <!-- omitted xml -->
</settings> </settings>
+-------------------------------------------------------------------------+ +-------------------------------------------------------------------------+