You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/11 14:42:41 UTC

[maven-archetypes] branch master updated (807734f -> a5d0221)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git.


    from 807734f  [MARCHETYPES-68] make build reproductible
     new 92b06dc  add snapshot repository
     new a5d0221  fixed link to mailing lists

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md |  6 +++---
 pom.xml   | 11 +++++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)


[maven-archetypes] 01/02: add snapshot repository

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git

commit 92b06dcf7837ed017f085fb833575734b450d7ba
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Apr 6 08:07:11 2020 +0200

    add snapshot repository
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5964b89..fd8365f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,17 @@ under the License.
     <project.build.outputTimestamp>2020-04-05T12:04:00Z</project.build.outputTimestamp>
   </properties>
 
+  <repositories>
+    <repository><!-- useful to resolve maven-arhetype-plugin when it is a SNAPSHOT -->
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>https://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
   <build>
     <extensions>
       <extension>


[maven-archetypes] 02/02: fixed link to mailing lists

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetypes.git

commit a5d0221763ad56cbc7999e3243259536a426c734
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Apr 11 16:42:33 2020 +0200

    fixed link to mailing lists
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2d30799..a33171b 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ Getting Started
 + Make sure you have a [JIRA account](https://issues.apache.org/jira/).
 + Make sure you have a [GitHub account](https://github.com/signup/free).
 + If you're planning to implement a new feature, it makes sense to discuss your changes 
-  on the [dev list](https://maven.apache.org/mail-lists.html) first. 
+  on the [dev list][ml-list] first. 
   This way you can make sure you're not wasting your time on something that isn't 
   considered to be in Apache Maven's scope.
 + Submit a ticket for your issue, assuming one does not already exist.
@@ -46,7 +46,7 @@ Getting Started
 Making and Submitting Changes
 --------------
 
-We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] is the
+We accept Pull Requests via GitHub. The [developer mailing list][ml-list] is the
 main channel of communication for contributors.  
 There are some guidelines which will make applying PRs easier for us:
 + Create a topic branch from where you want to base your work (this is usually the master branch).
@@ -89,7 +89,7 @@ Additional Resources
 + #Maven IRC channel on freenode.org
 
 [license]: https://www.apache.org/licenses/LICENSE-2.0
-[dev-ml-list]: http://maven.apache.org/mailing-lists.html
+[ml-list]: http://maven.apache.org/mailing-lists.html
 [code-style]: https://maven.apache.org/developers/conventions/code.html
 [cla]: https://www.apache.org/licenses/#clas
 [maven-wiki]: https://cwiki.apache.org/confluence/display/MAVEN/Index