Hi,
The maven-source-plugin creates a JAR of the source code of a project,
right ?
But what if the sourcecode is not found in it's usual place
(....\src\main\java etc.) but instead directly under ....\src ?
And to complicate even more: the source I want to create a JAR for,
should not be compiled by Maven (it is beeing compiled by an Ant-script
called from my POM).
I.e. is there a way to get the sources-JAR created using source-files
from a specified directory other than the directory used by Maven for
compiling ?
Regards
Arne