40 lines
1.2 KiB
XML
40 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>onemdw.bwce</groupId>
|
|
<artifactId>ttt55.parent</artifactId>
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
<relativePath>../ttt55.parent</relativePath>
|
|
</parent>
|
|
<artifactId>ttt55</artifactId>
|
|
<packaging>bwear</packaging>
|
|
<properties>
|
|
<project.type>None</project.type>
|
|
<bw.Home>${env.BW_HOME}</bw.Home>
|
|
<skipTests>false</skipTests>
|
|
<failIfNoTests>false</failIfNoTests>
|
|
<tibco.Home>${env.TIBCO_HOME}</tibco.Home>
|
|
</properties>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.tibco.plugins</groupId>
|
|
<artifactId>bw6-maven-plugin</artifactId>
|
|
<version>2.9.8</version>
|
|
<extensions>true</extensions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
<reporting>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>com.tibco.plugins</groupId>
|
|
<artifactId>bw6-maven-plugin</artifactId>
|
|
<version>2.9.8</version>
|
|
</plugin>
|
|
</plugins>
|
|
</reporting>
|
|
</project>
|