Maven is approching 1.0 relase. For 1.0 release this patch most likly will rejected as we are rather not going to included any new features at this devlopment stage.
For next major release of Maven we need scalable solution not dirty hacks (no offense but that's what it is!) which does support any arbitrary artifact type. No just an extra one. We might want to fetch/deploy along with jars: javadocs, poms, jars with debug information (number of lines are preserved) and probably few other types of artifacts. And we can (we should) give a power to plugins (like eclipse plugin) to fetch any types of the artifacts it will want to. This will be certainly addressed in future version of maven and experimental code which sits in the CVS repository does allow this. So Nicloas I am very sorry to say but this patch as it is not need! But we might discuss where artifacts like zips with java sources will be located in the repository as those things are not yet decided. Michal > -----Original Message----- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Monday, March 29, 2004 1:14 PM > To: Maven Developers List > Subject: Re: Enhancement with patch avaible : artifact source > attachement > > > +1 for the separation, but I prefer srcs instead of sources. > > Emmanuel > > ----- Original Message ----- > From: "J�rg Schaible" <[EMAIL PROTECTED]> > To: "Maven Developers List" <[EMAIL PROTECTED]> > Sent: Monday, March 29, 2004 12:09 PM > Subject: RE: Enhancement with patch avaible : artifact source > attachement > > > Hi Nicolas, > > >> The artifact sources for any artifact named "XXXXX.ext" is searched > >> as "XXXXX-src.ext" > > I recognize that you assume that the sources are in the same > directory as > the binary jar. Therefore I wonder about the maven repository > structure at > all, because I have noticed, that some have a structure like: > > /-group > /- jars > /- sources > > where the source jars are located in a separate dir. This is > related to a > question I sent to the list some time ago > (http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] > en.apache.org& > msgNo=11565), but was not answered in any way. > > Regards, > J�rg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
