Can't generate POM file while deploying my own jar

2008-12-10 Thread Harshal Joshi
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 ca

Re: Can't generate POM file while deploying my own jar

2008-12-10 Thread Wendy Smoak
On Wed, Dec 10, 2008 at 7:29 AM, Harshal Joshi <[EMAIL PROTECTED]> wrote: > 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'