You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we are using gitflow-maven-plugin for a while now (version: 1.21.0). I was wondering if there is a way to skip the compile step for a project for certain goals, such as support:start. The reason is that the goal does not add new code/functionality at the time of being started. Another goal -- with respect to our workflow -- would be release:start, since compilation and testing happens during release:finish.
Just an idea to improve CI/CD times a bit.
Thanks in advance
Jörg
The text was updated successfully, but these errors were encountered:
One more question. I configure installProject=true in my pom.xml and want to disable it for a specific call via command line -DinstallProject=false (overwriting the global config in pom.xml). This did not work. So I can either set the gitflow-maven-plugin options globally in pom.xml or via comand-line overwriting the existing default. Is that correct?
Hi,
we are using gitflow-maven-plugin for a while now (version: 1.21.0). I was wondering if there is a way to skip the compile step for a project for certain goals, such as
support:start
. The reason is that the goal does not add new code/functionality at the time of being started. Another goal -- with respect to our workflow -- would berelease:start
, since compilation and testing happens duringrelease:finish
.Just an idea to improve CI/CD times a bit.
Thanks in advance
Jörg
The text was updated successfully, but these errors were encountered: