Skip to content
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

fixed required plugin version for the create-from-project goas build stability #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qxo
Copy link

@qxo qxo commented Mar 18, 2023

For the stability of the build, we need to specify these plugins as fixed versions,
reducing the need for network lookups to get the latest version

after create-from-project on the target/generated-sources/archetype, build with "-U"
ie: mvn clean compile -U

…roject goas build stability

For the stability of the build, we need to specify these plugins as fixed versions,
reducing the need for network lookups to get the latest version

after create-from-project on the target/generated-sources/archetype, build with "-U"
ie: `mvn clean compile -U`
Copy link
Contributor

@elharo elharo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. Is the CI being flaky?

{ "maven-install-plugin", "3.1.0" },
{ "maven-deploy-plugin", "3.1.0" }
};
for ( String[] arr : plugins )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arr --> coordinates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants