-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: [19] Assert signature file name syntax #21
Conversation
@slawekjaranowski I think my personal experience with Maven Invoker Plugin is not good enough to solve the two open questions on my own. Do you have an idea for me? |
|
I'm driving nuts. Even if I put an additional |
settings from |
That does not solve the problem: The version number is then just moved from the script file to another file, but in any way it would be duplicated. So to sum up: Shall we simply hard-code the version number in the groovy script? |
yes we can hardcode version in groovy. We have only 4 ITs tests so will not huge work to change it if we need. |
69d15cd
to
650b19e
Compare
Ok, in that case I am done with this draft and would kindly ask to review this PR. :-) |
Kudos, SonarCloud Quality Gate passed! |
After merging last two PR I will release new version. |
Please Review #24 - Thank you for inviting me into this project! It is fun working with you! :-) |
…ot/github_actions/common-files-maven/s4u/setup-maven-action-1.1.0
This is a first draft of a possible solution for issue #19.
What I am stuck with is how I can access the IT maven project instance from within the
postbuild.groovy
script? I need that to solve the following issues:Closes #19