Hi All, I am trying to deploy my own jar in to .m2 repository using below command.
mvn install:install-file -DgroupId=jsr168-api -DartifactId=jsr168-api -Dversion=1.0.0 -Dpackaging=jar -Dfile=D:\IBM\WebSphere\PortalServer\shared\app\jsr168-api.jar It deploy jar file in to my repository but it can't generate POM file in to it's directory so whenever I build the WAR it looks for the jsr168-api.pom in to internet repository. This happens with couple of more jar files which I deploy and so that it consume more time to generate WAR file. Any suggestion will be helpful. Thanks, HJ
