Hello,
I recently have installed IntelliJ/Maven on my new PC. I haven't developed on my new PC yet since I got it fairly recently. When I install dependencies locally with a command (as shown below), the dependencies WORK in IntelliJ but no matter what I put as the version it ALWAYS appears as an error and says it can't find the said dependency. Anyone have any thoughts as to what is going on?
I recently have installed IntelliJ/Maven on my new PC. I haven't developed on my new PC yet since I got it fairly recently. When I install dependencies locally with a command (as shown below), the dependencies WORK in IntelliJ but no matter what I put as the version it ALWAYS appears as an error and says it can't find the said dependency. Anyone have any thoughts as to what is going on?
Code:
mvn install:install-file "-DgroupId=us.oahudev" "-DartifactId=Factions" "-Dversion=1.0-SNAPSHOT" "-Dpackaging=jar" "-Dfile=Factions.jar"
