You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by sslavic <gi...@git.apache.org> on 2015/03/31 02:50:50 UTC

[GitHub] maven-pom pull request: Fixed typo in maven-release-plugin config

GitHub user sslavic opened a pull request:

    https://github.com/apache/maven-pom/pull/2

    Fixed typo in maven-release-plugin config

    There's no useReleaseProfiles configuration property, just singular variant (see http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#useReleaseProfile )

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

    $ git pull https://github.com/sslavic/maven-pom patch-1

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

    https://github.com/apache/maven-pom/pull/2.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 #2
    
----
commit 6bf62e49d8441a2d4241532c16e4611923741a62
Author: Stevo Slavić <ss...@gmail.com>
Date:   2015-03-31T00:50:36Z

    Fixed typo in maven-release-plugin config
    
    There's no useReleaseProfiles configuration property, just singular variant (see http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#useReleaseProfile )

----


---
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


[GitHub] maven-pom pull request: Fixed typo in maven-release-plugin config

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/maven-pom/pull/2


---
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


Re: [GitHub] maven-pom pull request: Fixed typo in maven-release-plugin config

Posted by Hervé BOUTEMY <he...@free.fr>.
this guy is right: there is a typo in maven-parent pom's m-release-p 
configuration

But in fact, I'm completely lost with the current state:
        <plugin>
          <artifactId>maven-release-plugin</artifactId>
          <version>2.5.1</version>
          <configuration>
            <useReleaseProfiles>true</useReleaseProfiles>
            <releaseProfiles>apache-release</releaseProfiles>
            <goals>deploy</goals>
            <arguments></arguments>
            <useReleaseProfile>false</useReleaseProfile>
            <waitBeforeTagging>10</waitBeforeTagging>
          </configuration>
        </plugin>

we have both useReleaseProfile=false and useReleaseProfiles=true (which is 
ignored)
since <arguments> is empty, IIUC, there is no release profile used: is it 
expected?

why don't we use the configuration from parent?

strange...

Regards,

Hervé

Le mardi 31 mars 2015 00:50:50 sslavic a écrit :
> GitHub user sslavic opened a pull request:
> 
>     https://github.com/apache/maven-pom/pull/2
> 
>     Fixed typo in maven-release-plugin config
> 
>     There's no useReleaseProfiles configuration property, just singular
> variant (see
> http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.htm
> l#useReleaseProfile )
> 
> You can merge this pull request into a Git repository by running:
> 
>     $ git pull https://github.com/sslavic/maven-pom patch-1
> 
> Alternatively you can review and apply these changes as the patch at:
> 
>     https://github.com/apache/maven-pom/pull/2.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 #2
> 
> ----
> commit 6bf62e49d8441a2d4241532c16e4611923741a62
> Author: Stevo Slavić <ss...@gmail.com>
> Date:   2015-03-31T00:50:36Z
> 
>     Fixed typo in maven-release-plugin config
> 
>     There's no useReleaseProfiles configuration property, just singular
> variant (see
> http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.htm
> l#useReleaseProfile )
> 
> ----
> 
> 
> ---
> 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


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