Author: kmorin Date: 2009-10-28 18:02:24 +0100 (Wed, 28 Oct 2009) New Revision: 291 Removed: core-maven-dependencies.png pom.xml src/ Log: Deleted: core-maven-dependencies.png =================================================================== (Binary files differ) Deleted: pom.xml =================================================================== --- pom.xml 2009-10-28 17:02:08 UTC (rev 290) +++ pom.xml 2009-10-28 17:02:24 UTC (rev 291) @@ -1,79 +0,0 @@ -<?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> - - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - - <groupId>org.sharengo.wikengo</groupId> - <artifactId>core-wikitty</artifactId> - <version>1.0-CL-SNAPSHOT</version> - - <modules> - <module>wikengo_core-wikitty-api</module> - <module>wikengo_core-wikitty-jdbc-impl</module> - </modules> - - <parent> - <groupId>org.sharengo.wikengo</groupId> - <artifactId>mavenpom</artifactId> - <version>1.0.0-SNAPSHOT</version> - </parent> - - <dependencyManagement> - <dependencies> - </dependencies> - </dependencyManagement> - - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - - <name>org.sharengo.wikengo.core-wikitty</name> - - <description>wikitty multi-module project</description> - <inceptionYear>2009</inceptionYear> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>pom</packaging> - - <properties> - <!-- pour un muli module on doit fixer le projectId --> - <projectId>core-wikitty</projectId> - </properties> - - <build> - </build> - - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - - <repositories> - - <repository> - <id>sharengo-maven2-repository</id> - <name>Sharengo's repository</name> - <url>http://maven2.sharengo.org</url> - <snapshots> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - <checksumPolicy>warn</checksumPolicy> - </releases> - </repository> - - </repositories> - -</project> - - - -
participants (1)
-
kmorin@users.nuiton.org