You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/12/09 16:28:35 UTC

[maven-javadoc-plugin] branch MJAVADOC-543 created (now aceadd7)

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

rfscholte pushed a change to branch MJAVADOC-543
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


      at aceadd7  [MJAVADOC-543] Archiving to jar is very slow Update plexus-io to 3.1.1

This branch includes the following new commits:

     new aceadd7  [MJAVADOC-543] Archiving to jar is very slow Update plexus-io to 3.1.1

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.



[maven-javadoc-plugin] 01/01: [MJAVADOC-543] Archiving to jar is very slow Update plexus-io to 3.1.1

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

rfscholte pushed a commit to branch MJAVADOC-543
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git

commit aceadd711651833de882f82eee7d55fb1db99af0
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Dec 9 17:28:29 2018 +0100

    [MJAVADOC-543] Archiving to jar is very slow
    Update plexus-io to 3.1.1
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index de6326c..f936738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -249,6 +249,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-io</artifactId>
+      <version>3.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.0.24</version>
     </dependency>