-
Notifications
You must be signed in to change notification settings - Fork 588
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
refresh pom structure and enable unit test #673
Conversation
@@ -28,16 +28,17 @@ under the License. | |||
<version>2.0.0-SNAPSHOT</version> | |||
</parent> | |||
|
|||
<groupId>org.apache.griffin</groupId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The griffin-bom module is used to manage the version of third-party dependencies. If users want to import griffin-metric to your project, they need to import griffin-bom together by import-bom way, this can help users to manage the version.
but for test or dev purposed dependencies, they should not declared in bom, that means our users will import test dependencies to use griffin, that is not necessary.
these dev or test dependencies, should be managed by griffin-parent in root pom, so all modules can use the same dev env.
dev and test are not user oriented artifacts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you mean all dependecies about dev/test purpose should be removed from the pom under bom project. Am I right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, move test/dev dependencies to root(parent) pom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guoyuepeng , I have refreshed again. please review again
*/ | ||
@TableId(value="mid", type = IdType.AUTO) | ||
@TableId(value="vid", type = IdType.AUTO) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good.
d3b2ee9
to
e10339f
Compare
could you fix the conflict? |
e10339f
to
d3b2ee9
Compare
No description provided.