[GitHub] [maven-doxia] dependabot[bot] opened a new pull request #41: Bump junit from 4.13 to 4.13.1

2020-10-11 Thread GitBox
dependabot[bot] opened a new pull request #41: URL: https://github.com/apache/maven-doxia/pull/41 Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases;>junit's releases. JUnit

Re: Rollback failed release

2020-10-11 Thread Gary Gregory
In general I avoid rewriting history unless I am in a PR branch and I am squashing commits before a merge. So a revert is fine IMO. Gary On Sun, Oct 11, 2020, 16:16 Elliotte Rusty Harold wrote: > I cancelled a planned release of the maven-dependency-plugin before it > got to a vote but after

Re: Rollback failed release

2020-10-11 Thread Michael Osipov
This is not the approach we do. What you have is a burned release and it stays unmodified in the repository. We do not rewrite history on master and tags. The single source of truth is source-release.zip which is not available on dist, so everything is good. So fix your bugs and start a new

Re: Rollback failed release

2020-10-11 Thread Olivier Lamy
Hi, You will not be able to rewrite the history. The option may have been disabled by INFRA. a commit reverting the old commit is better and it's probably better to keep the history of this as well On Mon, 12 Oct 2020 at 06:16, Elliotte Rusty Harold wrote: > I cancelled a planned release of the

Rollback failed release

2020-10-11 Thread Elliotte Rusty Harold
I cancelled a planned release of the maven-dependency-plugin before it got to a vote but after it had been pushed to Github. (discovered a couple of issues I want to fix first) I dropped the bundle from Nexus. Now I need to revert the last couple of commits and remove the tag. They're about three

Re: Issue with maven-dependency-plugin

2020-10-11 Thread Robert Scholte
This is a typical question for the maven users list or stack overflow, but I'll give it a shot: plugin configuration is based on inheritence through parents. If ../third-project/other-project doesn't inherit this parent, and it probably doesn't because of its path, it won't have its

Re: Filetrasformer design

2020-10-11 Thread Robert Scholte
It is true that for both install and deploy the transformers will be executed, however in general there is no need to do both, this is how Maven still works, but should be solved with MNG-5667[1]. This might be a good reason to give this a higher priority. (and to get "mvn clean install" out of

Filetrasformer design

2020-10-11 Thread Slawomir Jaranowski
Hi, During a spike on maven-sign-plugin we discovered the chain feature in the Transformation process will be useful. Current transformation solution is dedicated to pom transformation, it will be also useful to prepare more flexible solutions for another type of transformation like preparing