On 3/13/06, Sanjay Choudhary <[EMAIL PROTECTED]> wrote: > javac @options @class <other options)
Yep, that's how the problem has been solved elsewhere like in Javadoc. Nice work! > 1. How can I share my code with maven group, this will enable us to close > bug http:/jira/codehaus.org/browse/MCCOMPILER-22? http://maven.apache.org/guides/development/guide-m2-development.html##Creating%20and%20submitting%20a%20patch attach the patch to MCOMPLIER-22 > 2. How can I share these maven jars with my other team members?(need to do > tomorrow morning . I will hate to email them these new versions of jars. > Is there a way I can install them in my companies snapshot repository? > (This will involve adding distribution entries in POM.xml for both the > projects. Is it OK?). Any suggestions/ideas. You've got the right idea here. Change the distributionManagement section of your local POM copies to deploy to your own snapshot repository and run "mvn deploy", then have the developers include that repository as their <pluginRepository> (see http://maven.apache.org/guides/development/guide-testing-development-plugins.html for an example). Thanks, Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
