[libcodesize-java] 01/02: Use upstream's pom.xml file.
Markus Koschany
apo-guest at moszumanska.debian.org
Thu Oct 23 17:53:35 BST 2014
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository libcodesize-java.
commit ae4dddaf31eb9e13666159f0dde293e5f82864ae
Author: Markus Koschany <apo at gambaru.de>
Date: Wed Oct 22 22:16:54 2014 +0200
Use upstream's pom.xml file.
---
debian/libcodesize-java.poms | 2 +-
debian/pom.xml | 96 --------------------------------------------
2 files changed, 1 insertion(+), 97 deletions(-)
diff --git a/debian/libcodesize-java.poms b/debian/libcodesize-java.poms
index 9ca33e1..6f9e457 100644
--- a/debian/libcodesize-java.poms
+++ b/debian/libcodesize-java.poms
@@ -1 +1 @@
-debian/pom.xml --no-parent --usj-name=codesize
+codesize/pom.xml --no-parent --usj-name=codesize
diff --git a/debian/pom.xml b/debian/pom.xml
deleted file mode 100644
index e91e353..0000000
--- a/debian/pom.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<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.sonatype.oss</groupId>
- <artifactId>oss-parent</artifactId>
- <version>7</version>
- </parent>
- <groupId>net.sf.robocode</groupId>
- <artifactId>codesize</artifactId>
- <packaging>jar</packaging>
- <version>1.1</version>
- <name>Robocode module codesize</name>
- <description>Codesize library for robocode</description>
- <scm>
- <connection>scm:git:git://github.com/robo-code/codesize.git</connection>
- <developerConnection>scm:git:https://github.com/robo-code/codesize.git</developerConnection>
- <tag>codesize-1.1</tag>
- </scm>
- <developers>
- <developer>
- <id>flemming-n-larsen</id>
- <name>Flemming N. Larsen</name>
- <roles>
- <role>owner</role>
- </roles>
- </developer>
- </developers>
- <organization>
- <name>Robocode</name>
- <url>http://robocode.sf.net</url>
- </organization>
- <url>http://robocode.sf.net</url>
- <licenses>
- <license>
- <name>Apache License 2.0</name>
- <url>http://spdx.org/licenses/Apache-2.0</url>
- </license>
- </licenses>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.bcel</groupId>
- <artifactId>bcel</artifactId>
- <version>5.2</version>
- </dependency>
- </dependencies>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.4.1</version>
- <configuration>
- <mavenExecutorId>forked-path</mavenExecutorId>
- <useReleaseProfile>false</useReleaseProfile>
- <arguments>-Psonatype-oss-release</arguments>
- </configuration>
- </plugin>
-
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <mainClass>codesize.Codesize</mainClass>
- </manifest>
- </archive>
- <descriptorRefs>
- <descriptorRef>jar-with-dependencies</descriptorRef>
- </descriptorRefs>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-idea-plugin</artifactId>
- <configuration>
- <jdkLevel>1.3</jdkLevel>
- <jdkName>1.3</jdkName>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.3</source>
- <target>1.3</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-</project>
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcodesize-java.git
More information about the pkg-java-commits
mailing list