-
Notifications
You must be signed in to change notification settings - Fork 7
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
C2C-305: Add openmrs, bahmni and odoo configs locally and fix pom.xml #17
Changes from 1 commit
879349a
0342538
9c537f2
06ef451
e57d864
d9a8b2e
02e149e
6ca81a5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ | |
<overwrite>true</overwrite> | ||
<resources> | ||
<resource> | ||
<directory>${project.basedir}/configs/openmrs_config</directory> | ||
<directory>${project.basedir}/configs/openmrs</directory> | ||
</resource> | ||
</resources> | ||
</configuration> | ||
|
@@ -88,7 +88,7 @@ | |
<overwrite>true</overwrite> | ||
<resources> | ||
<resource> | ||
<directory>${project.basedir}/configs/bahmni_config</directory> | ||
<directory>${project.basedir}/configs/bahmni</directory> | ||
</resource> | ||
</resources> | ||
</configuration> | ||
|
@@ -106,7 +106,7 @@ | |
<overwrite>true</overwrite> | ||
<resources> | ||
<resource> | ||
<directory>${project.basedir}/configs/odoo_config</directory> | ||
<directory>${project.basedir}/configs/odoo</directory> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There can be additional types of configurations for Odoo, so it would be reasonable to allow for this, such as: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done for odoo and openmrs configs. |
||
</resource> | ||
</resources> | ||
</configuration> | ||
|
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.
There can be additional types of configurations for OpenMRS, so it would be reasonable to allow for this, such as:
directory>${project.basedir}/configs/openmrs/initializer</directory>
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.
Done for odoo and openmrs configs.