2009-06-07 20:59:43 +02:00
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
2012-02-12 06:55:42 +01:00
|
|
|
|
|
|
|
<properties>
|
2013-03-28 21:06:34 +01:00
|
|
|
<com.wisemapping.version>3.1-SNAPSHOT</com.wisemapping.version>
|
2012-02-12 06:55:42 +01:00
|
|
|
</properties>
|
|
|
|
|
2009-06-07 20:59:43 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.wisemapping</groupId>
|
|
|
|
<artifactId>wisemapping</artifactId>
|
|
|
|
<name>WiseMapping Project</name>
|
2013-03-28 21:06:34 +01:00
|
|
|
<version>3.1-SNAPSHOT</version>
|
2009-06-07 20:59:43 +02:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
2012-01-31 03:33:05 +01:00
|
|
|
<name>WiseMapping Public License Version 1.0</name>
|
|
|
|
<url>http://www.wisemapping.org/wisemapping-public-license-version-1-0-wpl</url>
|
2009-06-07 20:59:43 +02:00
|
|
|
<comments>A business-friendly OSS license</comments>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<pluginRepositories>
|
2012-01-31 03:33:05 +01:00
|
|
|
<pluginRepository>
|
2009-06-07 20:59:43 +02:00
|
|
|
<id>maven2-repository.dev.java.net</id>
|
|
|
|
<name>Java.net Maven 2 Repository</name>
|
2010-11-24 15:16:56 +01:00
|
|
|
<url>http://download.java.net/maven/2/</url>
|
2012-01-31 03:33:05 +01:00
|
|
|
<layout>default</layout>
|
2009-06-07 20:59:43 +02:00
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
<name>WiseMapping</name>
|
2012-03-07 03:26:11 +01:00
|
|
|
<url>http://www.wisemapping.org/</url>
|
2009-06-07 20:59:43 +02:00
|
|
|
</organization>
|
|
|
|
|
|
|
|
<build>
|
2012-03-10 20:33:00 +01:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId>
|
|
|
|
<version>2.12</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2014-01-05 22:10:42 +01:00
|
|
|
<version>2.16</version>
|
2012-03-10 20:33:00 +01:00
|
|
|
</plugin>
|
2012-03-13 19:57:30 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
2014-01-05 22:10:42 +01:00
|
|
|
<version>2.6</version>
|
2012-03-13 19:57:30 +01:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
2014-01-05 22:10:42 +01:00
|
|
|
<version>3.1</version>
|
2012-03-13 19:57:30 +01:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
2012-08-20 17:37:20 +02:00
|
|
|
<version>2.5</version>
|
2012-03-13 19:57:30 +01:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
|
|
|
<artifactId>maven-jaxb2-plugin</artifactId>
|
|
|
|
<version>0.8.1</version>
|
|
|
|
</plugin>
|
2012-03-22 06:02:27 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>net.alchim31.maven</groupId>
|
|
|
|
<artifactId>yuicompressor-maven-plugin</artifactId>
|
|
|
|
<version>1.1</version>
|
|
|
|
</plugin>
|
2012-08-24 03:07:37 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<version>1.7</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2012-08-24 03:25:15 +02:00
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>native2ascii-maven-plugin</artifactId>
|
|
|
|
<version>1.0-beta-1</version>
|
2012-08-24 03:07:37 +02:00
|
|
|
</plugin>
|
2012-03-10 20:33:00 +01:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2009-06-07 20:59:43 +02:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
2012-01-31 03:33:05 +01:00
|
|
|
<configuration>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
2009-06-07 20:59:43 +02:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2014-01-05 22:10:42 +01:00
|
|
|
<version>3.1</version>
|
2009-06-07 20:59:43 +02:00
|
|
|
<configuration>
|
2013-03-10 23:45:21 +01:00
|
|
|
<source>1.7</source>
|
|
|
|
<target>1.7</target>
|
2012-03-22 06:05:45 +01:00
|
|
|
<encoding>UTF-8</encoding>
|
2009-06-07 20:59:43 +02:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-01-31 03:33:05 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>2.2.2</version>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>distribution/assembly/standalone-editor.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2012-03-13 19:57:30 +01:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<reportPlugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jxr-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
<configuration>
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<reports>
|
|
|
|
<report>analyze-report</report>
|
|
|
|
</reports>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<version>2.7.1</version>
|
|
|
|
<configuration>
|
|
|
|
<linkXref>true</linkXref>
|
|
|
|
<sourceEncoding>utf-8</sourceEncoding>
|
|
|
|
<minimumTokens>100</minimumTokens>
|
|
|
|
<targetJdk>1.6</targetJdk>
|
|
|
|
<excludeRoots>
|
|
|
|
<excludeRoot>target/</excludeRoot>
|
|
|
|
</excludeRoots>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<reports>
|
|
|
|
<report>index</report>
|
|
|
|
<report>summary</report>
|
|
|
|
<report>dependency-management</report>
|
|
|
|
<report>license</report>
|
|
|
|
<report>modules</report>
|
|
|
|
</reports>
|
|
|
|
</plugin>
|
|
|
|
</reportPlugins>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2009-06-07 20:59:43 +02:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2012-03-13 19:57:30 +01:00
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
|
|
|
<id>www.wisemapping.org</id>
|
|
|
|
<url>scp://www.wisemapping.org/docs/project/</url>
|
|
|
|
</site>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2012-01-31 03:33:05 +01:00
|
|
|
<!-- Module Dependencies -->
|
2009-06-07 20:59:43 +02:00
|
|
|
<modules>
|
|
|
|
<module>web2d</module>
|
|
|
|
<module>core-js</module>
|
|
|
|
<module>mindplot</module>
|
2012-01-31 03:33:05 +01:00
|
|
|
<module>wise-webapp</module>
|
|
|
|
<module>wise-editor</module>
|
2009-06-07 20:59:43 +02:00
|
|
|
</modules>
|
2012-02-12 06:55:42 +01:00
|
|
|
|
|
|
|
|
2009-06-07 20:59:43 +02:00
|
|
|
</project>
|
|
|
|
|