1126 lines
39 KiB
XML
1126 lines
39 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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>com.itac.interface</groupId>
|
|
<artifactId>imsinterfaces</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>${mes.interface.version}</version>
|
|
<name>imsinterfaces</name>
|
|
<properties>
|
|
<mes.release>9.10</mes.release>
|
|
<mes.featurepack>00beta</mes.featurepack>
|
|
<mes.build.number>10</mes.build.number>
|
|
<mes.baserelease>${mes.release}.${mes.featurepack}</mes.baserelease>
|
|
|
|
<mes.interface.featurepack>00beta</mes.interface.featurepack>
|
|
<mes.interface.baserelease>${mes.release}.${mes.interface.featurepack}</mes.interface.baserelease>
|
|
|
|
<addons.version>9.10.00beta-3</addons.version>
|
|
|
|
<clm.applicationId>imsinterfaces-${mes.interface.baserelease}</clm.applicationId>
|
|
|
|
<!-- build machine for dotnet build -->
|
|
<dotnet.build.host>VMBUILDWIN10</dotnet.build.host>
|
|
<dotnet.build.user>VMBUILDWIN10+atd</dotnet.build.user>
|
|
<dotnet.build.pw>!234Qwer</dotnet.build.pw>
|
|
<dotnet.build.framework.dir>C:/WINDOWS/Microsoft.NET/Framework</dotnet.build.framework.dir>
|
|
<dotnet.build.framework.version>v4.0.30319</dotnet.build.framework.version>
|
|
<dotnet.build.basedir>/cygdrive/c/build</dotnet.build.basedir>
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<java.source.version>1.8</java.source.version>
|
|
<java.target.version>1.8</java.target.version>
|
|
|
|
<!-- itac tools -->
|
|
<com.itac.tools.keystore>until-20180415</com.itac.tools.keystore>
|
|
|
|
<!-- Sonar -->
|
|
<sonar.jacoco.reportPath>${project.basedir}/site/jacoco.exec</sonar.jacoco.reportPath>
|
|
|
|
</properties>
|
|
<profiles>
|
|
<profile>
|
|
<id>development</id>
|
|
<activation>
|
|
<property>
|
|
<name>!production.build</name>
|
|
</property>
|
|
</activation>
|
|
<properties>
|
|
<mes.suite.version>${mes.baserelease}-${mes.build.number}</mes.suite.version>
|
|
<mes.interface.version>${mes.interface.baserelease}-DEVELOPER</mes.interface.version>
|
|
<failOnMissingLicense>false</failOnMissingLicense>
|
|
<clm.stage>build</clm.stage>
|
|
<job.name>developer</job.name>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>cruisecontrol</id>
|
|
<activation>
|
|
<property>
|
|
<name>cruisecontrol.build</name>
|
|
</property>
|
|
</activation>
|
|
<properties>
|
|
<mes.suite.version>${mes.baserelease}-SNAPSHOT</mes.suite.version>
|
|
<mes.interface.version>${mes.interface.baserelease}-SNAPSHOT</mes.interface.version>
|
|
<failOnMissingLicense>true</failOnMissingLicense>
|
|
<clm.stage>stage-release</clm.stage>
|
|
<job.name>${JOB_NAME}</job.name>
|
|
</properties>
|
|
</profile>
|
|
<profile>
|
|
<id>production</id>
|
|
<activation>
|
|
<property>
|
|
<name>production.build</name>
|
|
</property>
|
|
</activation>
|
|
<properties>
|
|
<mes.suite.version>${mes.baserelease}-${mes.build.number}</mes.suite.version>
|
|
<mes.interface.version>${mes.interface.baserelease}-${label}</mes.interface.version>
|
|
<failOnMissingLicense>true</failOnMissingLicense>
|
|
<clm.stage>release</clm.stage>
|
|
<job.name>${JOB_NAME}</job.name>
|
|
</properties>
|
|
</profile>
|
|
</profiles>
|
|
<distributionManagement>
|
|
<repository>
|
|
<id>itac-product</id>
|
|
<name>iTAC Products</name>
|
|
<url>http://nexus/content/repositories/itac-product</url>
|
|
</repository>
|
|
<snapshotRepository>
|
|
<id>itac-product-snapshot</id>
|
|
<name>iTAC Product Snapshot</name>
|
|
<url>http://nexus/content/repositories/itac-product-snapshot</url>
|
|
</snapshotRepository>
|
|
</distributionManagement>
|
|
<modules>
|
|
<module>interface</module>
|
|
<module>lib</module>
|
|
<module>ear</module>
|
|
<module>resources</module>
|
|
<module>installer</module>
|
|
</modules>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<!--ThirdParty dependencies -->
|
|
<dependency>
|
|
<groupId>org.swinglabs</groupId>
|
|
<artifactId>swingx</artifactId>
|
|
<version>1.6.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.swinglabs</groupId>
|
|
<artifactId>swing-layout</artifactId>
|
|
<version>1.0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.jnlp</groupId>
|
|
<artifactId>javaws</artifactId>
|
|
<version>1.7.0_51</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.faces</groupId>
|
|
<artifactId>jsf-api</artifactId>
|
|
<version>2.0.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>bouncycastle</groupId>
|
|
<artifactId>bcprov-jdk16</artifactId>
|
|
<version>140</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jgoodies</groupId>
|
|
<artifactId>jgoodies-looks</artifactId>
|
|
<version>3.2.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jgoodies</groupId>
|
|
<artifactId>jgoodies-common</artifactId>
|
|
<version>1.16.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jgoodies</groupId>
|
|
<artifactId>jgoodies-forms</artifactId>
|
|
<version>1.18.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jgoodies</groupId>
|
|
<artifactId>jgoodies-layout</artifactId>
|
|
<version>1.18.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.jgoodies</groupId>
|
|
<artifactId>jsdl-common</artifactId>
|
|
<version>1.15.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.axis</groupId>
|
|
<artifactId>axis</artifactId>
|
|
<version>1.4</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-discovery</groupId>
|
|
<artifactId>commons-discovery</artifactId>
|
|
<version>0.5</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-daemon</groupId>
|
|
<artifactId>commons-daemon</artifactId>
|
|
<type>jar</type>
|
|
<version>1.0.15</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-daemon</groupId>
|
|
<artifactId>commons-daemon</artifactId>
|
|
<classifier>bin-windows</classifier>
|
|
<type>zip</type>
|
|
<version>1.0.15</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax</groupId>
|
|
<artifactId>javaee-api</artifactId>
|
|
<version>7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.mail</groupId>
|
|
<artifactId>mail</artifactId>
|
|
<version>1.4.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.oracle</groupId>
|
|
<artifactId>ojdbc6</artifactId>
|
|
<version>12.1.0.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.microsoft</groupId>
|
|
<artifactId>sqljdbc</artifactId>
|
|
<version>3.0.1301.203</version>
|
|
</dependency>
|
|
|
|
<!-- Product dependencies -->
|
|
<dependency>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>keystore</artifactId>
|
|
<type>zip</type>
|
|
<version>${com.itac.tools.keystore}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>data-interface</artifactId>
|
|
<type>pom</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>imsinterfaces-installer</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>imsinterfaces-installer</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.asm5x</groupId>
|
|
<artifactId>asm-api5x</artifactId>
|
|
<version>1.0.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.cogiscan</groupId>
|
|
<artifactId>cogiscan-api</artifactId>
|
|
<version>1.1.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.yamaha</groupId>
|
|
<artifactId>yamaha-api</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.itac.interface.asm</groupId>
|
|
<artifactId>asm-dotnet-api</artifactId>
|
|
<classifier>windows</classifier>
|
|
<type>zip</type>
|
|
<version>1.0.9</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.asm5x</groupId>
|
|
<artifactId>asm-dotnet-api5x</artifactId>
|
|
<classifier>windows</classifier>
|
|
<type>zip</type>
|
|
<version>1.0.6</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>asm.as.oib</groupId>
|
|
<artifactId>asmclient</artifactId>
|
|
<type>zip</type>
|
|
<version>2.3.0.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>asm.as.oib</groupId>
|
|
<artifactId>asm5client</artifactId>
|
|
<type>zip</type>
|
|
<version>3.0.0.11</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>log4net</groupId>
|
|
<artifactId>log4net</artifactId>
|
|
<version>1.2.10</version>
|
|
<type>dll</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>asm.as.oib</groupId>
|
|
<artifactId>oibclient</artifactId>
|
|
<type>zip</type>
|
|
<version>3.2.0.152</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>asm.as.oib</groupId>
|
|
<artifactId>oib5client</artifactId>
|
|
<type>zip</type>
|
|
<version>5.3.0.55</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>artes-dotnet</artifactId>
|
|
<classifier>net4</classifier>
|
|
<type>zip</type>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.addons</groupId>
|
|
<artifactId>imsapi-dotnet</artifactId>
|
|
<version>${addons.version}</version>
|
|
<type>zip</type>
|
|
<classifier>net4</classifier>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.commonsmt</groupId>
|
|
<artifactId>commonsmt-dotnet-api</artifactId>
|
|
<classifier>windows</classifier>
|
|
<type>zip</type>
|
|
<version>1.2.17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.commonsmt</groupId>
|
|
<artifactId>commonsmt-api</artifactId>
|
|
<version>1.2.17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.commonsmt</groupId>
|
|
<artifactId>commonsmt-api</artifactId>
|
|
<classifier>javadoc</classifier>
|
|
<version>1.2.17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.commonsmt</groupId>
|
|
<artifactId>commonsmt-plugindoc</artifactId>
|
|
<type>zip</type>
|
|
<classifier>doc</classifier>
|
|
<version>1.2.17</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.linedashboard</groupId>
|
|
<artifactId>linedashboard-api</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>imsinterfaces-resources-export</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>resource-common</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>monitoring-common</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>gui-client</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>config-server</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>config-base</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>util-server</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>util-common</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>api-common</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>imsapi-common</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>api-structs</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>artes-client</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>artes-common</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>webstart</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>license</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
<type>war</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>pr-clink-java</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
|
|
<!-- download -->
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>download</artifactId>
|
|
<type>war</type>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>installer-lib</artifactId>
|
|
<version>123</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.sun</groupId>
|
|
<artifactId>jvisualvm-plugins</artifactId>
|
|
<version>134</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
|
|
<!--Interface dependencies -->
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>imsinterfaces-ear</artifactId>
|
|
<type>ear</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-basic</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-util</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>interface-lib</artifactId>
|
|
<type>pom</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-mesutil</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-core</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-core-definition</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-gui</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-gui-console</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-remote-gui</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-config-bundle</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-config-bundle-container</artifactId>
|
|
<type>jar</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-config-bundle</artifactId>
|
|
<classifier>jar-with-dependencies</classifier>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-xmlapi</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>asm</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-asm-interface</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>imsinterfaces-asm-oib-suite</artifactId>
|
|
<type>pom</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface</groupId>
|
|
<artifactId>imsinterfaces-asm-oib-suite</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
<type>zip</type>
|
|
<classifier>windows</classifier>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-cogiscan</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-cogiscan-plugin</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-cogiscan-plugin</artifactId>
|
|
<type>jar</type>
|
|
<classifier>jar-with-dependencies</classifier>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-cogiscan-plugin</artifactId>
|
|
<type>zip</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-cogiscan-interface</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<!-- common smt interface, plugin and documentation -->
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-plugin</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-plugin</artifactId>
|
|
<type>zip</type>
|
|
<classifier>plugin</classifier>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-plugin</artifactId>
|
|
<classifier>javadoc</classifier>
|
|
<type>jar</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-plugindoc</artifactId>
|
|
<type>zip</type>
|
|
<classifier>doc</classifier>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-dotnetplugin</artifactId>
|
|
<type>pom</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-dotnetplugin</artifactId>
|
|
<classifier>sources</classifier>
|
|
<type>zip</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-dotnetplugin</artifactId>
|
|
<type>zip</type>
|
|
<classifier>windows</classifier>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-interface</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-commonsmt-interface</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
<type>zip</type>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-line-dashboard</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-line-dashboard-interface</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-line-dashboard-plugin</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-line-dashboard-plugin</artifactId>
|
|
<type>jar</type>
|
|
<classifier>jar-with-dependencies</classifier>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-line-dashboard-plugin</artifactId>
|
|
<type>zip</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-fuji</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-fuji-definition</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-samsung</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-samsung-definition</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-machine</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-yamaha</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-yamaha-interface</artifactId>
|
|
<type>pom</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-yamaha-interface</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-yamaha-plugin</artifactId>
|
|
<type>jar</type>
|
|
<classifier>jar-with-dependencies</classifier>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-yamaha-plugin</artifactId>
|
|
<type>zip</type>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-yamaha-plugin</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-panasonic</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-testcenter</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-remote-gui-definition</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>imsinterfaces-molding</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
</dependency>
|
|
|
|
<!-- Test dependencies -->
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>util-server</artifactId>
|
|
<classifier>tests</classifier>
|
|
<type>test-jar</type>
|
|
<version>${mes.suite.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.product</groupId>
|
|
<artifactId>artes-client</artifactId>
|
|
<version>${mes.suite.version}</version>
|
|
<classifier>tests</classifier>
|
|
<type>test-jar</type>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.itac.interface.interfaces</groupId>
|
|
<artifactId>data-interface-core</artifactId>
|
|
<version>${mes.interface.version}</version>
|
|
<classifier>tests</classifier>
|
|
<type>test-jar</type>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.4</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-all</artifactId>
|
|
<version>1.9.0</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<!-- ========================== -->
|
|
<!-- iTAC plugin's dependencies -->
|
|
<!-- ========================== -->
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>license-report-plugin</artifactId>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>webstart-plugin</artifactId>
|
|
<version>35</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>ear-plugin</artifactId>
|
|
<version>109</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>install-plugin</artifactId>
|
|
<version>b1.7</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>resource-plugin</artifactId>
|
|
<version>30</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>ssh-plugin</artifactId>
|
|
<version>17</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>nexus-plugin</artifactId>
|
|
<version>b1.15</version>
|
|
</plugin>
|
|
|
|
<!-- ============================ -->
|
|
<!-- Apache plugin's dependencies -->
|
|
<!-- ============================ -->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<version>2.2.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<version>2.6</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.8.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>2.5.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-ejb-plugin</artifactId>
|
|
<version>2.3</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
<version>2.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-ear-plugin</artifactId>
|
|
<version>2.7</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<version>2.4</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.12.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
<version>2.9.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
<version>2.7.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
<version>3.1.1</version>
|
|
</plugin>
|
|
|
|
<!-- =============================== -->
|
|
<!-- Codehouse plugin's dependencies -->
|
|
<!-- =============================== -->
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
<version>1.7</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
<version>2.5.2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>jaxws-maven-plugin</artifactId>
|
|
<version>1.12</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo.webstart</groupId>
|
|
<artifactId>webstart-maven-plugin</artifactId>
|
|
<version>1.0-beta-2</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
<version>2.5.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
<version>1.2.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
<artifactId>jaxb2-maven-plugin</artifactId>
|
|
<version>1.5</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jarsigner-plugin</artifactId>
|
|
<version>1.4</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.codehaus.gmaven</groupId>
|
|
<artifactId>gmaven-plugin</artifactId>
|
|
<version>1.4</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jacoco</groupId>
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
<version>0.7.5.201505241946</version>
|
|
</plugin>
|
|
|
|
|
|
<!-- =========================== -->
|
|
<!-- Other plugin's dependencies -->
|
|
<!-- =========================== -->
|
|
<plugin>
|
|
<groupId>com.hexapixel.maven.plugins</groupId>
|
|
<artifactId>maven-breakonversionclash-plugin</artifactId>
|
|
<version>1.0.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.sonatype.clm</groupId>
|
|
<artifactId>clm-maven-plugin</artifactId>
|
|
<configuration>
|
|
<additionalScopes>provided</additionalScopes>
|
|
<applicationId>${clm.applicationId}</applicationId>
|
|
<serverUrl>http://nexusiq.itac.intra:8070</serverUrl>
|
|
<inherited>false</inherited>
|
|
</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>com.itac.tools</groupId>
|
|
<artifactId>pom-integrity-check-plugin</artifactId>
|
|
<versionRange>[1,)</versionRange>
|
|
<goals>
|
|
<goal>check-integrity</goal>
|
|
</goals>
|
|
</pluginExecutionFilter>
|
|
<action>
|
|
<ignore />
|
|
</action>
|
|
</pluginExecution>
|
|
<pluginExecution>
|
|
<pluginExecutionFilter>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>resource-plugin</artifactId>
|
|
<versionRange>[24,)</versionRange>
|
|
<goals>
|
|
<goal>resourceExport</goal>
|
|
</goals>
|
|
</pluginExecutionFilter>
|
|
<action>
|
|
<ignore />
|
|
</action>
|
|
</pluginExecution>
|
|
<pluginExecution>
|
|
<pluginExecutionFilter>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>ssh-plugin</artifactId>
|
|
<versionRange>[b1.13,)</versionRange>
|
|
<goals>
|
|
<goal>ssh</goal>
|
|
</goals>
|
|
</pluginExecutionFilter>
|
|
<action>
|
|
<ignore />
|
|
</action>
|
|
</pluginExecution>
|
|
<pluginExecution>
|
|
<pluginExecutionFilter>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>webstart-plugin</artifactId>
|
|
<versionRange>[30,)</versionRange>
|
|
<goals>
|
|
<goal>itacWebstartClient</goal>
|
|
</goals>
|
|
</pluginExecutionFilter>
|
|
<action>
|
|
<ignore />
|
|
</action>
|
|
</pluginExecution>
|
|
</pluginExecutions>
|
|
</lifecycleMappingMetadata>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>pom-integrity-check-plugin</artifactId>
|
|
<inherited>true</inherited>
|
|
<executions>
|
|
<execution>
|
|
<id>integrity-check</id>
|
|
<phase>validate</phase>
|
|
<goals>
|
|
<goal>check-integrity</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>${java.source.version}</source>
|
|
<target>${java.target.version}</target>
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
<configuration>
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<configuration>
|
|
<threadCount>1</threadCount>
|
|
<perCoreThreadCount>false</perCoreThreadCount>
|
|
<parallel>none</parallel>
|
|
<forkMode>always</forkMode>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>install-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<phase>install</phase>
|
|
<goals>
|
|
<goal>install</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>com.itac.tools</groupId>
|
|
<artifactId>nexus-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<phase>deploy</phase>
|
|
<goals>
|
|
<goal>nexus</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.jacoco</groupId>
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
<configuration>
|
|
<skip>${maven.test.skip}</skip>
|
|
<output>file</output>
|
|
<destFile>${sonar.jacoco.reportPath}</destFile>
|
|
<append>true</append>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<id>jacoco-initialize</id>
|
|
<goals>
|
|
<goal>prepare-agent</goal>
|
|
</goals>
|
|
</execution>
|
|
<execution>
|
|
<id>jacoco-site</id>
|
|
<phase>verify</phase>
|
|
<goals>
|
|
<goal>report</goal>
|
|
</goals>
|
|
<configuration>
|
|
<dataFile>${jacoco.report.path}/${jacoco.report.filename}</dataFile>
|
|
<outputDirectory>${jacoco.output.site.path}</outputDirectory>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mockito</groupId>
|
|
<artifactId>mockito-all</artifactId>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependencies>
|
|
</project>
|