Hi all,

I'm building a project (let's say projectA) with buildr and deploying the jar and sources to a maven repository. I then have a separate project (projectB) that pulls in projectA from the repository. The problem I'm having is that projectA is calling the source bundle projectA-1.0.0-SNAPSHOT-sources.zip and projectB is looking for projectA-SNAPSHOT-sources.jar, which, as I understand it, is the standard maven way to do it.

Is there any way to get "package :sources" to name the file .jar instead of .zip?

Thanks,
Jeremy

Reply via email to