|
|
|
[
Permlink
| « Hide
]
Chad Brandon - 10/Nov/05 03:33 PM
Is there any reason why you can't just add a property to the maven-compile-plugin that allows extra source directories to be added? Since that plugin needs to be used anyway, it seems to me like it would make sense to have the option.
I might be wrong but isn't maven-compile-plugin's compileSourceRoots parameter what you're looking for Chad ?
http://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html The only problem is that parameter is readOnly, so it can't be set from a plugin configuration.
|
||||||||||||||||||||||||||||||||||||||||||||