Yep, copy pasting the mvn command below will do the trick..
And indeed, you should probably choose a good group id, makes your local repostitory easier to browse for humans.. This is typically your company name or package prefix.. The artifact id is usually the name of your application or module ;-) Happy hacking! Jo On 6/20/06, Kieran Brady < [EMAIL PROTECTED]> wrote:
This should be: mvn install:install-file -DgroupId=JTKSortSuite -DartifactId=JTKSortSuite -Dversion= 4.0 -Dfile=C:\branches\testApp\lib\JTKSortSuite_400.jar -Dpackaging=jar -DgeneratePom=true but you should probably change your groupId/artifactId to something different (e.g. groupId=JTK artifactId=SortSuite)