You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/12/25 16:29:43 UTC

[maven] branch MNG-4645 updated: Active by default

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

michaelo pushed a commit to branch MNG-4645
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/MNG-4645 by this push:
     new 4af023c  Active by default
4af023c is described below

commit 4af023cd3cc76f8eeaf52ca695dcee1d28b00ba1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Fri Dec 25 17:29:26 2020 +0100

    Active by default
---
 apache-maven/src/assembly/maven/conf/settings.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apache-maven/src/assembly/maven/conf/settings.xml b/apache-maven/src/assembly/maven/conf/settings.xml
index 5e9d7f9..47791d6 100644
--- a/apache-maven/src/assembly/maven/conf/settings.xml
+++ b/apache-maven/src/assembly/maven/conf/settings.xml
@@ -245,6 +245,9 @@ under the License.
     </profile>
     -->
     <profile>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
       <repositories>
         <repository>
           <id>central</id>