You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jörg Hohwiller <jo...@j-hohwiller.de> on 2014/09/04 22:08:33 UTC

Re: [GitHub] maven-plugins pull request: [MDEPLOY-173] support flat pom functio...

Hi there,

in case the connect is not already obvious. We are following a very 
similar goal on MOJO:
http://mojo.codehaus.org/flatten-maven-plugin/

Kind regards
   Jörg

Am 03.07.2014 11:42, schrieb jackjia2014:
> GitHub user jackjia2014 opened a pull request:
>
>      https://github.com/apache/maven-plugins/pull/26
>
>      [MDEPLOY-173] support flat pom functionality in maven-deploy-plugin
>
>      Enhance the maven deploy plugin to deploy a "flattened" pom that contains only GAV and <dependencies> section.
>      The <dependencies> section contains, properly resolved direct dependencies of the artifact, which are the same of "pom hierarchy" direct dependencies.
>      "flattened" pom means it cannot have any parent or any other sections that are not necessary while deploying the artifact.
>
> You can merge this pull request into a Git repository by running:
>
>      $ git pull https://github.com/jackjia2014/maven-plugins trunk
>
> Alternatively you can review and apply these changes as the patch at:
>
>      https://github.com/apache/maven-plugins/pull/26.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 #26
>      
> ----
> commit 177e8c21726fb9a80e96e9e5b429aa16035ffd79
> Author: wejia <we...@ebay.com>
> Date:   2014-07-03T09:32:06Z
>
>      [MDEPLOY-173] support flat pom functionality in maven-deploy-plugin
>
> ----
>
>
> ---
> 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 infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org