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/06/19 11:31:50 UTC

[maven-sources] branch master updated: added maven-artifact-plugin

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-sources.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d36ba8  added maven-artifact-plugin
5d36ba8 is described below

commit 5d36ba8a4c822bc1d0f3787b34cda1950306781f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jun 19 13:31:39 2020 +0200

    added maven-artifact-plugin
---
 default.xml           | 1 +
 plugins/tools/pom.xml | 1 +
 studies/pom.xml       | 1 -
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/default.xml b/default.xml
index 536a4f2..96cc490 100644
--- a/default.xml
+++ b/default.xml
@@ -67,6 +67,7 @@
 
   <project path='plugins/tools/maven-antrun-plugin'         name='maven-antrun-plugin.git' />
   <project path='plugins/tools/archetype'                   name='maven-archetype.git' />
+  <project path='plugins/tools/artifact'                    name='maven-artifact-plugin.git' />
   <project path='plugins/tools/maven-assembly-plugin'       name='maven-assembly-plugin.git' />
   <project path='plugins/tools/maven-dependency-plugin'     name='maven-dependency-plugin.git' />
   <project path='plugins/tools/enforcer'                    name='maven-enforcer.git' />
diff --git a/plugins/tools/pom.xml b/plugins/tools/pom.xml
index 85c76ed..892ae67 100644
--- a/plugins/tools/pom.xml
+++ b/plugins/tools/pom.xml
@@ -34,6 +34,7 @@ under the License.
   <modules>
     <module>../../../plugins/tools/maven-antrun-plugin</module>
     <module>../../../plugins/tools/archetype</module>
+    <module>../../../plugins/tools/maven-artifact-plugin</module>
     <module>../../../plugins/tools/maven-assembly-plugin</module>
     <module>../../../plugins/tools/maven-dependency-plugin</module>
     <module>../../../plugins/tools/enforcer</module>
diff --git a/studies/pom.xml b/studies/pom.xml
index 135ef62..90442db 100644
--- a/studies/pom.xml
+++ b/studies/pom.xml
@@ -34,7 +34,6 @@ under the License.
   <modules>
     <module>../../studies/consumer-pom</module>
     <module>../../studies/maven-basedir-filesystem</module>
-    <module>../../studies/maven-buildinfo-plugin</module>
     <module>../../studies/maven-ci-extension</module>
     <module>../../studies/maven-default-plugins</module>
     <module>../../studies/maven-eventsound-extension</module>