Le 26/10/16 à 16:37, Shawn McKinney a écrit : >> On Oct 26, 2016, at 9:31 AM, Emmanuel Lécharny <[email protected]> wrote: >> >> That should be something like : >> >> mvn install:install-file >> -Dfile=<path-to-file>-DgroupId=org.apache.mina-DartifactId=mina-core-Dversion=2.0.16-Dpackaging=jar >> >> You just need mina-core atm. > OK, that got me over the hump thanks. Here’s the exact: > mvn install:install-file -Dfile=mina-core-2.0.16.jar > -DgroupId=org.apache.mina -DartifactId=mina-core -Dversion=2.0.16 > -Dpackaging=jar
Thanks, and sorry for not having provided the complete command line... Went to bed too late yesterday. -- Emmanuel Lecharny Symas.com directory.apache.org
