You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/08 12:06:11 UTC

[maven-deploy-plugin] branch MDEPLOY-263 updated (b97cd42 -> 0883492)

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

khmarbaise pushed a change to branch MDEPLOY-263
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git.


 discard b97cd42  [MDEPLOY-263] - Add .asf.yaml
     add c7ad685  added a menu entry for the new "deploy with network issues" doc
     new 0883492  [MDEPLOY-263] - Add .asf.yaml

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b97cd42)
            \
             N -- N -- N   refs/heads/MDEPLOY-263 (0883492)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 src/site/site.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[maven-deploy-plugin] 01/01: [MDEPLOY-263] - Add .asf.yaml

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

khmarbaise pushed a commit to branch MDEPLOY-263
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git

commit 08834920d4f80cb34886dbb2c7e11fa8b13dc6f9
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Dec 8 12:27:35 2019 +0100

    [MDEPLOY-263] - Add .asf.yaml
---
 .asf.yaml | 10 ++++++++++
 pom.xml   | 16 +++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..5feedc5
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,10 @@
+# see https://s.apache.org/asfyaml
+github:
+  description: "Apache Maven Deploy Plugin"
+  homepage: https://maven.apache.org/plugins/maven-deploy-plugin
+  labels:
+    - java
+    - build-management
+    - apache-maven
+    - maven-plugins
+    - maven-deploy-plugin
diff --git a/pom.xml b/pom.xml
index 3d48158..dcb7af9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,21 @@ under the License.
       <name>Hermann Josef Hill</name>
     </contributor>
   </contributors>
-  
+
+  <build>
+    <plugins>
+      <!-- https://issues.apache.org/jira/browse/MPOM-226 -->
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes combine.children="append">
+            <exclude>.asf.yaml</exclude><!-- Can be removed with upgrade to maven-plugins:34 -->
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
   <profiles>
     <profile>
       <id>run-its</id>