bahmnicore-omod
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmnicore-omod</artifactId> <version>1.2.0</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.bahmni.module</groupId> <artifactId>bahmni</artifactId> <version>1.2.0</version> </parent> <artifactId>bahmnicore-omod</artifactId> <packaging>jar</packaging> <name>Bahmni EMR Core OMOD</name> <properties> <MODULE_ID>bahmnicore</MODULE_ID> <MODULE_NAME>${project.name}</MODULE_NAME> <MODULE_VERSION>${project.version}</MODULE_VERSION> <MODULE_PACKAGE>${project.groupId}.${MODULE_ID}</MODULE_PACKAGE> <gem.home>${basedir}/.rubygems</gem.home> <gem.path>${basedir}/.rubygems</gem.path> <uiframeworkVersion>3.3.1</uiframeworkVersion> <bedManagementVersion>5.13.0</bedManagementVersion> </properties> <dependencies> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>episodes-api</artifactId> <version>${episodes.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>mail-appender</artifactId> <version>${bahmniJavaUtilsVersion}</version> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>emrapi-api-1.12</artifactId> <version>${emrapi-omod.version}</version> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>emrapi-api-2.2</artifactId> <version>${emrapi-omod.version}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>idgen-webservices-omod</artifactId> <version>${idgenWebServicesVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>emrapi-api</artifactId> <version>${emrapi-omod.version}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>communication-api</artifactId> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmnicore-api</artifactId> <version>${project.parent.version}</version> <exclusions> <exclusion> <groupId>javax.persistence</groupId> <artifactId>persistence-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>admin</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>common</artifactId> <version>${bahmniJavaUtilsVersion}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>file-uploader</artifactId> <version>${bahmniJavaUtilsVersion}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmni-migrator</artifactId> <version>${bahmniJavaUtilsVersion}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmni-commons-api</artifactId> <version>${bahmniCommons.version}</version> <type>jar</type> <scope>provided</scope> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmnicore-api</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.api</groupId> <artifactId>openmrs-api</artifactId> <type>jar</type> </dependency> <dependency> <groupId>org.openmrs.web</groupId> <artifactId>openmrs-web</artifactId> <type>jar</type> </dependency> <dependency> <groupId>org.ict4h.openmrs</groupId> <artifactId>openmrs-atomfeed-api</artifactId> <version>${openmrsAtomfeedVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.api</groupId> <artifactId>openmrs-api</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.web</groupId> <artifactId>openmrs-web</artifactId> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.test</groupId> <artifactId>openmrs-test</artifactId> <type>pom</type> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>reporting-api</artifactId> <version>${reportingModuleVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>calculation-api</artifactId> <version>${calculationModuleVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>serialization.xstream-api-2.0</artifactId> <version>${serializationXstreamModuleVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>webservices.rest-omod-common</artifactId> <version>${openMRSWebServicesVersion}</version> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>providermanagement-api</artifactId> <version>${providermanagementVersion}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>appframework-api</artifactId> <scope>test</scope> </dependency> <!--Core webservices dependency--> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>webservices.rest-omod</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>webservices.rest-omod-common</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>idgen-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.0</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmni-emr-api</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmni-emr-api</artifactId> <type>test-jar</type> <scope>test</scope> <version>${project.version}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>reference-data-api</artifactId> <version>${project.parent.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.bahmni.test</groupId> <artifactId>bahmni-test-commons</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>addresshierarchy-api</artifactId> <version>${addressHierarchyVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>addresshierarchy-omod</artifactId> <version>${addressHierarchyVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>legacyui-omod</artifactId> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmnicore-ui</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>bahmni-mapping</artifactId> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>uiframework-api</artifactId> <version>${uiframeworkVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>bacteriology-omod</artifactId> <version>${bacteriology.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>bacteriology-api</artifactId> <version>${bacteriology.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>rulesengine-api</artifactId> <version>${rulesEngineVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>bedmanagement-api</artifactId> <version>${bedManagementVersion}</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.3.1</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>1.9.13</version> </dependency> <dependency> <groupId>org.openmrs.module</groupId> <artifactId>metadatamapping-api</artifactId> <version>${metadatamapping.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.bahmni.module</groupId> <artifactId>auditlog-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </dependency> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> </dependencies> <build> <finalName>${project.artifactId}-${project.version}</finalName> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> <resource> <directory>src/main/webapp</directory> <filtering>false</filtering> <excludes> <exclude>resources</exclude> </excludes> <targetPath>web/module</targetPath> </resource> <resource> <directory>src/main/webapp</directory> <filtering>false</filtering> <includes> <include>resources</include> </includes> <targetPath>web/module</targetPath> </resource> </resources> <testResources> <testResource> <directory>src/test/resources</directory> <filtering>true</filtering> </testResource> </testResources> <pluginManagement> <plugins> <plugin> <artifactId>maven-resources-plugin</artifactId> <configuration> <includeEmptyDirs>true</includeEmptyDirs> </configuration> </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId> org.openmrs.maven.plugins </groupId> <artifactId> maven-openmrs-plugin </artifactId> <versionRange> [1.0.1,) </versionRange> <goals> <goal> initialize-module </goal> </goals> </pluginExecutionFilter> <action> <ignore></ignore> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId> org.apache.maven.plugins </groupId> <artifactId> maven-dependency-plugin </artifactId> <versionRange> [2.4,) </versionRange> <goals> <goal> unpack-dependencies </goal> </goals> </pluginExecutionFilter> <action> <ignore></ignore> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.5.201505241946</version> <executions> <execution> <id>check</id> <goals> <goal>report</goal> <goal>check</goal> </goals> <configuration> <rules> <rule> <element>BUNDLE</element> <limits> <limit> <counter>LINE</counter> <value>COVEREDRATIO</value> <minimum>0.16</minimum> </limit> <limit> <counter>BRANCH</counter> <value>COVEREDRATIO</value> <minimum>0.14</minimum> </limit> </limits> </rule> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.openmrs.maven.plugins</groupId> <artifactId>maven-openmrs-plugin</artifactId> <extensions>true</extensions> <executions> <execution> <id>init</id> <phase>initialize</phase> <goals> <goal>initialize-module</goal> </goals> </execution> <execution> <id>pack</id> <phase>package</phase> <goals> <goal>package-module</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>Expand moduleApplicationContext and messages</id> <goals> <goal>unpack-dependencies</goal> </goals> <phase>generate-resources</phase> <configuration> <includeGroupIds>${project.parent.groupId}</includeGroupIds> <includeArtifactIds>${project.parent.artifactId}-api</includeArtifactIds> <excludeTransitive>true</excludeTransitive> <includes>**/*</includes> <outputDirectory>${project.build.directory}/classes</outputDirectory> </configuration> </execution> <execution> <id>Fetch SASS sources from uicommons</id> <goals> <goal>unpack</goal> </goals> <phase>generate-resources</phase> <configuration> <artifactItems> <artifactItem> <groupId>org.openmrs.module</groupId> <artifactId>uicommons-scss</artifactId> <version>1.6</version> <type>zip</type> <overWrite>true</overWrite> <outputDirectory>src/main/compass/sass-external</outputDirectory> </artifactItem> </artifactItems> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> <executions> <execution> <id>Running compass for bahmnicore css</id> <phase>generate-resources</phase> <goals> <goal>exec</goal> </goals> <configuration> <executable>bash</executable> <commandlineArgs>${basedir}/scripts/run-compass.sh ${basedir}/src/main/compass</commandlineArgs> </configuration> </execution> </executions> </plugin> </plugins> </build> </project>