Closed
Description
I'm trying to migrate my project from old gwt maven plugin to this plugin.
Some of my gwt code relies on artifacts in my ".m2/repository", the sources are separated from the classes like this:
.m2/repository/.../util.jar
.m2/repository/.../util-sources.jar
I can't control that, that's a different build process outside my control.
Now in my gwt project's pom.xml, I used to use the codehaus.mojo plugin which had a "compileSourcesArtifacts" which enabed gwt to see the dependecy sources.
How do I include those dependency sources in my "net.ltgt.gwt.maven" plugin as there is no element for this?