|
From: <de...@us...> - 2012-06-04 22:41:04
|
Revision: 7267
http://fudaa.svn.sourceforge.net/fudaa/?rev=7267&view=rev
Author: deniger
Date: 2012-06-04 22:40:56 +0000 (Mon, 04 Jun 2012)
Log Message:
-----------
maj xstream
Modified Paths:
--------------
trunk/framework/pom.xml
Modified: trunk/framework/pom.xml
===================================================================
--- trunk/framework/pom.xml 2012-06-04 21:48:31 UTC (rev 7266)
+++ trunk/framework/pom.xml 2012-06-04 22:40:56 UTC (rev 7267)
@@ -1,249 +1,249 @@
<?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>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <version>1.2</version>
- </parent>
- <groupId>org.fudaa.framework</groupId>
- <artifactId>fudaa-framework</artifactId>
- <version>1.3-SNAPSHOT</version>
- <url>http://www.fudaa.fr/sites/devel/fudaa-framework/</url>
- <properties>
- <projetEncoding>ISO-8859-15</projetEncoding>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <version>1.2</version>
+ </parent>
+ <groupId>org.fudaa.framework</groupId>
+ <artifactId>fudaa-framework</artifactId>
+ <version>1.3-SNAPSHOT</version>
+ <url>http://www.fudaa.fr/sites/devel/fudaa-framework/</url>
+ <properties>
+ <projetEncoding>ISO-8859-15</projetEncoding>
<!-- la version du compiler -->
- <javaCompiler>1.6</javaCompiler>
- </properties>
- <packaging>pom</packaging>
- <name>Fudaa Framework</name>
- <description>La partie commune du framework fudaa</description>
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework/fudaa-framework-1.2
- </connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework/fudaa-framework-1.2
- </developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/framework/fudaa-framework-1.2
- </url>
- </scm>
- <modules>
- <module>ctulu-fu</module>
- <module>ctulu-bu</module>
- <module>ctulu-common</module>
- <module>ctulu-ui</module>
- <module>ctulu-video</module>
- <module>ctulu-gis</module>
- <module>dodico-common</module>
- <module>ebli-common</module>
- <module>ebli-graphe</module>
- <module>ebli-1d</module>
- <module>ebli-2d</module>
- <module>ebli-3d</module>
- <module>ebli-visuallibrary</module>
- <module>fudaa-common</module>
- <module>fudaa-common-courbe</module>
- <module>fudaa-common-save</module>
- <module>fudaa-dico</module>
- </modules>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>${ctuluGroupId}</groupId>
- <artifactId>ctulu-fu</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ctuluGroupId}</groupId>
- <artifactId>ctulu-bu</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ctuluGroupId}</groupId>
- <artifactId>ctulu-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ctuluGroupId}</groupId>
- <artifactId>ctulu-ui</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ctuluGroupId}</groupId>
- <artifactId>ctulu-video</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ctuluGroupId}</groupId>
- <artifactId>ctulu-gis</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ctuluGroupId}</groupId>
- <artifactId>ctulu-gis</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
+ <javaCompiler>1.6</javaCompiler>
+ </properties>
+ <packaging>pom</packaging>
+ <name>Fudaa Framework</name>
+ <description>La partie commune du framework fudaa</description>
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework/fudaa-framework-1.2
+ </connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework/fudaa-framework-1.2
+ </developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/tags/framework/fudaa-framework-1.2
+ </url>
+ </scm>
+ <modules>
+ <module>ctulu-fu</module>
+ <module>ctulu-bu</module>
+ <module>ctulu-common</module>
+ <module>ctulu-ui</module>
+ <module>ctulu-video</module>
+ <module>ctulu-gis</module>
+ <module>dodico-common</module>
+ <module>ebli-common</module>
+ <module>ebli-graphe</module>
+ <module>ebli-1d</module>
+ <module>ebli-2d</module>
+ <module>ebli-3d</module>
+ <module>ebli-visuallibrary</module>
+ <module>fudaa-common</module>
+ <module>fudaa-common-courbe</module>
+ <module>fudaa-common-save</module>
+ <module>fudaa-dico</module>
+ </modules>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-fu</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-bu</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-ui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-video</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-gis</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ctuluGroupId}</groupId>
+ <artifactId>ctulu-gis</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<!-- dodico-->
- <dependency>
- <groupId>${dodicoGroupId}</groupId>
- <artifactId>dodico-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${dodicoGroupId}</groupId>
- <artifactId>dodico-common</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
+ <dependency>
+ <groupId>${dodicoGroupId}</groupId>
+ <artifactId>dodico-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${dodicoGroupId}</groupId>
+ <artifactId>dodico-common</artifactId>
+ <version>${project.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<!-- ebli-->
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-common</artifactId>
- <scope>test</scope>
- <type>test-jar</type>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-graphe</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-1d</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-2d</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-2d</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- <type>test-jar</type>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-3d</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-3d</artifactId>
- <version>${project.version}</version>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-common</artifactId>
+ <scope>test</scope>
+ <type>test-jar</type>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-graphe</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-1d</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-2d</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-2d</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-3d</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-3d</artifactId>
+ <version>${project.version}</version>
<!--
voir http://maven.apache.org/guides/mini/guide-attached-tests.html
-->
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${ebliGroupId}</groupId>
- <artifactId>ebli-visuallibrary</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${fudaaGroupId}</groupId>
- <artifactId>fudaa-common</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${fudaaGroupId}</groupId>
- <artifactId>fudaa-common-courbe</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>${fudaaGroupId}</groupId>
- <artifactId>fudaa-common-save</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
- <artifactId>dico-ui</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
- <artifactId>dico-server</artifactId>
- <version>${project.version}</version>
- </dependency>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${ebliGroupId}</groupId>
+ <artifactId>ebli-visuallibrary</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${fudaaGroupId}</groupId>
+ <artifactId>fudaa-common</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${fudaaGroupId}</groupId>
+ <artifactId>fudaa-common-courbe</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${fudaaGroupId}</groupId>
+ <artifactId>fudaa-common-save</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
+ <artifactId>dico-ui</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.fudaa.framework.fudaa.fudaa-dico</groupId>
+ <artifactId>dico-server</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- dependence externes -->
- <dependency>
- <groupId>jsci</groupId>
- <artifactId>jsci</artifactId>
- <version>legacy</version>
- </dependency>
- <dependency>
- <groupId>expr</groupId>
- <artifactId>expr</artifactId>
- <version>legacy</version>
- </dependency>
- <dependency>
- <groupId>koml</groupId>
- <artifactId>koml</artifactId>
- <version>legacy</version>
- </dependency>
- <dependency>
- <groupId>trove</groupId>
- <artifactId>trove</artifactId>
+ <dependency>
+ <groupId>jsci</groupId>
+ <artifactId>jsci</artifactId>
+ <version>legacy</version>
+ </dependency>
+ <dependency>
+ <groupId>expr</groupId>
+ <artifactId>expr</artifactId>
+ <version>legacy</version>
+ </dependency>
+ <dependency>
+ <groupId>koml</groupId>
+ <artifactId>koml</artifactId>
+ <version>legacy</version>
+ </dependency>
+ <dependency>
+ <groupId>trove</groupId>
+ <artifactId>trove</artifactId>
<!--
attention la version 2.1.1 est bogue pour le calcul du min sur
TDoubleArrayList
-->
- <version>2.0.4</version>
- </dependency>
- <dependency>
- <groupId>PDFRenderer</groupId>
- <artifactId>PDFRenderer</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>net.sourceforge.jexcelapi</groupId>
- <artifactId>jxl</artifactId>
- <version>2.6.3</version>
- <exclusions>
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>jfree</groupId>
- <artifactId>jfreechart</artifactId>
- <version>1.0.11</version>
- <exclusions>
- <exclusion>
- <groupId>gnujaxp</groupId>
- <artifactId>gnujaxp</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils-core</artifactId>
- <version>1.8.3</version>
- </dependency>
+ <version>2.0.4</version>
+ </dependency>
+ <dependency>
+ <groupId>PDFRenderer</groupId>
+ <artifactId>PDFRenderer</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>net.sourceforge.jexcelapi</groupId>
+ <artifactId>jxl</artifactId>
+ <version>2.6.3</version>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>jfree</groupId>
+ <artifactId>jfreechart</artifactId>
+ <version>1.0.11</version>
+ <exclusions>
+ <exclusion>
+ <groupId>gnujaxp</groupId>
+ <artifactId>gnujaxp</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.5</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils-core</artifactId>
+ <version>1.8.3</version>
+ </dependency>
<!-- <dependency> -->
<!-- <groupId>org.slf4j</groupId> -->
<!-- <artifactId>log4j-over-slf4j</artifactId> -->
@@ -260,148 +260,148 @@
<!-- <version>0.9.11</version> -->
<!-- </dependency> -->
- <dependency>
- <groupId>com.lowagie</groupId>
- <artifactId>itext</artifactId>
- <version>2.1.7</version>
- <exclusions>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bcmail-jdk14</artifactId>
- </exclusion>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bcprov-jdk14</artifactId>
- </exclusion>
- <exclusion>
- <groupId>bouncycastle</groupId>
- <artifactId>bctsp-jdk14</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>fgis</groupId>
- <artifactId>fgis</artifactId>
- <version>2.2.1</version>
- </dependency>
- <dependency>
- <groupId>javax.media</groupId>
- <artifactId>jai_core</artifactId>
- <version>1.1.3</version>
- </dependency>
- <dependency>
- <groupId>javax.media</groupId>
- <artifactId>jai_codec</artifactId>
- <version>1.1.3</version>
- </dependency>
- <dependency>
- <groupId>java3d</groupId>
- <artifactId>j3d-core</artifactId>
- <version>1.3.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>java3d</groupId>
- <artifactId>j3d-core-utils</artifactId>
- <version>1.3.1</version>
- <scope>provided</scope>
- </dependency>
+ <dependency>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ <version>2.1.7</version>
+ <exclusions>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcmail-jdk14</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk14</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bctsp-jdk14</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>fgis</groupId>
+ <artifactId>fgis</artifactId>
+ <version>2.2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.media</groupId>
+ <artifactId>jai_core</artifactId>
+ <version>1.1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.media</groupId>
+ <artifactId>jai_codec</artifactId>
+ <version>1.1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>java3d</groupId>
+ <artifactId>j3d-core</artifactId>
+ <version>1.3.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>java3d</groupId>
+ <artifactId>j3d-core-utils</artifactId>
+ <version>1.3.1</version>
+ <scope>provided</scope>
+ </dependency>
- <dependency>
- <groupId>org.swinglabs</groupId>
- <artifactId>swingx</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>jep</groupId>
- <artifactId>jep-fudaa</artifactId>
- <version>2.4.1</version>
- </dependency>
- <dependency>
- <groupId>javax.measure</groupId>
- <artifactId>jsr-275</artifactId>
- <version>0.9.1</version>
- </dependency>
- <dependency>
- <groupId>com.thoughtworks.xstream</groupId>
- <artifactId>xstream</artifactId>
- <version>1.3.1</version>
- </dependency>
- <dependency>
- <groupId>com.db4o</groupId>
- <artifactId>db4o-java5</artifactId>
- <version>5.5</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.7.1</version>
- </dependency>
- <dependency>
- <groupId>org.netbeans</groupId>
- <artifactId>api-visual</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>org.openide</groupId>
- <artifactId>util</artifactId>
- <version>2.0</version>
- </dependency>
+ <dependency>
+ <groupId>org.swinglabs</groupId>
+ <artifactId>swingx</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>jep</groupId>
+ <artifactId>jep-fudaa</artifactId>
+ <version>2.4.1</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.measure</groupId>
+ <artifactId>jsr-275</artifactId>
+ <version>0.9.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>1.4.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.db4o</groupId>
+ <artifactId>db4o-java5</artifactId>
+ <version>5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.netbeans</groupId>
+ <artifactId>api-visual</artifactId>
+ <version>2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.openide</groupId>
+ <artifactId>util</artifactId>
+ <version>2.0</version>
+ </dependency>
<!-- Test -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework
- </tagBase>
- </configuration>
- </plugin>
- </plugins>
- <pluginManagement>
- <plugins>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/framework
+ </tagBase>
+ </configuration>
+ </plugin>
+ </plugins>
+ <pluginManagement>
+ <plugins>
<!--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>
- org.apache.maven.plugins
- </groupId>
- <artifactId>
- maven-antrun-plugin
- </artifactId>
- <versionRange>
- [1.3,)
- </versionRange>
- <goals>
- <goal>run</goal>
- </goals>
- </pluginExecutionFilter>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
+ <plugin>
+ <groupId>org.eclipse.m2e</groupId>
+ <artifactId>lifecycle-mapping</artifactId>
+ <version>1.0.0</version>
+ <configuration>
+ <lifecycleMappingMetadata>
+ <pluginExecutions>
+ <pluginExecution>
+ <pluginExecutionFilter>
+ <groupId>
+ org.apache.maven.plugins
+ </groupId>
+ <artifactId>
+ maven-antrun-plugin
+ </artifactId>
+ <versionRange>
+ [1.3,)
+ </versionRange>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </pluginExecutionFilter>
+ <action>
+ <ignore />
+ </action>
+ </pluginExecution>
+ </pluginExecutions>
+ </lifecycleMappingMetadata>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|