And normally I exclude the .classpath and .project files from SVN. Each developers machine is different, so those files are also a little machine dependent. (plugins, filepaths, anything)
Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Wed, Oct 8, 2008 at 9:15 PM, Thor <[EMAIL PROTECTED]> wrote: > Use the dependency plugin: mvn dependency:sources > http://maven.apache.org/plugins/maven-dependency-plugin/ > > > > > On Wed, Oct 8, 2008 at 5:00 AM, Andreas Riedel <[EMAIL PROTECTED]>wrote: > >> Hello List. >> >> I've a question by using the Eclipse Plugin. >> We will dispose the Q4E Eclipse Plugin. >> >> So call the Plugin with: >> mvn eclipse:eclipse -DdownloadSources=true >> >> works fine. >> >> But the writen .project and .classpath files are shared by SVN. So the >> other developer aren't beholden to run write the .project and .classpath >> files new. >> So, is it possible to download the sources by the plugin but don't write >> the .project and .classpath files again and again. >> >> TIA >> Andreas >> >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > (o_ \* / \ / > / / )_ | | O | > v v .... In a free world... > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
