> I have a artifact with classifer. I want to install source jar with > classifier also. Although I can generate the source jar with classifier. But > I find the source jar installed in local repository is still without > classifier as shown in the following:
I'm not sure that it makes sense to install a source artifact with a classifier. You should have a single source jar and then use profiles etc to create various jdk-specific binaries from it. I don't think its valid to have blah-jdk15-sources.jar and blah-jdk16-sources.jar etc. You might still find a way to do it, of course. Also, you should be aware that <finalName> does not apply when installing things into the repo -- it is a configuration parameter which is ignored. The finalName configuration only changes the name of the file created in /target. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
