Maven Issues

Status
This thread has been locked.

Oahu - Aidan

Developer
Supreme
Feedback score
13
Posts
144
Reactions
65
Resources
0
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?

Code:
mvn install:install-file "-DgroupId=us.oahudev" "-DartifactId=Factions" "-Dversion=1.0-SNAPSHOT" "-Dpackaging=jar" "-Dfile=Factions.jar"
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

xSorch

Entrepreneur & Investor
Supreme
Feedback score
15
Posts
67
Reactions
60
Resources
0
Recommend eclipse to be fair
 
Status
This thread has been locked.
Top