ci-friendly-flatten-maven-plugin icon indicating copy to clipboard operation
ci-friendly-flatten-maven-plugin copied to clipboard

Results 9 ci-friendly-flatten-maven-plugin issues
Sort by recently updated
recently updated
newest added

Hey folk, I found your nice plugin and wanted to try it. After execution `mvn ci-friendly-flatten:version` using version 1.0.0 I noticed that it increments patch version to 1.0.1. I wonder...

feature

### Description Add integration tests that runs the mojos and verify the created pom.xml ### Additional Information _No response_

enhancement

Hi, I have a single repository with two independent maven projects. Let's name them alfa and beta. Alfa uses the ci-friendly-flatten-maven-plugin, beta - standard maven-release-plugin. When I execute a release...

Snyk has created this PR to upgrade org.apache.maven:maven-core from 3.2.5 to 3.8.5. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

### Description It would be good, if the user could control the logic of the parsing, like: - pattern to which to look for in the tags - how to...

enhancement
help wanted

Snyk has created this PR to upgrade org.apache.maven:maven-plugin-api from 3.5.3 to 3.8.4. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

Snyk has created this PR to upgrade org.apache.maven:maven-artifact from 3.2.5 to 3.8.4. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

documentation
enhancement
help wanted

When executing "mvn -f someDir/pom.xml ci-friendly-flatten:version", we get: "Failed to retrieve version tag, continuing with default tag:" This is probably caused by VersionProviderImpl simply calling: Runtime.getRuntime().exec(command); where command is "git...