2005-09-30 21:17:36 -04:00
|
|
|
- surefire needs to feed into the logging
|
2005-10-02 22:21:26 -04:00
|
|
|
- maven/plexus archiver needs to be fixed
|
2005-09-30 21:17:36 -04:00
|
|
|
|
2005-09-26 09:42:52 -04:00
|
|
|
-- to generate source folders for eclipse project from m2 pom.xml
|
|
|
|
we need to run generate-sources phase, so all plugins
|
|
|
|
registered for this phase will be kicked of and will register
|
|
|
|
target folders for compilation.
|
|
|
|
Ideally it would be nice to ask these plugins for the target
|
|
|
|
folders, but Brett said it will be only in 2.1, so I guess
|
|
|
|
we'll have to actually run these plugins and generate code.
|
|
|
|
|
2005-09-27 09:11:31 -04:00
|
|
|
-- In order to nicely show all the errors and events in the IDE UI
|
|
|
|
We need to have two messages for EACH event/error:
|
|
|
|
-- the short description (in Eclipse it can be used in Problems view)
|
|
|
|
-- detailed description (can be used in annotation/editors markers)
|
|
|
|
|
2005-09-27 10:10:23 -04:00
|
|
|
-- What are all the settings that must be provided? Ones that can be set
|
|
|
|
and what the default values would be if they aren't set.
|