My mavenised GWT web project has dependencies on svn projects, where there on jars built. They are not maven projects or modules I do not have privs to change the build structure of those projects.
I do not wish to write ant scripts.
I do not wish to maintain shadow projects to build jars for those projects, in order to create jar files out of them. There are too many of them.
I need a way for shade to let me specify inclusion of source from those projects as part of the compile and package stages.
If not Shade, then some way to tell maven to include the source of those projects during compile.