how to install a lot of plain jars into maven repo (with ant-maven tasks)

2008-03-26 Thread Xasima Xirohata
hi, Could you please point me to existent ant / maven file (or hint the other solution), that helps install a great amount of ordinary jar files into local maven repository. Basically, I'm going to reorganize my projects with maven principles and tool, so I need to install into repository all

Re: how to install a lot of plain jars into maven repo (with ant-maven tasks)

2008-03-26 Thread Stephen Connolly
The way I did it was dir /b *.jar bag_of_jars.txt Then I used regex's to turn bag_of_jars.txt into a batch file with mvn deploy:deploy-file -DgeneratePom=true -Dfile=... and I ran the batch file. It's a once off, and since you have to tweak the groupId's to match what's in the global repos

Re: Ant Maven Tasks

2007-03-07 Thread Hervé BOUTEMY
the status of the ant maven tasks wrt to the 2.0.5 release. Are the ant tasks still at 2.0.4? As already pointed out they will be released separately from Maven itself. They need some love, the Ant code itself has not changed at all so we simply could do a release with the new 2.0.5 code

Ant Maven Tasks

2007-02-21 Thread Paul King
Hi, I couldn't find any info regarding the status of the ant maven tasks wrt to the 2.0.5 release. Are the ant tasks still at 2.0.4? Cheers, Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail