-
Notifications
You must be signed in to change notification settings - Fork 83
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
O3-3640: SDK to use any content packages specified in distribution properties #288
Conversation
This reverts commit 6052404.
@ibacher , could you take a look at this PR? |
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.
Thanks @nravilla! A few small things to clean-up, but basically LGTM.
maven-plugin/src/main/java/org/openmrs/maven/plugins/BuildDistro.java
Outdated
Show resolved
Hide resolved
maven-plugin/src/main/java/org/openmrs/maven/plugins/BuildDistro.java
Outdated
Show resolved
Hide resolved
maven-plugin/src/main/java/org/openmrs/maven/plugins/BuildDistro.java
Outdated
Show resolved
Hide resolved
maven-plugin/src/main/java/org/openmrs/maven/plugins/utility/ContentHelper.java
Outdated
Show resolved
Hide resolved
maven-plugin/src/main/java/org/openmrs/maven/plugins/Setup.java
Outdated
Show resolved
Hide resolved
maven-plugin/src/main/java/org/openmrs/maven/plugins/utility/ContentHelper.java
Outdated
Show resolved
Hide resolved
maven-plugin/src/main/java/org/openmrs/maven/plugins/utility/ModuleInstaller.java
Outdated
Show resolved
Hide resolved
sdk-commons/src/main/java/org/openmrs/maven/plugins/model/BaseSdkProperties.java
Outdated
Show resolved
Hide resolved
sdk-commons/src/main/java/org/openmrs/maven/plugins/model/BaseSdkProperties.java
Outdated
Show resolved
Hide resolved
…into O3-3640-new
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.
@ibacher the PR review code changes are complete, can you please review and merge the changes. Thank you so much!
Thank you for the improvements and Merging and closing the PR. so happy its Merged and closed! |
Changes to handle content packages
Issue I worked on
https://openmrs.atlassian.net/browse/O3-3640
Checklist: I completed these to help reviewers :)
My IDE is configured to follow the code style of this project.
This causes issue as the existing code uses some convention other than OpenMRS_Formatter, i had to disable formatting on save actions and manually format the new code
I ran
mvn clean install
right before creating this pull request andadded all formatting changes to my commit.
All existing tests passed.
My pull request is based on the latest changes of the master branch.
P.S Additionally, ran setup and build-distro with and without the content.hiv entry in the distro properties file.
09/19 -