after install a jar to local repository, how can I remove it?

$>mvn install:install-file -Dfile=easymock.jar -DgroupId=easymock - DartifactId=easymock -Dversion=2.0 -Dpackaging=jar -DgeneratePom=true

I check the documentation, there are only 2 goal for install, any goal for removal of jar?
install:install-file            (Installs a file in local repository.)
install:install ( Installs project's main artifact in local repository)


Regards,
~manchi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to