>
> Therefore, it is a change in a major version.

Sure, but that's not the problem I see. I think we're moving away from
convention over configuration as there is now no default release profile
but the end user needs to configure one. Not too happy about that.


> Do you care to create an issue for the documentation deficit and target it
> for 3.0?


Done so in MRELEASE-955.

/Anders


>
>
> Michael
>
>
>
>>>
>>> On Sat, Jun 11, 2016 at 9:10 AM, Karl Heinz Marbaise <khmarba...@gmx.de>
>>>
>>>> wrote:
>>>>
>>>> Ah sorry...
>>>>
>>>>>
>>>>> did saw this issue is already scheduled on 3.0...
>>>>>
>>>>> Kind regards
>>>>> Karl Heinz
>>>>>
>>>>> On 6/11/16 9:00 AM, Karl Heinz Marbaise wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>>>
>>>>>> This will break backward compatibility in a minor version which is
>>>>>> not a
>>>>>> good idea..This something for 3.0.0 ....
>>>>>>
>>>>>> Marking as deprecated good idea...but changing the default...Hm..
>>>>>>
>>>>>> Kind regards
>>>>>> Karl Heinz Marbaise
>>>>>>
>>>>>>
>>>>>> On 6/10/16 11:20 PM, micha...@apache.org wrote:
>>>>>>
>>>>>> Author: michaelo
>>>>>>
>>>>>>> Date: Fri Jun 10 21:20:33 2016
>>>>>>> New Revision: 1747802
>>>>>>>
>>>>>>> URL: http://svn.apache.org/viewvc?rev=1747802&view=rev
>>>>>>> Log:
>>>>>>> [MRELEASE-896] Disable and deprecate useReleaseProfile parameter
>>>>>>>
>>>>>>> Submitted-by: Stefan Ferstl
>>>>>>>
>>>>>>> This closes #6
>>>>>>>
>>>>>>> Modified:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-459/pom.xml
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java
>>>>>>>
>>>>>>>
>>>>>>> Modified:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-459/pom.xml
>>>>>>>
>>>>>>> URL:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-459/pom.xml?rev=1747802&r1=1747801&r2=1747802&view=diff
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ==============================================================================
>>>>>>>
>>>>>>> ---
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-459/pom.xml
>>>>>>> (original)
>>>>>>> +++
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-459/pom.xml
>>>>>>> Fri Jun 10 21:20:33 2016
>>>>>>> @@ -57,6 +57,7 @@
>>>>>>>            </dependency>
>>>>>>>          </dependencies>
>>>>>>>          <configuration>
>>>>>>> +          <useReleaseProfile>true</useReleaseProfile>
>>>>>>>            <releaseProfiles>custom-release</releaseProfiles>
>>>>>>>          </configuration>
>>>>>>>        </plugin>
>>>>>>>
>>>>>>> Modified:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java
>>>>>>>
>>>>>>> URL:
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java?rev=1747802&r1=1747801&r2=1747802&view=diff
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ==============================================================================
>>>>>>>
>>>>>>> ---
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java
>>>>>>> (original)
>>>>>>> +++
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> maven/release/trunk/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PerformReleaseMojo.java
>>>>>>> Fri Jun 10 21:20:33 2016
>>>>>>> @@ -107,7 +107,8 @@ public class PerformReleaseMojo
>>>>>>>       *
>>>>>>>       * @deprecated The release profile will be removed from future
>>>>>>> versions of the super POM
>>>>>>>       */
>>>>>>> -    @Parameter( defaultValue = "true", property =
>>>>>>> "useReleaseProfile"
>>>>>>> )
>>>>>>> +    @Parameter( defaultValue = "false", property =
>>>>>>> "useReleaseProfile" )
>>>>>>> +    @Deprecated
>>>>>>>      private boolean useReleaseProfile;
>>>>>>>
>>>>>>>      /**
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>
>>>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to