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

Add Lincense Headers #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Lincense Headers #12

wants to merge 1 commit into from

Conversation

sherrif10
Copy link
Member

@sherrif10 sherrif10 commented Apr 1, 2024

PR https://openmrs.atlassian.net/browse/HIE-7 Add Lincense Headers and few maven configuration. This is a minor fix. cc @samuelmale

Copy link
Member

@samuelmale samuelmale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two comments:

  1. Can you properly configure the maven-release-plugin to auto generate the headers? (This is properly configured in modules like the fhir2)
  2. Did you setup a Bamboo release plan for the module?

Comment on lines +200 to +209
<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>
Copy link
Member

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>

Comment on lines -1 to -7
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.
Copy link
Member

@samuelmale samuelmale Apr 2, 2024

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?

Copy link
Member Author

@sherrif10 sherrif10 Apr 3, 2024

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.

Copy link
Member Author

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

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

Successfully merging this pull request may close these issues.

3 participants