Hi,
AFAIK, you cannot directly configure the source path in the
source plugin (thru plugin configuration). However, I think you can set
the
in the section of your project's
pom. The current set up of the source plugin is that it gets the source
roots
from the Maven project you are building.
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 compil