Sandra Parsick
Sandra Parsick
### Description The idea is cloned from maven-deploy-plugin. When the user property deployAtEnd is set, d-m-p should push all Docker images at the end of multi module build. These docker...
It would be nice to have a goal to publish the generated PDF to Confluence as an attachment of a page. If this attachment already exist, then it should be...
Given following pom snippet: ``` 11 UTF-8 2.1.3.RELEASE org.springframework.boot spring-boot-dependencies ${spring-boot.version} pom import org.springframework.boot spring-boot-maven-plugin ${spring-boot.version} ``` Running `mvn update-properties' result in: ``` [INFO] --- versions-maven-plugin:2.7:update-properties (default-cli) @ demo-app ---...
**Is your feature request related to a problem? Please describe.** When implementing georgberky/dependency-update-maven-plugin#28 we needed a test where the scm configuration in the test POM `` is set during the...
first draft
Tests fails because of using http://repo1.maven.org/maven2 instead of https://repo1.maven.org/maven2
Running `mvn clean verify` in master branch produces failing tests: ``` Tests in error: GenericDaemonGeneratorTest.testGenerationWithAllInfoInDescriptor:40->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testDefaultJSWFilesIfNoGeneratorConfigurationsIsSet:150->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerateWithAllKnownPlatforms:226->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerateWithConfigurationDirectoriesAddedFromGeneratorConfiguration:204->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerateWithCustomJSWPlatforms:98->AbstractDaemonGeneratorTest.runTest:84 » MultipleArtifactsNotFound JavaServiceWrapperDaemonGeneratorTest.testGenerationWithAllInfoInDescriptor:43->AbstractDaemonGeneratorTest.runTest:84...
YAJSW ('Yet Another Java Service Wrapper') is an alternative for Tanuki JSW. It is under licensed under Apache License, which IMHO is a benefit over JSW. Therefore, I think it...
Tycho Version: 2.3.0 Maven Version: 3.6.3 Java Version: 11 I change the http-based P2 repository to a file-based P2 repository in the `repository` section in the POM ```xml main file:${basedir}/../target-platform...
Sometimes you want to add a password etc. and hide their value. Therefore, I add a new type 'secret' so this input field will hide the typed value is hidden....
I saw that you already support Java 21 but this is not mention in the documentation.