-
Notifications
You must be signed in to change notification settings - Fork 362
publish only the schema-generator module #268
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
Conversation
Set the profiles for release and javadoc to only run on the schema-generator module as the example app doesn't need to be published
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
=========================================
Coverage 96.81% 96.81%
Complexity 196 196
=========================================
Files 61 61
Lines 691 691
Branches 122 122
=========================================
Hits 669 669
Misses 9 9
Partials 13 13 Continue to review full report at Codecov.
|
3 similar comments
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
=========================================
Coverage 96.81% 96.81%
Complexity 196 196
=========================================
Files 61 61
Lines 691 691
Branches 122 122
=========================================
Hits 669 669
Misses 9 9
Partials 13 13 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
=========================================
Coverage 96.81% 96.81%
Complexity 196 196
=========================================
Files 61 61
Lines 691 691
Branches 122 122
=========================================
Hits 669 669
Misses 9 9
Partials 13 13 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #268 +/- ##
=========================================
Coverage 96.81% 96.81%
Complexity 196 196
=========================================
Files 61 61
Lines 691 691
Branches 122 122
=========================================
Hits 669 669
Misses 9 9
Partials 13 13 Continue to review full report at Codecov.
|
@@ -337,6 +342,11 @@ | |||
</property> | |||
</activation> | |||
|
|||
<!-- Exclude the example app from releases --> | |||
<modules> | |||
<module>graphql-kotlin-schema-generator</module> |
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.
it should already be handled by -> https://github.com/ExpediaDotCom/graphql-kotlin/blob/master/graphql-kotlin-spring-example/pom.xml#L81
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.
nvm, release runs nexus-staging-maven-plugin
during deploy phase which was not skipped.
|
||
<!-- Exclude the example app from javadoc packages --> | ||
<modules> | ||
<module>graphql-kotlin-schema-generator</module> |
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.
and this should be the same as -> https://github.com/ExpediaDotCom/graphql-kotlin/blob/master/graphql-kotlin-spring-example/pom.xml#L89
Set the profiles for release and javadoc to only run on the schema-generator module as the example app doesn't need to be published
Set the profiles for release and javadoc to only run on the schema-generator module as the example app doesn't need to be published
Set the profiles for release and javadoc to only run on the schema-generator module as the example app doesn't need to be published