This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 8db3afd docs: https
8db3afd is described below
commit 8db3afddcb33e9e5c51366f50237623ddb46054b
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Apr 5 16:15:24 2020 -0400
docs: https
@eolivelli
---
src/site/apt/index.apt.vm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index 43e1d27..3f13018 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -24,7 +24,7 @@
~~ under the License.
~~ NOTE: For help with the syntax of this file, see:
- ~~ http://maven.apache.org/doxia/references/apt-format.html
+ ~~ https://maven.apache.org/doxia/references/apt-format.html
${project.name}
@@ -34,7 +34,7 @@ ${project.name}
It is <not> the intention of this plugin to provide a means of polluting the
POM, so it's encouraged to move all your Ant tasks to a <<<build.xml>>> file
and just call it from the POM using Ant's
- {{{http://ant.apache.org/manual/Tasks/ant.html}\<ant/\> task}}.
+ {{{https://ant.apache.org/manual/Tasks/ant.html}\<ant/\> task}}.
One of the main purposes of this plugin is to facilitate the migration from
Ant
based projects to Maven. Some projects may not currently be able to migrate
@@ -52,9 +52,9 @@ ${project.name}
* <<<tasks>>>: use <<<target>>> instead;
* <<<sourceRoot>>> and <<<testSourceRoot>>>: you can use the
-
{{{http://www.mojohaus.org/build-helper-maven-plugin/}build-helper-maven-plugin}}
instead, with its
-
{{{http://www.mojohaus.org/build-helper-maven-plugin/add-source-mojo.html}add-source}}
and
-
{{{http://www.mojohaus.org/build-helper-maven-plugin/add-test-source-mojo.html}add-test-source}}
goals.
+
{{{https://www.mojohaus.org/build-helper-maven-plugin/}build-helper-maven-plugin}}
instead, with its
+
{{{https://www.mojohaus.org/build-helper-maven-plugin/add-source-mojo.html}add-source}}
and
+
{{{https://www.mojohaus.org/build-helper-maven-plugin/add-test-source-mojo.html}add-test-source}}
goals.
The format <<<maven.dependency.groupId.artifactId[.classifier].type.path>>>
to reference the path of a project
dependency as an Ant property has been removed: use
<<<groupId:artifactId:type[:classifier]>>> instead.
@@ -75,7 +75,7 @@ ${project.name}
entire debug logs, POMs or most preferably little demo projects attached to
the issue are very much appreciated.
Of course, patches are welcome, too. Contributors can check out the project
from our
{{{./source-repository.html}source repository}} and will find supplementary
information in the
- {{{http://maven.apache.org/guides/development/guide-helping.html}guide to
helping with Maven}}.
+ {{{https://maven.apache.org/guides/development/guide-helping.html}guide to
helping with Maven}}.
* Examples