Koby
Koby
There is another option, to use [personal access token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line), then use token as password in your settings.xml, and have that settings.xml as a secret file in Jenkins credentials and use...
@danielflower I can create a PR for this if this is something you are going to merge eventually.
The plugin maps between folders and modules, if folders, that map to a module, changes, all dependent modules are released.
@danielflower I think this plugin should move to version 4.0.0 and have some breaking changes like dropping older maven dependency. As part of moving forward, i believe Maven Wrapper is...
@danielflower Any chance putting this in?
https://github.com/deviceinsight/helm-maven-plugin/issues/75
@rhuss when building in parallel, there is a warning the plugin isn't marked as @threadSafe I think verifying this plugin is thread-safe and marking it with the @threadSafe annotation should...
Any update from AWS TAM ?
module1 is part of the same project, since it was modified, it will be rebuilt and generate a new jar. Since you are running a multi-module maven project, the reactor...
I misunderstood the use case, I think I get it now, you are using a real version of a dependency which is part of the project I believe the root...