From: <de...@us...> - 2011-11-25 14:16:29
|
Revision: 6711 http://fudaa.svn.sourceforge.net/fudaa/?rev=6711&view=rev Author: deniger Date: 2011-11-25 14:16:23 +0000 (Fri, 25 Nov 2011) Log Message: ----------- Modified Paths: -------------- trunk/soft/fudaa-crue/pom.xml Modified: trunk/soft/fudaa-crue/pom.xml =================================================================== --- trunk/soft/fudaa-crue/pom.xml 2011-11-25 14:15:54 UTC (rev 6710) +++ trunk/soft/fudaa-crue/pom.xml 2011-11-25 14:16:23 UTC (rev 6711) @@ -1,6 +1,16 @@ <?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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.fudaa.pom</groupId> + <artifactId>soft-pom</artifactId> + <version>1.0</version> + </parent> + <groupId>org.fudaa.soft.fudaa-crue</groupId> + <artifactId>fudaa-crue</artifactId> + <version>0.38-SNAPSHOT</version> + <name>Fudaa-Crue</name> + <packaging>pom</packaging> <properties> <projetEncoding>UTF-8</projetEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -12,18 +22,6 @@ <netbeans.version>RELEASE70</netbeans.version> <brandingToken>fudaacrue</brandingToken> </properties> - - <parent> - <groupId>org.fudaa.pom</groupId> - <artifactId>soft-pom</artifactId> - <version>0.9</version> - </parent> - <groupId>org.fudaa.soft.fudaa-crue</groupId> - <artifactId>fudaa-crue</artifactId> - <version>0.38-SNAPSHOT</version> - <name>Fudaa-Crue</name> - <packaging>pom</packaging> - <modules> <module>crue-server</module> <!-- <module>crue-ui</module>--> @@ -136,53 +134,5 @@ </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></ignore> - </action> - </pluginExecution> - <pluginExecution> - <pluginExecutionFilter> - <groupId>org.codehaus.mojo</groupId> - <artifactId> - nbm-maven-plugin - </artifactId> - <versionRange>[3.5,)</versionRange> - <goals> - <goal>manifest</goal> - </goals> - </pluginExecutionFilter> - <action> - <ignore></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. |