I want to install the JDBC connector using maven.
I have the following: mvn install: install-file -DgroupId = mysql -DartifactId = mysql-connnector-java -Dversion = 5.1.6 -Dpackaging = jar -Dfile = -DgenerationPom = true
I think that all I need is what I put on the other side = Dfile =?
I haven't used maven either, so I'm not sure what the file switcher is used for?
Thank you for understanding!
user2197446
source share