On Tue, 2017-09-12 at 13:09 +0100, Davide Giannella wrote:
> Hello team,
> 
> apache changed some bits in the release process and I'm trying to
> adapt
> as part of https://issues.apache.org/jira/browse/OAK-6650.
> 
> Still have to take care of the release checker that is on another
> repo.
> However main question is how can I test the change without doing any
> release? A `-DdryRun` won't be producing any file.
> 
> Any idea? Otherwise right now the only option I have is to release
> something with version -test and then drop everything: maven, tags,
> whatever...

Maybe

$ mvn clean install -Papache-release

Alternatively move the plugin executions out of the profile and into
the main build element and run 

$ mvn clean install

Robert

Reply via email to