You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/01/21 08:37:03 UTC

[maven-mvnd] branch master updated (4b4288b -> b5a8ebf)

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

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


    from 4b4288b  Fix user's pronoun in mvnd.properties comment (#585)
     new ea3ae57  Add missing headers
     new b5a8ebf  Reformat

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:
 .asf.yaml                                                | 16 ++++++++++++++++
 .github/dependabot.yml                                   | 16 ++++++++++++++++
 .../java/org/mvndaemon/mvnd/it/JvmConfigNativeIT.java    |  3 ++-
 3 files changed, 34 insertions(+), 1 deletion(-)

[maven-mvnd] 02/02: Reformat

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

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

commit b5a8ebfb47e12e9c88129f7ee84f0c50ab64bb08
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 21 09:36:49 2022 +0100

    Reformat
---
 .../src/test/java/org/mvndaemon/mvnd/it/JvmConfigNativeIT.java         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/integration-tests/src/test/java/org/mvndaemon/mvnd/it/JvmConfigNativeIT.java b/integration-tests/src/test/java/org/mvndaemon/mvnd/it/JvmConfigNativeIT.java
index 4021385..38e1327 100644
--- a/integration-tests/src/test/java/org/mvndaemon/mvnd/it/JvmConfigNativeIT.java
+++ b/integration-tests/src/test/java/org/mvndaemon/mvnd/it/JvmConfigNativeIT.java
@@ -43,7 +43,8 @@ public class JvmConfigNativeIT {
                 .assertSuccess();
         String xmx = "-Xmx512k";
         assertTrue(o.getMessages().stream()
-                .anyMatch(m -> m.toString().contains(xmx)), "Output should contain " + xmx + " but is:\n"
+                .anyMatch(m -> m.toString().contains(xmx)),
+                "Output should contain " + xmx + " but is:\n"
                         + o.getMessages().stream().map(Object::toString).collect(Collectors.joining("\n")));
     }
 

[maven-mvnd] 01/02: Add missing headers

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

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

commit ea3ae57a0cabf2d95496bf6d59876db70bbf895e
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri Jan 21 09:33:24 2022 +0100

    Add missing headers
---
 .asf.yaml              | 16 ++++++++++++++++
 .github/dependabot.yml | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 118fe90..9403898 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,3 +1,19 @@
+#
+# Copyright 2021-2022 the original author or authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 # see https://s.apache.org/asfyaml
 github:
   description: "Apache Maven Daemon"
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f8ee658..806d0ce 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,3 +1,19 @@
+#
+# Copyright 2022 the original author or authors.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
 version: 2
 updates:
   - package-ecosystem: maven