Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven Dependency Strucuture Refactoring #13

Open
jinyoung opened this issue Jan 31, 2017 · 0 comments
Open

Maven Dependency Strucuture Refactoring #13

jinyoung opened this issue Jan 31, 2017 · 0 comments

Comments

@jinyoung
Copy link
Member

jinyoung commented Jan 31, 2017

Currently ProcessCodi project and the uEngine-bpm project has recursive reference relationship. So we need to build the project twice -

cd ../uengine-bpm
mvn install         <---- will fail when to build the final child project - uengine-social-bpm due to it has some API dependency from process-codi 
cd ../process-codi
mvn install         <---- will succeed
cd ../uengine-bpm
mvn install          <---- will now succeed.

To Remove its recursive dependency, just separate the uengine-social-bpm project as standalone project from the uengine-bpm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant