forked from pentaho/pdi-sdk-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
33 lines (33 loc) · 1.51 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0"?>
<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>
<parent>
<groupId>org.pentaho</groupId>
<artifactId>pentaho-ce-jar-parent-pom</artifactId>
<version>8.0-SNAPSHOT</version>
</parent>
<groupId>pentaho-kettle</groupId>
<artifactId>kettle-sdk-plugin-parent</artifactId>
<version>8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Pentaho Data Integration SDK Parent POM</name>
<modules>
<module>kettle-sdk-database-plugin</module>
<module>kettle-sdk-embedding-samples</module>
<module>kettle-sdk-jobentry-plugin</module>
<module>kettle-sdk-partitioner-plugin</module>
<module>kettle-sdk-step-plugin</module>
<module>kettle-sdk-plugin-assembly</module>
</modules>
<properties>
<eula-wrap_create-dist-phase></eula-wrap_create-dist-phase>
<eula-wrap_assign-deps-to-properties-phase></eula-wrap_assign-deps-to-properties-phase>
<mockito.version>1.10.19</mockito.version>
<dependency.pentaho-metadata.revision>8.0-SNAPSHOT</dependency.pentaho-metadata.revision>
<eula-wrap_create-izpack-installer-jar-phase></eula-wrap_create-izpack-installer-jar-phase>
<dependency.kettle.revision>8.0-SNAPSHOT</dependency.kettle.revision>
<eula-wrap_attach-dist-phase></eula-wrap_attach-dist-phase>
<junit.version>4.12</junit.version>
</properties>
</project>