[pkg-java] r16042 - trunk/maven-repo-helper
Ludovic Claude
ludovicc-guest at alioth.debian.org
Sun May 6 21:49:30 UTC 2012
Author: ludovicc-guest
Date: 2012-05-06 21:49:30 +0000 (Sun, 06 May 2012)
New Revision: 16042
Added:
trunk/maven-repo-helper/MOVED-TO-GIT
Removed:
trunk/maven-repo-helper/debian/
trunk/maven-repo-helper/doc/
trunk/maven-repo-helper/pom.xml
trunk/maven-repo-helper/src/
Log:
Move maven-repo-helper to Git repository
Added: trunk/maven-repo-helper/MOVED-TO-GIT
===================================================================
--- trunk/maven-repo-helper/MOVED-TO-GIT (rev 0)
+++ trunk/maven-repo-helper/MOVED-TO-GIT 2012-05-06 21:49:30 UTC (rev 16042)
@@ -0,0 +1 @@
+Moved to Git repository at git.debian.org/git/pkg-java/maven-repo-helper.git
Deleted: trunk/maven-repo-helper/pom.xml
===================================================================
--- trunk/maven-repo-helper/pom.xml 2012-05-05 10:18:33 UTC (rev 16041)
+++ trunk/maven-repo-helper/pom.xml 2012-05-06 21:49:30 UTC (rev 16042)
@@ -1,82 +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/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.debian.maven</groupId>
- <artifactId>maven-repo-helper</artifactId>
- <name>Maven Repo helper</name>
- <packaging>jar</packaging>
- <version>1.7.1</version>
- <description>Provides support for managing the Maven repository in a Debian distribution.</description>
-
- <inceptionYear>2009</inceptionYear>
- <url>https://code.launchpad.net/maven-packaging-support/</url>
- <licenses>
- <license>
- <name>BSD</name>
- <url>http://opensource.org/licenses/bsd-license.php</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <developers>
- <developer>
- <name>Ludovic Claude</name>
- <email>ludovic.claude at laposte.net</email>
- <roles>
- <role>Developer</role>
- </roles>
- <timezone>+0</timezone>
- </developer>
- </developers>
-
- <issueManagement>
- <system>launchpad</system>
- <url>https://bugs.launchpad.net/maven-packaging-support</url>
- </issueManagement>
- <scm>
- <connection>scm:bzr:lp:~ludovicc/maven-packaging-support/maven-repo-helper</connection>
- <developerConnection>scm:bzr:lp:~ludovicc/maven-packaging-support/maven-repo-helper</developerConnection>
- <url>http://bazaar.launchpad.net/~ludovicc/maven-packaging-support/maven-repo-helper/files</url>
- </scm>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*Test.java</include>
- </includes>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <version>1.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
-</project>
More information about the pkg-java-commits
mailing list