Thanks Matt,Use maven project.xml for generating project files for IDEs.
Isnt there a lib or something where I can point to,
instead of putting each and every jar as a dpendency,
thats a lot of cut and paste work and also most of the
thirdparty jars dont come with a version and as I see
the version is a requiredd element. Theres got to be a
better and easier way of doing this.
The problem in my case is that we have 2 development
teams, and they put their jars in the IDE build path
and when it comes to integration/build I have to start
figuring out the version for each jar and start
putting them in the project.xml which is kind of
cumbersome. So trying to see if there is a better way
f doing this. Please let me know if you have a
solution for this.
You can also put you jars wherever you want and write build scripts by yourself completely ignoring existing maven plugins
and maven philosophy.
Michal
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
