229 lines
7.4 KiB
XML
229 lines
7.4 KiB
XML
![]() |
<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>
|
||
|
|
||
|
<groupId>org.openmrs.module</groupId>
|
||
|
<artifactId>uicommons</artifactId>
|
||
|
<version>2.18.0-SNAPSHOT</version>
|
||
|
<packaging>pom</packaging>
|
||
|
<name>UI Commons Module</name>
|
||
|
<description>UI Common Library that has common JS/CSS/HTML/templates/fragments etc.</description>
|
||
|
<url>https://github.com/openmrs/openmrs-module-uicommons</url>
|
||
|
|
||
|
<developers>
|
||
|
<developer>
|
||
|
<name>OpenMRS</name>
|
||
|
</developer>
|
||
|
</developers>
|
||
|
|
||
|
<organization>
|
||
|
<name>OpenMRS</name>
|
||
|
<url>http://openmrs.org</url>
|
||
|
</organization>
|
||
|
|
||
|
<scm>
|
||
|
<connection>scm:git:git@github.com:openmrs/openmrs-module-uicommons.git</connection>
|
||
|
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-uicommons.git</developerConnection>
|
||
|
<url>https://github.com/openmrs/openmrs-module-uicommons</url>
|
||
|
<tag>HEAD</tag>
|
||
|
</scm>
|
||
|
|
||
|
<modules>
|
||
|
<module>api</module>
|
||
|
<module>scss</module>
|
||
|
<module>omod</module>
|
||
|
</modules>
|
||
|
|
||
|
<properties>
|
||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||
|
<openMRSVersion>1.12.0</openMRSVersion>
|
||
|
<uiframeworkVersion>3.21.0-SNAPSHOT</uiframeworkVersion>
|
||
|
</properties>
|
||
|
|
||
|
<dependencyManagement>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.api</groupId>
|
||
|
<artifactId>openmrs-api</artifactId>
|
||
|
<version>${openMRSVersion}</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.api</groupId>
|
||
|
<artifactId>openmrs-api</artifactId>
|
||
|
<version>${openMRSVersion}</version>
|
||
|
<type>test-jar</type>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.test</groupId>
|
||
|
<artifactId>openmrs-test</artifactId>
|
||
|
<version>${openMRSVersion}</version>
|
||
|
<type>pom</type>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.web</groupId>
|
||
|
<artifactId>openmrs-web</artifactId>
|
||
|
<version>${openMRSVersion}</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.web</groupId>
|
||
|
<artifactId>openmrs-web</artifactId>
|
||
|
<version>${openMRSVersion}</version>
|
||
|
<type>test-jar</type>
|
||
|
<scope>test</scope>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.module</groupId>
|
||
|
<artifactId>uiframework-api</artifactId>
|
||
|
<version>${uiframeworkVersion}</version>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</dependencyManagement>
|
||
|
|
||
|
<dependencies>
|
||
|
|
||
|
<!-- OpenMRS Core -->
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.api</groupId>
|
||
|
<artifactId>openmrs-api</artifactId>
|
||
|
<type>jar</type>
|
||
|
</dependency>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.api</groupId>
|
||
|
<artifactId>openmrs-api</artifactId>
|
||
|
<type>test-jar</type>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.test</groupId>
|
||
|
<artifactId>openmrs-test</artifactId>
|
||
|
<type>pom</type>
|
||
|
</dependency>
|
||
|
|
||
|
<dependency>
|
||
|
<groupId>rubygems</groupId>
|
||
|
<artifactId>sass</artifactId>
|
||
|
<version>3.2.10</version>
|
||
|
<type>gem</type>
|
||
|
<scope>provided</scope>
|
||
|
</dependency>
|
||
|
|
||
|
<!-- OpenMRS Modules -->
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.module</groupId>
|
||
|
<artifactId>uiframework-api</artifactId>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
<build>
|
||
|
<pluginManagement>
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||
|
<configuration>
|
||
|
<target>1.6</target>
|
||
|
<source>1.6</source>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>org.openmrs.maven.plugins</groupId>
|
||
|
<artifactId>maven-openmrs-plugin</artifactId>
|
||
|
<version>1.0.1</version>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-dependency-plugin</artifactId>
|
||
|
<version>2.4</version>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>org.apache.maven.plugins</groupId>
|
||
|
<artifactId>maven-release-plugin</artifactId>
|
||
|
<version>2.5</version>
|
||
|
<configuration>
|
||
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||
|
<useReleaseProfile>false</useReleaseProfile>
|
||
|
<tagNameFormat>@{project.version}</tagNameFormat>
|
||
|
<!-- refapp distro contains SNAPSHOT dependencies -->
|
||
|
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>org.jasig.maven</groupId>
|
||
|
<artifactId>sass-maven-plugin</artifactId>
|
||
|
<version>1.1.1</version>
|
||
|
<configuration>
|
||
|
<sassSourceDirectory>${basedir}/src/main/webapp</sassSourceDirectory>
|
||
|
<outputDirectory>${basedir}/src/main/webapp/resources/styles</outputDirectory>
|
||
|
<baseOutputDirectory>${basedir}/src/main/webapp/resources/styles</baseOutputDirectory>
|
||
|
<skin>scss</skin>
|
||
|
</configuration>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>de.saumya.mojo</groupId>
|
||
|
<artifactId>gem-maven-plugin</artifactId>
|
||
|
<version>1.0.0-rc4</version>
|
||
|
</plugin>
|
||
|
<plugin>
|
||
|
<groupId>com.googlecode.maven-java-formatter-plugin</groupId>
|
||
|
<artifactId>maven-java-formatter-plugin</artifactId>
|
||
|
<version>0.3</version>
|
||
|
<configuration>
|
||
|
<compilerSource>${javaCompilerVersion}</compilerSource>
|
||
|
<compilerCompliance>${javaCompilerVersion}</compilerCompliance>
|
||
|
<compilerTargetPlatform>${javaCompilerVersion}</compilerTargetPlatform>
|
||
|
<configFile>eclipse/OpenMRSFormatter.xml</configFile>
|
||
|
<overrideConfigCompilerVersion>true</overrideConfigCompilerVersion>
|
||
|
</configuration>
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>org.openmrs.tools</groupId>
|
||
|
<artifactId>openmrs-tools</artifactId>
|
||
|
<version>${project.version}</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
</plugin>
|
||
|
</plugins>
|
||
|
</pluginManagement>
|
||
|
</build>
|
||
|
<repositories>
|
||
|
<repository>
|
||
|
<id>openmrs-repo</id>
|
||
|
<name>OpenMRS Nexus Repository</name>
|
||
|
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
|
||
|
</repository>
|
||
|
<repository>
|
||
|
<id>rubygems-releases</id>
|
||
|
<url>http://rubygems-proxy.torquebox.org/releases</url>
|
||
|
</repository>
|
||
|
</repositories>
|
||
|
|
||
|
<pluginRepositories>
|
||
|
<pluginRepository>
|
||
|
<id>openmrs-repo</id>
|
||
|
<name>OpenMRS Nexus Repository</name>
|
||
|
<url>http://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
|
||
|
<snapshots>
|
||
|
<enabled>false</enabled>
|
||
|
</snapshots>
|
||
|
</pluginRepository>
|
||
|
</pluginRepositories>
|
||
|
|
||
|
<distributionManagement>
|
||
|
<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>
|
||
|
</distributionManagement>
|
||
|
</project>
|