In Netbeans, I can right click on a dependeny, and select "Manually install artifact", and it will run a maven install command like the one below:
mvn install:install-file -Dfile=AppMeasurement_SE.jar -DgroupId=com.omniture -DartifactId=AppMeasurement_SE -Dversion=1.2.4 -Dpackaging=jar
Does Intellij have a similar feature, or should I learn to love the Linux command line prompt?
There is plugin intellij-maven for this.
"intellij-maven" is a maven project which can be used to create all of IntelliJ IDEA (Community version) build artifacts with maven and to install them into local maven repository.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With