[jira] [Commented] (MASSEMBLY-854) Upgrade to Plexus Archiver 3.5

2017-06-29 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/MASSEMBLY-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16068975#comment-16068975
 ] 

Hudson commented on MASSEMBLY-854:
--

SUCCESS: Integrated in Jenkins build maven-plugins #9014 (See 
[https://builds.apache.org/job/maven-plugins/9014/])
[MASSEMBLY-854] Upgrade to Plexus Archiver 3.5 (michaelo: 
[http://svn.apache.org/viewvc/?view=rev=1800319])
* (edit) maven-assembly-plugin/pom.xml


> Upgrade to Plexus Archiver 3.5
> --
>
> Key: MASSEMBLY-854
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-854
> Project: Maven Assembly Plugin
>  Issue Type: Task
>Affects Versions: 3.0.0
>Reporter: Stephane Nicoll
>Assignee: Michael Osipov
> Fix For: 3.1.0
>
>
> There is a critical regression fixed (see 
> https://github.com/codehaus-plexus/plexus-archiver/issues/53)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MASSEMBLY-854) Upgrade to Plexus Archiver 3.5

2017-06-19 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MASSEMBLY-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16053698#comment-16053698
 ] 

ASF GitHub Bot commented on MASSEMBLY-854:
--

Github user snicoll closed the pull request at:

https://github.com/apache/maven-plugins/pull/115


> Upgrade to Plexus Archiver 3.5
> --
>
> Key: MASSEMBLY-854
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-854
> Project: Maven Assembly Plugin
>  Issue Type: Task
>Affects Versions: 3.0.0
>Reporter: Stephane Nicoll
> Fix For: 3.0.1
>
>
> There is a critical regression fixed (see 
> https://github.com/codehaus-plexus/plexus-archiver/issues/53)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MASSEMBLY-854) Upgrade to Plexus Archiver 3.5

2017-06-16 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/MASSEMBLY-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16051836#comment-16051836
 ] 

ASF GitHub Bot commented on MASSEMBLY-854:
--

GitHub user snicoll opened a pull request:

https://github.com/apache/maven-plugins/pull/115

Upgrade to Plexus Archiver 3.5-SNAPSHOT

See MASSEMBLY-854

Please note that this new release of plexus archiver requires Java7

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/snicoll/maven-plugins MASSEMBLY-854

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-plugins/pull/115.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #115


commit eecf761b2edca2f91e52bf601db51bb86fb679d6
Author: Stephane Nicoll 
Date:   2017-06-16T12:34:03Z

Upgrade to Plexus Archiver 3.5-SNAPSHOT




> Upgrade to Plexus Archiver 3.5
> --
>
> Key: MASSEMBLY-854
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-854
> Project: Maven Assembly Plugin
>  Issue Type: Task
>Affects Versions: 3.0.0
>Reporter: Stephane Nicoll
> Fix For: 3.0.1
>
>
> There is a critical regression fixed (see 
> https://github.com/codehaus-plexus/plexus-archiver/issues/53)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (MASSEMBLY-854) Upgrade to Plexus Archiver 3.5

2017-06-15 Thread Stephane Nicoll (JIRA)

[ 
https://issues.apache.org/jira/browse/MASSEMBLY-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16050703#comment-16050703
 ] 

Stephane Nicoll commented on MASSEMBLY-854:
---

Attempting to do that with {{3.5-SNAPSHOT}} leads to 

{noformat}
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ 
maven-assembly-plugin ---
[INFO] Restricted to JDK 1.6 yet 
org.codehaus.plexus:plexus-io:jar:3.0.0:compile contains 
org/codehaus/plexus/components/io/resources/EncodingSupported.class targeted to 
JDK 1.7
[INFO] Restricted to JDK 1.6 yet 
org.apache.commons:commons-compress:jar:1.14:compile contains 
org/apache/commons/compress/changes/ChangeSetResults.class targeted to JDK 1.7
[INFO] Restricted to JDK 1.6 yet 
org.codehaus.plexus:plexus-archiver:jar:3.5-SNAPSHOT:compile contains 
org/codehaus/plexus/archiver/ArchiveFile.class targeted to JDK 1.7
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion 
failed with message:
Found Banned Dependency: org.codehaus.plexus:plexus-io:jar:3.0.0
Found Banned Dependency: org.apache.commons:commons-compress:jar:1.14
Found Banned Dependency: org.codehaus.plexus:plexus-archiver:jar:3.5-SNAPSHOT
Use 'mvn dependency:tree' to locate the source of the banned dependencies.
{noformat}

> Upgrade to Plexus Archiver 3.5
> --
>
> Key: MASSEMBLY-854
> URL: https://issues.apache.org/jira/browse/MASSEMBLY-854
> Project: Maven Assembly Plugin
>  Issue Type: Task
>Affects Versions: 3.0.0
>Reporter: Stephane Nicoll
> Fix For: 3.0.1
>
>
> There is a critical regression fixed (see 
> https://github.com/codehaus-plexus/plexus-archiver/issues/53)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)