Author: bentmann
Date: Sat Mar 22 17:04:49 2008
New Revision: 640125
URL: http://svn.apache.org/viewvc?rev=640125&view=rev
Log:
o Improved text for hyperlinks (see also http://www.w3.org/QA/Tips/noClickHere)
Modified:
maven/site/trunk/src/site/apt/ant-tasks-release-notes.apt
maven/site/trunk/src/site/apt/developers/welcome-to-new-committers.apt
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
maven/site/trunk/src/site/apt/guides/index.apt
maven/site/trunk/src/site/apt/guides/mini/guide-bash-m2-completion.apt
maven/site/trunk/src/site/apt/guides/mini/guide-building-for-different-environments.apt
maven/site/trunk/src/site/apt/guides/mini/guide-deployment-security-settings.apt
maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt
maven/site/trunk/src/site/apt/guides/mini/guide-multiple-repositories.apt
maven/site/trunk/src/site/apt/guides/mini/guide-new-committers.apt
maven/site/trunk/src/site/apt/release-notes.apt.vm
maven/site/trunk/src/site/apt/users/getting-help.apt
Modified: maven/site/trunk/src/site/apt/ant-tasks-release-notes.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/ant-tasks-release-notes.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/ant-tasks-release-notes.apt (original)
+++ maven/site/trunk/src/site/apt/ant-tasks-release-notes.apt Sat Mar 22
17:04:49 2008
@@ -30,7 +30,7 @@
* 2.0.8 Release Notes
- The full list of changes can be found
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11533&fixfor=13618&sorter/field=issuekey&sorter/order=DESC}here}},
and is reproduced below.
+ The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11533&fixfor=13618&sorter/field=issuekey&sorter/order=DESC}issue
management system}}, and is reproduced below.
**Bug
@@ -78,7 +78,7 @@
[[2]][MANTTASKS-65]: central repository is not automatically added any
more if a remoteRepository is set: the code has been changed to work
as expected and documented (explicit declaration)
- The full list of changes can be found
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&fixfor=13521&pid=11533&sorter/field=issuekey&sorter/order=DESC}here}},
and is reproduced below.
+ The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&fixfor=13521&pid=11533&sorter/field=issuekey&sorter/order=DESC}issue
management system}}, and is reproduced below.
**Bug
Modified: maven/site/trunk/src/site/apt/developers/welcome-to-new-committers.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/welcome-to-new-committers.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/welcome-to-new-committers.apt
(original)
+++ maven/site/trunk/src/site/apt/developers/welcome-to-new-committers.apt Sat
Mar 22 17:04:49 2008
@@ -13,7 +13,7 @@
that need to be sorted out before you can participate fully.
The first thing to get out of the way is sending in your contributor's
license agreement (CLA). You
- can't participate at Apache until we have received your signed CLA, so go
{{{http://www.apache.org/licenses/#clas}here}},
+ can't participate at Apache until we have received your signed CLA, so go to
the {{{http://www.apache.org/licenses/#clas}Apache website}},
print out the CLA, sign it, and send it in ASAP.
Once you've dealt with your CLA, there are a some documents that pertain to
Apache as a whole you should
Modified:
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
---
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
(original)
+++
maven/site/trunk/src/site/apt/guides/development/guide-plugin-documentation.apt
Sat Mar 22 17:04:49 2008
@@ -225,13 +225,13 @@
* Goals Overview
- General Information about the goals.
+ General information about the goals.
* {{{<goal>.html}prefix:goal}} short description for this plugin goal.
* Usage
- Instructions on how to use the Plugin Name can be found {{{usage.html}here}}.
+ Instructions on how to use the Plugin Name can be found on the
{{{usage.html}usage page}}.
* Examples
Modified: maven/site/trunk/src/site/apt/guides/index.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/index.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/index.apt (original)
+++ maven/site/trunk/src/site/apt/guides/index.apt Sat Mar 22 17:04:49 2008
@@ -202,5 +202,4 @@
[]
- You could also browse the full technical documentation references of the
current version of Maven
- {{{http://maven.apache.org/ref/current/}here}}.
+ You could also browse the {{{http://maven.apache.org/ref/current/}full
technical documentation references}} of the current version of Maven.
Modified: maven/site/trunk/src/site/apt/guides/mini/guide-bash-m2-completion.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-bash-m2-completion.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-bash-m2-completion.apt
(original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-bash-m2-completion.apt Sat
Mar 22 17:04:49 2008
@@ -31,7 +31,7 @@
First you must go to the following site to install the BASH programmable
auto completion setup if your distro doesn't have it by default. I don't
- think many do so you'll need to go
{{{http://www.caliban.org/bash/index.shtml#completion}here}}.
+ think many do so you'll need to go to the
{{{http://www.caliban.org/bash/index.shtml#completion}Programmable Completion
Website}}.
Once you've setup your system for auto completion you need to take the
following:
Modified:
maven/site/trunk/src/site/apt/guides/mini/guide-building-for-different-environments.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-building-for-different-environments.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
---
maven/site/trunk/src/site/apt/guides/mini/guide-building-for-different-environments.apt
(original)
+++
maven/site/trunk/src/site/apt/guides/mini/guide-building-for-different-environments.apt
Sat Mar 22 17:04:49 2008
@@ -24,8 +24,8 @@
This example assume the use of the
-
{{{../introduction/introduction-to-the-standard-directory-layout.html}Standard
Directory Layout}}. A fully-working
- example project can be found
{{{http://www.codehaus.org/~trygvis/static/2006/simpleenvironment.tar.gz}
here}}.
+
{{{../introduction/introduction-to-the-standard-directory-layout.html}Standard
Directory Layout}}. Also available
+ for download is a
{{{http://www.codehaus.org/~trygvis/static/2006/simpleenvironment.tar.gz}
fully-working example project}}.
----
pom.xml
Modified:
maven/site/trunk/src/site/apt/guides/mini/guide-deployment-security-settings.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-deployment-security-settings.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
---
maven/site/trunk/src/site/apt/guides/mini/guide-deployment-security-settings.apt
(original)
+++
maven/site/trunk/src/site/apt/guides/mini/guide-deployment-security-settings.apt
Sat Mar 22 17:04:49 2008
@@ -41,4 +41,4 @@
+-----+
- <<Note>>: the settings descriptor documentation can be found
{{{../../maven-settings/settings.html}here}}.
+ <<Note>>: The settings descriptor documentation can be found on the
{{{../../maven-settings/settings.html}Maven Local Settings Model Website}}.
Modified: maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt
(original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-mirror-settings.apt Sat Mar
22 17:04:49 2008
@@ -41,7 +41,7 @@
</settings>
+-----+
- The settings descriptor documentation can be found
{{{../../maven-settings/settings.html}here}}.
+ The settings descriptor documentation can be found on the
{{{../../maven-settings/settings.html}Maven Local Settings Model Website}}.
<<Note>>: The official Maven 2 repository is at
<http://repo1.maven.org/maven2>, the following mirrors may not have the same
contents
and we don't support them in any way, although we try to keep info in this
page accurate.
Modified:
maven/site/trunk/src/site/apt/guides/mini/guide-multiple-repositories.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-multiple-repositories.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-multiple-repositories.apt
(original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-multiple-repositories.apt
Sat Mar 22 17:04:49 2008
@@ -85,4 +85,4 @@
In fact the <<<-P>>> option will take a CSV list of profiles to activate if
you wish to
activate multiple profiles simultaneously.
- <<Note>>: the settings descriptor documentation can be found
{{{../../maven-settings/settings.html}here}}.
+ <<Note>>: The settings descriptor documentation can be found on the
{{{../../maven-settings/settings.html}Maven Local Settings Model Website}}.
Modified: maven/site/trunk/src/site/apt/guides/mini/guide-new-committers.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-new-committers.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/mini/guide-new-committers.apt
(original)
+++ maven/site/trunk/src/site/apt/guides/mini/guide-new-committers.apt Sat Mar
22 17:04:49 2008
@@ -14,8 +14,8 @@
Agreement}}.
While this process is sorting itself out it is recommended that you peruse
- the various guides provided by Apache. All the guides are located
- {{{http://www.apache.org/dev/}here}}.
+ the various guides provided by Apache. All the guides are located in the
+ {{{http://www.apache.org/dev/}Development Infrastructure Information}}.
Of particular interest is the
{{{http://www.apache.org/dev/committers.html}Committer's FAQ}} and the
{{{http://www.apache.org/dev/new-committers-guide.html}New Committer's
Guide}}.
Modified: maven/site/trunk/src/site/apt/release-notes.apt.vm
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/release-notes.apt.vm?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/release-notes.apt.vm (original)
+++ maven/site/trunk/src/site/apt/release-notes.apt.vm Sat Mar 22 17:04:49 2008
@@ -37,7 +37,7 @@
(POM), Maven can manage a project's build, reporting and documentation from
a central place.
The core release is independent of the plugins available. Further releases
of plugins will be made separately.
- See {{{plugins/index.html} Plugin List}} for more information.
+ See the {{{plugins/index.html} Plugin List}} for more information.
We hope you enjoy using Maven! If you have any questions, please consult:
@@ -53,13 +53,13 @@
Release Notes - Maven 2 - Version 2.0.8
- The full list of changes can be found
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13139&styleName=Text&projectId=10500&Create=Create}here}},
and is reproduced below.
+ The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13139&styleName=Text&projectId=10500&Create=Create}issue
management system}}, and is reproduced below.
** Changes that may affect existing builds
*{{{http://jira.codehaus.org/browse/MNG-3118} MNG-3118}} - Test-classes
should come before classes in the classpath. This may slightly alter
- behavior of tests. The test-classes is now included first in the classpath
to allow test resources to override normal runtime ones.
+ behavior of tests. The <<<test-classes>>> directory is now included first in
the classpath to allow test resources to override normal runtime ones.
** Bug
@@ -138,7 +138,7 @@
* 2.0.7 Release Notes
- The full list of changes can be found
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=13138&pid=10500&sorter/field=issuekey&sorter/order=DESC}here}},
and is reproduced below.
+ The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&fixfor=13138&pid=10500&sorter/field=issuekey&sorter/order=DESC}issue
management system}}, and is reproduced below.
**Bug
@@ -210,14 +210,14 @@
* 2.0.6 Release Notes
- The full list of changes can be found
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10500&fixfor=13010&sorter/field=issuekey&sorter/order=DESC}
- here}}, and is reproduced below.
+ The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&&pid=10500&fixfor=13010&sorter/field=issuekey&sorter/order=DESC}
+ issue management system}}, and is reproduced below.
** Changes that may affect existing builds
- * {{{http://jira.codehaus.org/browse/MNG-1577} MNG-1577}} - Maven will now
only obey the dependendencyManagment element in the POM and
- will align all transitive dependencies to versions specified in the
dependencyManagement. To detect any problems that you might have
- you can refer to these
{{{http://maven.apache.org/plugins/maven-dependency-plugin/examples/preparing-dependencies.html}notes}}
to
+ * {{{http://jira.codehaus.org/browse/MNG-1577} MNG-1577}} - Maven will now
only obey the <<<\<dependencyManagement\>>>> element in the POM and
+ will align all transitive dependencies to versions specified in the
<<<\<dependencyManagement\>>>>. To detect any problems that you might have
+ you can refer to these
{{{http://maven.apache.org/plugins/maven-dependency-plugin/examples/preparing-dependencies.html}upgrade
notes for Maven 2.0.6}} to
prepare for the upgrade.
** Bug
@@ -273,8 +273,8 @@
* 2.0.5 Release Notes
- The full list of changes can be found
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12294&styleName=Text&projectId=10500&Create=Create}
- here}}, and is reproduced below.
+ The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=12294&styleName=Text&projectId=10500&Create=Create}
+ issue management system}}, and is reproduced below.
** Changes that may affect existing builds
Modified: maven/site/trunk/src/site/apt/users/getting-help.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/users/getting-help.apt?rev=640125&r1=640124&r2=640125&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/users/getting-help.apt (original)
+++ maven/site/trunk/src/site/apt/users/getting-help.apt Sat Mar 22 17:04:49
2008
@@ -24,7 +24,7 @@
Someone else might have experienced the same problem as you before. A list
of mail-archives can be found on
- {{{http://maven.apache.org/mail-lists.html}this page}}. Please search one of
+ {{{http://maven.apache.org/mail-lists.html}mailing list index page}}. Please
search one of
them before going any further.
*Ask on the user list
@@ -41,8 +41,8 @@
the plugins, you should report it to our issue management system JIRA.
First of all you need to create an account in JIRA. This is so that we can
- communicate with you while we work together on the issue. Go
- {{{http://jira.codehaus.org/secure/Signup!default.jspa}here}} to create an
+ communicate with you while we work together on the issue. Go to the
+ {{{http://jira.codehaus.org/secure/Signup!default.jspa}sign up form}} to
create an
account if you don't already have one.
**Where?
@@ -52,8 +52,8 @@
correct link is important. Click on <Project Information> and then
<Issue Tracking>. On that page you will find the correct link.
- If the problem is in Maven itself you can find the link on
- {{{http://maven.apache.org/issue-tracking.html}this page}}.
+ If the problem is in Maven itself you can find the appropriate link on the
+ {{{http://maven.apache.org/issue-tracking.html}issue tracking page}}.
**How?
@@ -73,8 +73,8 @@
when we test it.
What we like best are patches that fixes the problem. If you want to create a
- patch for an issue please read
- {{{../guides/development/guide-m2-development.html}this document}} first.
+ patch for an issue please read the
+ {{{../guides/development/guide-m2-development.html}Maven Developer Guide}}
first.
* References