> 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
