History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: MNG-1505
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Jason van Zyl
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Maven 2

Create an abstract source generation mojo

Created: 10/Nov/05 03:26 PM   Updated: 12/Jun/08 06:37 PM
Component/s: Plugin API
Affects Version/s: None
Fix Version/s: 3.x

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide
There are many source generation mojos and a common base can't hurt.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
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.

Cédric Vidal - 20/Dec/05 06:04 PM
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

Chad Brandon - 20/Dec/05 06:07 PM
The only problem is that parameter is readOnly, so it can't be set from a plugin configuration.