Konrad Windszus

Results 322 issues of Konrad Windszus

The `flattenMode` with value `ossrh` refers to the no longer existing OSSRH offering from Sonatype. This was replaced by Central Portal (https://central.sonatype.org/news/20250326_ossrh_sunset/). The documentation for https://www.mojohaus.org/flatten-maven-plugin/flatten-mojo.html#flattenMode needs to be updated...

### Improvement proposal According to https://maven.apache.org/pom.html#Repository > distributionManagement specifies where (and how) this project will get to a remote repository when it is deployed However @cstamas rather thinks this should...

enhancement

### New feature, improvement proposal Currently release:prepare only breaks in case of sync issues between remote/local once it tries to push at the very end. This check should be performed...

enhancement

### Affected version 3.1.1 ### Bug description Lots of issues are related to how rewriting POMs with JDOM works (e.g. wrong indentation). By switching from JDom to https://github.com/maveniverse/domtrip we should...

bug
enhancement

### Affected version 2.2.1 ### Bug description The commit [SvnCommandLineUtils](https://github.com/apache/maven-scm/commit/86c30f7d1676f9781ce357e7acfa02d94739b2bf#diff-1d51707c33c78452bb7df2dacec99badb65a9a770e63c8248888addd3c6390faR73) broke backwards compatibility as it removed the old method only taking two arguments. For example https://github.com/apache/maven-changelog-plugin is affected.

bug

Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Your pull request should address just one issue, without pulling in other changes. - [...

### New feature, improvement proposal Signing commits/tags is support in JGit but requires additional dependencies. SSH signing is available since JGit 7.1.0 (Java 17+, https://github.com/eclipse-jgit/jgit/issues/198#issuecomment-3164363631). GPG Signing with Bouncycastle since...

enhancement

### New feature, improvement proposal This requires updating to JGit 6.13 (Java 11+): https://github.com/eclipse-jgit/jgit/commit/207dd4c938830e84c9101d30edb7fe626e04bbe1. Support for Gitexe was added in #946 .

enhancement

Strong typing of Command's response type This closes #1272 Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Your pull request should address just...

### Affected version 2.1.0 ### Bug description The bundle fragment https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.ssh.apache.agent provides support for communicating with an SSH agent. This should be included in the JGit provider to allow leveraging...

bug
enhancement