> Somewhere in the back of my head I recall an issue that a lot of
> people ran into due to the fact that some open source project included
> some .java files in their jar. I might recall wrong, but I would keep

I remember seeing this on the Maven Users list a couple times. I think
they were from a project that someone was using GWT with since GWT
likes to bundle certain source files into its jars. Then when you try
to compile things, javac finds those source files and compiles them
into /target if the classpath has everything you would need to
actually compile those files, otherwise it just complains loudly.

Your best approach is to simply use the proper (sources) plugin and
create another artifact with sources.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to