-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add Lincense Headers #12
base: main
Are you sure you want to change the base?
Conversation
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.
Two comments:
- Can you properly configure the maven-release-plugin to auto generate the headers? (This is properly configured in modules like the fhir2)
- Did you setup a Bamboo release plan for the module?
<repository> | ||
<id>openmrs-repo-modules</id> | ||
<name>Modules</name> | ||
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/modules/</url> | ||
</repository> | ||
<snapshotRepository> | ||
<id>openmrs-repo-snapshots</id> | ||
<name>OpenMRS Snapshots</name> | ||
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/snapshots</url> | ||
</snapshotRepository> |
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.
In as much as these redirect to the same place, I would simply:
<repository>
<id>openmrs-repo-modules</id>
<name>OpenMRS Nexus Modules</name>
<url>https://mavenrepo.openmrs.org/modules</url>
</repository>
<snapshotRepository>
<id>openmrs-repo-snapshots</id>
<name>OpenMRS Nexus Snapshots</name>
<url>https://mavenrepo.openmrs.org/snapshots</url>
</snapshotRepository>
This Source Code Form is subject to the terms of the Mozilla Public License, | ||
v. 2.0. If a copy of the MPL was not distributed with this file, You can | ||
obtain one at http://mozilla.org/MPL/2.0/. OpenMRS is also distributed under | ||
the terms of the Healthcare Disclaimer located at http://openmrs.org/license. | ||
|
||
Copyright (C) OpenMRS Inc. OpenMRS is a registered trademark and the OpenMRS | ||
graphic logo is a trademark of OpenMRS Inc. |
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.
Why are you deleting this file? Isn't this required by the license plugin here?
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 for the review. Let me address your review. i will likely to finish the bamboo release pipeline this afternoon.
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.
Bundling CR in distro Pr here
PR https://openmrs.atlassian.net/browse/HIE-7 Add Lincense Headers and few maven configuration. This is a minor fix. cc @samuelmale