GitHub user neykov opened a pull request:

    https://github.com/apache/brooklyn-server/pull/479

    Upgrade karaf-maven-plugin to avoid double User-Agent bug

    Deploying the project as is leads to the creation of two staging repos. 
With modules using the `karaf-maven-plugin` in one and the rest in the other 
bucket.
    
    This is caused by a bug in `wagon-http-2.8` already fixed in maven 3.3.3. 
`karaf-maven-plugin` has a dependency on `wagon-http-2.8` so it pulls in the 
version even in versions of maven that use later (and fixed) releases.
    
    Nexus will create a unique repo based on a number of factors - the IP of 
the user and the User-Agent being included. If one of those changes during 
deployment it will lead to a new staging repo being created.

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

    $ git pull https://github.com/neykov/brooklyn-server upgrade-karaf-plugin

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

    https://github.com/apache/brooklyn-server/pull/479.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 #479
    
----
commit 4baed1a578ef418231d6ee14f9300a65d60c3565
Author: Svetoslav Neykov <[email protected]>
Date:   2016-12-05T07:41:16Z

    Upgrade karaf-maven-plugin to avoid double User-Agent bug

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to