Author: tchemit Date: 2010-05-05 12:49:14 +0200 (Wed, 05 May 2010) New Revision: 409 Url: http://nuiton.org/repositories/revision/sandbox/409 Log: add test Added: sandbox-test/tags/ sandbox-test/trunk/ sandbox-test/trunk/pom.xml Added: sandbox-test/trunk/pom.xml =================================================================== --- sandbox-test/trunk/pom.xml (rev 0) +++ sandbox-test/trunk/pom.xml 2010-05-05 10:49:14 UTC (rev 409) @@ -0,0 +1,73 @@ +<?xml version="1.0"?> +<!-- + #%L + Nuiton Java-2-R library + + $Id$ + $HeadURL$ + %% + Copyright (C) 2006 - 2010 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<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> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + + <parent> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom4redmine</artifactId> + <version>2.1.3</version> + </parent> + + <groupId>org.michmuch</groupId> + <artifactId>nuiton-sandbox-test</artifactId> + <version>1.0.0-SNAPSHOT</version> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + <name>Nuiton Sandbox test</name> + <description>Pour tester le multi-module sur redmine.</description> + <inceptionYear>2010</inceptionYear> + <url>http://maven-site.nuiton.org/sandbox-test</url> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>pom</packaging> + + <properties> + + <!-- extra files to include in release --> + <redmine.releaseFiles>pom.xml</redmine.releaseFiles> + + </properties> + + <!-- Source control management. --> + <scm> + <connection>scm:svn:http://svn.nuiton.org/svn/sandbox/sandbox-testtrunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/sandobx/sandbox-test/trunk</developerConnection> + <url>http://www.nuiton.org/repositories/browse/sandobx/sandbox-test/trunk</url> + </scm> + +</project> Property changes on: sandbox-test/trunk/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL
participants (1)
-
tchemit@users.nuiton.org