| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| <project | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | |
| xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>org.eclipse.mdht</groupId> | |
| <artifactId>root</artifactId> | |
| <version>3.0.0-SNAPSHOT</version> | |
| <packaging>pom</packaging> | |
| <properties> | |
| <tycho-version>1.4.0</tycho-version> | |
| <tychoExtrasVersion>1.4.0</tychoExtrasVersion> | |
| <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/mdht/org.eclipse.mdht</tycho.scmUrl> | |
| <jarSignerVersion>1.1.2</jarSignerVersion> | |
| <findbugs.version>3.0.1</findbugs.version> | |
| <xtext.version>2.7.3</xtext.version> | |
| <java.source.version>1.8</java.source.version> | |
| <java.target.version>1.8</java.target.version> | |
| <mylyn.wikitext.version>2.4.0-SNAPSHOT</mylyn.wikitext.version> | |
| <skipAllTests>false</skipAllTests> | |
| <skipInnerTests>true</skipInnerTests> | |
| <!-- Set to file:/home/data/httpd/download.eclipse.org when building on | |
| Eclipse servers to improve performance --> | |
| <eclipse.download>http://download.eclipse.org</eclipse.download> | |
| <!-- MDHT repositories. Used when we're building individual components | |
| (vs building the parent pom including everything) --> | |
| <mdht.eclipse.target>2019-09</mdht.eclipse.target> | |
| <mdht.repo.main>${eclipse.download}/modeling/mdht/updates/nightly/${mdht.eclipse.target}</mdht.repo.main> | |
| <maven.compiler.source>1.8</maven.compiler.source> | |
| <maven.compiler.target>1.8</maven.compiler.target> | |
| </properties> | |
| <modules> | |
| <module>core</module> | |
| <module>dita</module> | |
| <module>cda</module> | |
| <module>fhir</module> | |
| <module>releng/p2-site</module> | |
| </modules> | |
| <repositories> | |
| <repository> | |
| <id>release.target</id> | |
| <layout>p2</layout> | |
| <url>http://download.eclipse.org/releases/${mdht.eclipse.target}</url> | |
| </repository> | |
| <repository> | |
| <id>MDHT-MODELS</id> | |
| <layout>p2</layout> | |
| <url>https://mdix.jfrog.io/artifactory/MDHT-MODELS/</url> | |
| </repository> | |
| <repository> | |
| <id>nebula</id> | |
| <layout>p2</layout> | |
| <url>http://download.eclipse.org/nebula/releases/latest</url> | |
| </repository> | |
| </repositories> | |
| <pluginRepositories> | |
| <pluginRepository> | |
| <id>org.eclipse.cbi.maven.plugins</id> | |
| <name>Eclipse CBI</name> | |
| <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> | |
| <releases> | |
| <enabled>true</enabled> | |
| </releases> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| </pluginRepository> | |
| <pluginRepository> | |
| <id>eclipse.org-mylyn</id> | |
| <url>https://repo.eclipse.org/content/repositories/mylyn/</url> | |
| </pluginRepository> | |
| </pluginRepositories> | |
| <build> | |
| <pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>2.6</version> | |
| <configuration> | |
| <encoding>UTF-8</encoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-clean-plugin</artifactId> | |
| <version>2.6</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.eclipse.xtend</groupId> | |
| <artifactId>xtend-maven-plugin</artifactId> | |
| <version>${xtext.version}</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.eclipse.tycho</groupId> | |
| <artifactId>target-platform-configuration</artifactId> | |
| <version>${tycho-version}</version> | |
| <configuration> | |
| <environments> | |
| <environment> | |
| <os>win32</os> | |
| <ws>win32</ws> | |
| <arch>x86_64</arch> | |
| </environment> | |
| <environment> | |
| <os>macosx</os> | |
| <ws>cocoa</ws> | |
| <arch>x86_64</arch> | |
| </environment> | |
| </environments> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>3.0.1</version> | |
| <configuration> | |
| <additionalparam>-Xdoclint:none</additionalparam> | |
| <tags> | |
| <tag> | |
| <name>model</name> | |
| <placement>a</placement> | |
| <head>Model</head> | |
| </tag> | |
| <tag> | |
| <name>generated</name> | |
| <placement>a</placement> | |
| <head>Generated code</head> | |
| </tag> | |
| <tag> | |
| <name>ordered</name> | |
| <placement>a</placement> | |
| <head>Ordered</head> | |
| </tag> | |
| </tags> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </pluginManagement> | |
| </build> | |
| <profiles> | |
| <profile> | |
| <id>siteenv</id> | |
| <distributionManagement> | |
| <repository> | |
| <id>devsoap.sitenv.org</id> | |
| <name>devsoap.sitenv.org-releases</name> | |
| <url>http://devsoap.sitenv.org:8081/artifactory/libs-release-local</url> | |
| </repository> | |
| <snapshotRepository> | |
| <id>devsoap.sitenv.org</id> | |
| <name>devsoap.sitenv.org-snapshots</name> | |
| <url>http://devsoap.sitenv.org:8081/artifactory/libs-snapshot-local</url> | |
| </snapshotRepository> | |
| </distributionManagement> | |
| </profile> | |
| <profile> | |
| <id>mdmiartifactory</id> | |
| <distributionManagement> | |
| <repository> | |
| <id>mdix</id> | |
| <name>7ed03140605b-releases</name> | |
| <url>http://artifactory.mdixinc.net:8082/artifactory/mdmiartifactory/libs-release</url> | |
| </repository> | |
| <snapshotRepository> | |
| <id>mdix</id> | |
| <name>7ed03140605b-snapshots</name> | |
| <url>http://artifactory.mdixinc.net:8081/artifactory/mdmiartifactory/libs-snapshot</url> | |
| </snapshotRepository> | |
| </distributionManagement> | |
| </profile> | |
| </profiles> | |
| </project> |