Re: Howto deploy source jars to local repository maven2

2007-01-12 Thread Thomas Wabner
Hi Yann Le Du, many many thanks for this hint ;-) Works perfect *jippi* - Thomas Yann Le Du schrieb: Hi Thomas, You can use the performRelease option : mvn install -DperformRelease=true It installs, along the usual JAR, a "source JAR" and a "Javadoc JAR". - Yann 2007/1/12, Thomas Wabner <

Re: Howto deploy source jars to local repository maven2

2007-01-12 Thread Yann Le Du
Hi Thomas, You can use the performRelease option : mvn install -DperformRelease=true It installs, along the usual JAR, a "source JAR" and a "Javadoc JAR". - Yann 2007/1/12, Thomas Wabner <[EMAIL PROTECTED]>: Hi, we have the problem that we want to deploy source jar files with maven2 to our

Howto deploy source jars to local repository maven2

2007-01-12 Thread Thomas Wabner
Hi, we have the problem that we want to deploy source jar files with maven2 to our local repository. I cannot found any documentation about the deployment of source jar's to a repository (I have also not found a goal or plugin which helps). Any hints or tipps are very welcome. Many thanks i