-
Feature Request
-
Resolution: Unresolved
-
Major
-
1.3.2.Final
-
None
Assuming we have a maven project
MyProj - (parent)
MyProj-JPA
MyProj-Web
JPA contains JPA entities
Web contains JSF
Now user want to create a rest-services in Web or in a separate module say, MyProj-Rest.
The current forge is working completely isolated without knowing the sub-modules of the current maven project. (or its not accessing the resource/source of the sub-project its currently running.
Some time user want to create modular based development like above project structure. We need to provide a feature to access sub project resources/source also. So user can work in multi-project support environment to modularize his component.