-
Feature Request
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
Create an addon with following execute method
@Override
public Result execute(UIExecutionContext context) throws Exception {
Project project = getSelectedProject(context.getUIContext());
Iterator<ProjectFacet> facets = project.getFacets().iterator();
while (facets.hasNext())
return Results.success("Testing addons.");
}
install the addon in Forge 2 (suppose it has the new command test-command)
when execute following commands in forge 2
project-new --named demo --type war
faces-setup --facesVersion 2.2
test-command
The facesFacet is not in the list.
- is blocked by
-
FORGE-1597 Optional facets are preventing installation of facets
- Closed