<?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>
|
|
<parent>
|
<groupId>com.ximple.eofms</groupId>
|
<artifactId>ximple-dgnjobs</artifactId>
|
<version>1.2.1</version>
|
</parent>
|
|
|
<!-- =========================================================== -->
|
<!-- Module Description -->
|
<!-- =========================================================== -->
|
<groupId>com.ximple.eofms.maven</groupId>
|
<artifactId>ximple-build</artifactId>
|
<version>1.2.1</version>
|
<packaging>pom</packaging>
|
<name>Build tools for Ximple DgnJobs</name>
|
|
<scm>
|
<connection>
|
scm:svn:http://www.ximple.com.tw/svn/xeofms/xdgnio/truck/
|
</connection>
|
<url>http://www.ximple.com.tw/svn/xeofms/xdgnio/truck/</url>
|
</scm>
|
|
<description>
|
Build tools for the the Ximple Dgn IO Library.
|
</description>
|
|
<licenses>
|
<license>
|
<name>Lesser General Public License (LGPL)</name>
|
<url>http://www.gnu.org/copyleft/lesser.txt</url>
|
<distribution>repo</distribution>
|
</license>
|
</licenses>
|
|
|
<!-- =========================================================== -->
|
<!-- Modules included in the build -->
|
<!-- =========================================================== -->
|
<modules>
|
<module>maven</module>
|
</modules>
|
|
|
</project>
|