Just to add this :

I've used this simple ant script to convert an "old style" source repository to new java-sources :

       <copy todir="repository">
           <fileset dir="repository"/>
<mapper type="regexp" from="^(.*)\\src\\(.*)\.zip$$" to="\1/java-sources/\2-sources.jar"/>
       </copy>

For "old style" source I mean the "<groupId>/src/<artifactId>-version.zip" that was used by the eclipse plugin.

Maybe it could be added to the source plugin as a migration tool ?

Nicolas De Loof a écrit :


+1
I'm using SNAPSHOT version and it's great !

Jason van Zyl a écrit :

Stephane Nicoll wrote:

Hi,

I would like to move the maven source plugin from the sandbox to the
core plugins. I just added a couple of tests. In the same time, we can
release a 1.0

WDYT?



+1

Thanks,
Stéphane
--
.::You're welcome ::.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to