-
Notifications
You must be signed in to change notification settings - Fork 16
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
Maven fixes #45
Maven fixes #45
Conversation
Removed the .m2 repositories and installed as recommended by the Readme and worked like a charm. |
I have updated the script to enable debugging with VS Code. I also had issues because the script expected a specific installation of @victorviola, did you make changes to this project? From your comment, it seems that you forgot to commit it. |
Hi @claudenirmf, |
Got it =)
Em ter., 14 de abr. de 2020 às 19:35, Viola <notifications@github.com>
escreveu:
… Hi @claudenirmf <https://github.com/claudenirmf>,
The repositories I mentioned are the ones located in my machine. No
changes in the project.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC66MHP37KMO4NYIHJKXUBTRMSNGNANCNFSM4MGDEAMQ>
.
--
Att.
Claudenir M. Fonseca
|
I tried all the commands and everything is working fine. I also adjusted the READ as suggested by @claudenirmf @victorviola could you create something analogous to |
I just added two build profiles in our @victorviola: I already set up everything, you just need to edit the contents of |
After all changes we are good to go. Working on windows/linux and macOS. |
I adjusted the project structure and the maven files to improve the developer experience.
Everything should be understable from the README.md, so please take a look and let me know if you are able to follow.