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/02/16 21:43:33 UTC

[maven-dependency-plugin] branch MDEP-626 updated (18130e0 -> 2ea0f71)

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

khmarbaise pushed a change to branch MDEP-626
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


 discard 18130e0  WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps.
     new 2ea0f71  WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps.  - Added Maven 3.6.X for testing.

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   (18130e0)
            \
             N -- N -- N   refs/heads/MDEP-626 (2ea0f71)

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:
 Jenkinsfile |   2 +-
 tree.lst    | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 101 insertions(+), 1 deletion(-)
 create mode 100644 tree.lst


[maven-dependency-plugin] 01/01: WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps. - Added Maven 3.6.X for testing.

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

khmarbaise pushed a commit to branch MDEP-626
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 2ea0f71e10eadb93e884a7f901bbcce371d04cce
Author: Karl Heinz Marbaise <ka...@soebes.de>
AuthorDate: Sat Feb 16 22:12:20 2019 +0100

    WIP - MDEP-626 - First step Upgrading doxia, and reporting-impl deps.
     - Added Maven 3.6.X for testing.
---
 Jenkinsfile |   2 +-
 pom.xml     |  22 ++-----------
 tree.lst    | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 103 insertions(+), 21 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e9f05f7..b2d1c5d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild()
+asfMavenTlpPlgnBuild( 'maven' : ['3.2.x','3.3.x','3.5.x', '3.6.x' ] )
diff --git a/pom.xml b/pom.xml
index 895e884..4820ee6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <doxiaVersion>1.4</doxiaVersion>
+    <doxiaVersion>1.8</doxiaVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
     <javaVersion>7</javaVersion>
   </properties>
@@ -137,25 +137,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.3</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>maven-artifact-manager</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>maven-project</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>maven-profile</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>maven-plugin-registry</artifactId>
-          <groupId>org.apache.maven</groupId>
-        </exclusion>
-      </exclusions>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
diff --git a/tree.lst b/tree.lst
new file mode 100644
index 0000000..7f744c6
--- /dev/null
+++ b/tree.lst
@@ -0,0 +1,100 @@
+[INFO] Scanning for projects...
+[INFO] 
+[INFO] ----------< org.apache.maven.plugins:maven-dependency-plugin >----------
+[INFO] Building Apache Maven Dependency Plugin 3.1.2-SNAPSHOT
+[INFO] ----------------------------[ maven-plugin ]----------------------------
+[INFO] 
+[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ maven-dependency-plugin ---
+[INFO] org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:3.1.2-SNAPSHOT
+[INFO] +- org.apache.maven:maven-compat:jar:3.0:test
+[INFO] |  +- org.apache.maven:maven-model-builder:jar:3.0:compile
+[INFO] |  +- org.apache.maven:maven-settings:jar:3.0:compile
+[INFO] |  +- org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
+[INFO] |  |  \- org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
+[INFO] |  |     \- org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
+[INFO] |  +- org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
+[INFO] |  \- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
+[INFO] +- org.apache.maven:maven-artifact:jar:3.0:compile
+[INFO] +- org.apache.maven:maven-plugin-api:jar:3.0:compile
+[INFO] +- org.apache.maven:maven-model:jar:3.0:compile
+[INFO] +- org.apache.maven:maven-core:jar:3.0:compile
+[INFO] |  +- org.apache.maven:maven-settings-builder:jar:3.0:compile
+[INFO] |  +- org.apache.maven:maven-aether-provider:jar:3.0:runtime
+[INFO] |  +- org.sonatype.aether:aether-impl:jar:1.7:compile
+[INFO] |  +- org.sonatype.aether:aether-api:jar:1.7:compile
+[INFO] |  +- org.sonatype.aether:aether-util:jar:1.7:compile
+[INFO] |  +- org.codehaus.plexus:plexus-classworlds:jar:2.2.3:compile
+[INFO] |  \- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
+[INFO] |     \- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
+[INFO] +- org.apache.maven:maven-repository-metadata:jar:3.0:compile
+[INFO] +- org.apache.maven.reporting:maven-reporting-api:jar:3.0:compile
+[INFO] +- org.apache.maven.reporting:maven-reporting-impl:jar:3.0.0:compile
+[INFO] |  +- org.apache.maven.doxia:doxia-decoration-model:jar:1.7.4:compile
+[INFO] |  \- org.apache.maven.doxia:doxia-core:jar:1.7:compile
+[INFO] |     +- org.apache.httpcomponents:httpclient:jar:4.0.2:compile
+[INFO] |     +- org.apache.httpcomponents:httpcore:jar:4.0.1:compile
+[INFO] |     \- xmlunit:xmlunit:jar:1.5:compile
+[INFO] +- commons-io:commons-io:jar:2.5:compile
+[INFO] +- org.apache.maven.doxia:doxia-sink-api:jar:1.8:compile
+[INFO] |  \- org.apache.maven.doxia:doxia-logging-api:jar:1.8:compile
+[INFO] +- org.apache.maven.doxia:doxia-site-renderer:jar:1.8:compile
+[INFO] |  +- org.apache.maven.doxia:doxia-skin-model:jar:1.8:compile
+[INFO] |  +- org.apache.maven.doxia:doxia-module-xhtml:jar:1.8:compile
+[INFO] |  +- org.codehaus.plexus:plexus-i18n:jar:1.0-beta-7:compile
+[INFO] |  +- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-30:compile
+[INFO] |  +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
+[INFO] |  +- org.apache.velocity:velocity:jar:1.7:compile
+[INFO] |  +- org.apache.velocity:velocity-tools:jar:2.0:compile
+[INFO] |  |  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
+[INFO] |  |  +- commons-digester:commons-digester:jar:1.8:compile
+[INFO] |  |  +- commons-chain:commons-chain:jar:1.1:compile
+[INFO] |  |  +- commons-logging:commons-logging:jar:1.1:compile
+[INFO] |  |  |  \- javax.servlet:servlet-api:jar:2.3:compile
+[INFO] |  |  +- commons-validator:commons-validator:jar:1.3.1:compile
+[INFO] |  |  +- dom4j:dom4j:jar:1.1:compile
+[INFO] |  |  +- oro:oro:jar:2.0.8:compile
+[INFO] |  |  +- sslext:sslext:jar:1.2-0:compile
+[INFO] |  |  +- org.apache.struts:struts-core:jar:1.3.8:compile
+[INFO] |  |  |  \- antlr:antlr:jar:2.7.2:compile
+[INFO] |  |  +- org.apache.struts:struts-taglib:jar:1.3.8:compile
+[INFO] |  |  \- org.apache.struts:struts-tiles:jar:1.3.8:compile
+[INFO] |  \- org.apache.commons:commons-lang3:jar:3.5:compile
+[INFO] +- org.codehaus.plexus:plexus-archiver:jar:3.7.0:compile
+[INFO] |  +- org.apache.commons:commons-compress:jar:1.18:compile
+[INFO] |  +- org.iq80.snappy:snappy:jar:0.4:compile
+[INFO] |  \- org.tukaani:xz:jar:1.8:runtime
+[INFO] +- org.codehaus.plexus:plexus-utils:jar:3.1.0:compile
+[INFO] +- org.apache.maven.shared:file-management:jar:3.0.0:compile
+[INFO] |  \- org.apache.maven.shared:maven-shared-io:jar:3.0.0:compile
+[INFO] +- org.codehaus.plexus:plexus-io:jar:3.1.0:compile
+[INFO] +- org.apache.maven.shared:maven-dependency-analyzer:jar:1.11.1:compile
+[INFO] |  \- org.ow2.asm:asm:jar:7.0:compile
+[INFO] +- org.apache.maven.shared:maven-dependency-tree:jar:3.0.1:compile
+[INFO] |  \- org.eclipse.aether:aether-util:jar:0.9.0.M2:compile
+[INFO] +- org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1:compile
+[INFO] +- org.apache.maven.shared:maven-artifact-transfer:jar:0.9.1:compile
+[INFO] |  +- commons-codec:commons-codec:jar:1.6:compile
+[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.5:compile
+[INFO] +- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
+[INFO] +- commons-lang:commons-lang:jar:2.6:compile
+[INFO] +- commons-collections:commons-collections:jar:3.2.2:compile
+[INFO] +- classworlds:classworlds:jar:1.1:compile
+[INFO] +- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.5.2:provided
+[INFO] +- junit:junit:jar:4.11:test
+[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.3:test
+[INFO] +- org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:2.1:test
+[INFO] |  \- org.apache.maven.shared:maven-invoker:jar:2.0.11:test
+[INFO] +- org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test
+[INFO] +- org.codehaus.plexus:plexus-interpolation:jar:1.24:test
+[INFO] +- org.sonatype.aether:aether-connector-wagon:jar:1.7:provided
+[INFO] |  \- org.sonatype.aether:aether-spi:jar:1.7:compile
+[INFO] \- org.apache.maven.wagon:wagon-http-lightweight:jar:1.0-beta-6:provided
+[INFO]    \- org.apache.maven.wagon:wagon-http-shared:jar:1.0-beta-6:provided
+[INFO]       +- nekohtml:xercesMinimal:jar:1.9.6.2:provided
+[INFO]       \- nekohtml:nekohtml:jar:1.9.6.2:provided
+[INFO] ------------------------------------------------------------------------
+[INFO] BUILD SUCCESS
+[INFO] ------------------------------------------------------------------------
+[INFO] Total time:  1.155 s
+[INFO] Finished at: 2019-02-16T22:25:34+01:00
+[INFO] ------------------------------------------------------------------------