Comment #2 on issue 384 by zorzella: No src jar download http://code.google.com/p/google-guice/issues/detail?id=384
maven, if configured right, will generate src jars for you (see http://test-libraries-for-java.googlecode.com, for example). But, of course, having the src jar generated is only half the issue -- it needs to be uploaded to appear in the "Downloads" tab (which, unfortunately, maven does not do). BTW, the ant target to accomplish the jaring of sources is quite simple. E.g. from GuiceBerry: <target name="jarsrc" description="Build jar of source."> <jar jarfile="${build.dir}/dist/guiceberry-${version}/guiceberry-${version}-src.jar"> <fileset dir="${src.dir}"/> </jar> </target> Z -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-guice-dev?hl=en -~----------~----~----~----~------~----~------~--~---
