Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.5
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: Embedding
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
In an IDE environment, you want to know what will be generated by a plugin without having it execute. For example, if you have a plugin that generates a source directory you want to know that without having actually execute the plugin because it can take a long time if you have a lot of plugins.
Another issue will probably have to be created to outline changes to the plugin api so that external tools can call this method to get all the information up-front. I couldn't find any related issues.
This should also work when reactor projects are run.
Another example is any plugin that produces resources that need to be added to the UI.
Issue Links
- depends upon
-
MNG-193
symmetry for outputs of a plugin
-
- is depended upon by
-
MEVENIDE-595
java package for generated sources trunkated
-
-
MNGECLIPSE-79
Plugin does not execute generate-test-sources and generate-test-resources goals
-
-
MNGECLIPSE-163
Plugin doesn't add extra sources directories which are added using the build-helper-maven-plugin
-
- relates to
-
MNG-1450
no easy way to figure generated source roots for a project
-
- supercedes
-
MNG-1450
no easy way to figure generated source roots for a project
-
This sounds like a Maven Extension Proposal (MEP) to me!