[GitHub] maven-wagon pull request: [WAGON-451] Accept NO CONTENT in resourc...

2016-02-17 Thread michael-o
Github user michael-o commented on the pull request:

https://github.com/apache/maven-wagon/pull/23#issuecomment-185583171
  
> Some maven repositories may respond with 204 NO CONTENT instead of 200 OK 
when sending in HTTP HEAD requests.

If so, they are violating the RFCs. File an issue against those repos.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[ANN] Apache Maven Source Plugin Version 3.0.0 Released

2016-02-17 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven Source Plugin Version 3.0.0.
 
https://maven.apache.org/plugins/maven-source-plugin/

The Source Plugin creates a jar archive of the source files of the current
project. The jar file is, by default, created in the project's target
directory.
 
Important Notes:

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's plugin configuration:
 

  org.apache.maven.plugins
  maven-source-plugin
  3.0.0


You can download the appropriate sources etc. from the download page:
 
http://maven.apache.org/plugins/maven-source-plugin/download.html
 
Release Note Apache Maven Source Plugin Version 3.0.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924=12331545


Bug:

 * [MSOURCES-81] - allow sources jar to contain Maven descriptor

Improvements:

 * [MSOURCES-75] - Update version of plexus-archiver to 2.7
 * [MSOURCES-76] - Upgrade from maven-plugins version 25 to 26
 * [MSOURCES-77] - Upgrade maven-archiver from 2.5 to 2.6
 * [MSOURCES-78] - Upgrade plexus-archiver 2.7 to 2.8.4
 * [MSOURCES-79] - Upgrade to maven-plugins parent version 27
 * [MSOURCES-80] - Upgrade plexus-archiver to 2.10.2
 * [MSOURCES-82] - Make naming of properties consistent to the plugin name.
 * [MSOURCES-83] - Make Plugin only Maven 3.0 minimum
 * [MSOURCES-84] - Change package name from org.apache.maven.plugin to 
org.apache.maven.plugins
 * [MSOURCES-85] - Upgrade plexus-archiver to 3.0.1
 * [MSOURCES-86] - Upgrade maven-archiver to 3.0.0
 * [MSOURCES-88] - Upgrade plexus-utils to 3.0.22
 * [MSOURCES-89] - Using plugin parent version 28
 * [MSOURCES-90] - Upgrade junit to 4.11
 * [MSOURCES-91] - Added several properties for parameters
 * [MSOURCES-92] - Generate Maven Descriptor by default
 * [MSOURCES-93] - Upgrade plexus-archiver from 3.0.1 to 3.0.3
 
Enjoy,
 
-The Apache Maven team

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] maven-wagon pull request: [WAGON-451] Accept NO CONTENT in resourc...

2016-02-17 Thread hyPiRion
GitHub user hyPiRion opened a pull request:

https://github.com/apache/maven-wagon/pull/23

[WAGON-451] Accept NO CONTENT in resourceExists

Some maven repositories may respond with 204 NO CONTENT instead of 200 OK 
when sending in HTTP HEAD requests. This throws an exception in wagon-http and 
wagon-http-lightweight.

This patch makes 204 NO CONTENT responses from HTTP HEAD requests in 
wagon-http and wagon-http-lightweight return true in `resourceExists`, instead 
of throwing an exception.

The patch also adds makes wagon-http-lightweight accept 304 NOT MODIFIED, 
to make it consistent with the wagon-http implementation.

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

$ git pull https://github.com/hyPiRion/maven-wagon WAGON-451

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

https://github.com/apache/maven-wagon/pull/23.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 #23


commit 1e8c1a6b8be4c002cceda1dd2e37e4ff432f20ab
Author: Jean Niklas L'orange 
Date:   2016-02-17T23:42:00Z

[WAGON-451] Accept NO CONTENT in resourceExists

This patch makes 204 NO CONTENT responses from HTTP HEAD requests in
wagon-http and wagon-http-lightweight return true in `resourceExists`,
instead of throwing an exception.

The patch also adds makes wagon-http-lightweight accept 304 NOT
MODIFIED, to make it consistent with the wagon-http implementation.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[GitHub] maven pull request: [MNG-5981] upgrade Sisu to 0.3.3 to pick up li...

2016-02-17 Thread mcculls
GitHub user mcculls opened a pull request:

https://github.com/apache/maven/pull/78

[MNG-5981] upgrade Sisu to 0.3.3 to pick up lifecycle fix

https://issues.apache.org/jira/browse/MNG-5981

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

$ git pull https://github.com/mcculls/maven MNG-5981-upgrade-sisu-to-0.3.3

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

https://github.com/apache/maven/pull/78.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 #78


commit 7aeffd68ec85b0a1cc325f1d7752a6cf7a00ffc1
Author: Stuart McCulloch 
Date:   2016-02-17T23:55:18Z

[MNG-5981] upgrade Sisu to 0.3.3 to pick up lifecycle fix




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



[RESULT] [VOTE] Release Apache Maven Source Plugin version 3.0.0

2016-02-17 Thread Karl Heinz Marbaise

Hi,

The vote has passed with the following result:

+1 : Michael Osipov, Karl Heinz Marbaise, Hervé Boutemy
-1 : Tibor Digana

PMC quorum: reached.

I will promote the artifacts to the central repo.

Kind regards
Karl Heinz Marbaise

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org