I have a question if anyone could help. I have a p...
# intellij
d
I have a question if anyone could help. I have a project that builds fine using spring tools suite 2 but wont build in intellij, I’m thinking it’s some sort of configuration. The error i get is
Could not find artifact com.company.project in repo-prod-public (company artifactory)
im not running anything special other than
mvn clean install
if i run it through the command line then run the application through intellij, it runs fine