not sure it's exactly what you are looking for but about a year ago I create a bunch of goals to deal with creating source distributions, installing and deploying them. I think I filed it as an enhancement for the dist plugin but it's there since then untouched ;( in the mean time i've added it to the maven-mevenide-plugin (a plugin that I ship together with the mevenide-netbeans. it has many, quite unrelated goals that are useful for the IDE integration. http://mevenide.codehaus.org/maven-mevenide-plugin/changes-report.html has more details or check the sources at http://cvs.mevenide.codehaus.org/maven-plugins/maven-mevenide-plugin/
Regards Milos On 12/29/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > anyone? > > On 12/28/05, Stephane Nicoll <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Our production is currently running m1.0.2 and I am planning to move > > to 1.1 as soon as possible (is there a release date for 1.1 by the > > way?). > > > > We have used for a long time eclipse plugin 1.9 patched with > > MPECLIPSE-60 (which basically download java sources from the > > repository). > > > > Eclipse plugin 1.10 supports two locations for thoses sources: the src > > directory and the new java-sources directory which is the one used > > with m2. > > > > Having java-sources as an artifact is really needed here because > > Eclipse plugin 1.10 is simply unable to download the java-sources from > > the repository. The current patch localted in MECLIPSE-60 is unable to > > refresh snapshots from the repository. We do have scripts to do such > > things for jars/wars and the like. Any plan to add the support of java > > sources? > > > > If anyone can point me to the right direction, I am willing to > > implement this myself. > > > > Cheers, > > Stéphane > > > > -- > > .::You're welcome ::. > > > > > -- > .::You're welcome ::. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
