Removing other stanbol modules from ontologymanager, rules, reengineer and 
reasoners reactors
---------------------------------------------------------------------------------------------

                 Key: STANBOL-130
                 URL: https://issues.apache.org/jira/browse/STANBOL-130
             Project: Stanbol
          Issue Type: Improvement
            Reporter: Enrico Daga
            Assignee: Enrico Daga


The reactor pom.xml in the ontologymanager, rules, reengineer and reasoners 
reference other modules in the parent directory (jersey and owlapi mainly).
This can be a problem:
1. those reactors cannot be referenced from the main Stanbol reactor (error: 
duplicated module in reactor)
2. they should assume that all required modules have been compiled/available 
from the repository

For example, this is the current rules 'modules' section:

    <module>../jersey</module>
    <module>../ontologymanager/ontonet</module>
    <module>../owlapi</module>
    <module>../reasoners/base</module>
    <module>base</module>
    <module>manager</module>
    <module>refactor</module>
    <module>web</module>

It must be:
    <module>base</module>
    <module>manager</module>
    <module>refactor</module>
    <module>web</module>

...assuming that dependencies have been already compiled.



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to