mirror of https://github.com/sipwise/jitsi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
2.9 KiB
107 lines
2.9 KiB
Index: jitsi/lib/src/irc-api/pom.xml
|
|
Description: Updates pom.xml or irc api to be able to mvn-debian build.
|
|
===================================================================
|
|
--- jitsi.orig/lib/src/irc-api/pom.xml
|
|
+++ jitsi/lib/src/irc-api/pom.xml
|
|
@@ -8,11 +8,11 @@
|
|
<name>IRC API</name>
|
|
<description>Open source Java IRC API</description>
|
|
<packaging>jar</packaging>
|
|
- <parent>
|
|
+ <!--parent>
|
|
<groupId>org.sonatype.oss</groupId>
|
|
<artifactId>oss-parent</artifactId>
|
|
<version>7</version>
|
|
- </parent>
|
|
+ </parent-->
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -33,7 +33,7 @@
|
|
</scm>
|
|
|
|
<dependencies>
|
|
- <dependency>
|
|
+ <!--dependency>
|
|
<groupId>com.googlecode.jmockit</groupId>
|
|
<artifactId>jmockit</artifactId>
|
|
<version>0.999.12</version>
|
|
@@ -42,18 +42,18 @@
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
- <version>4.9</version>
|
|
+ <version>debian</version>
|
|
<scope>test</scope>
|
|
- </dependency>
|
|
+ </dependency-->
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
- <version>1.6.1</version>
|
|
+ <version>debian</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
- <version>1.4</version>
|
|
+ <version>debian</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
@@ -76,18 +76,17 @@
|
|
</resource>
|
|
</resources>
|
|
<plugins>
|
|
- <plugin>
|
|
+ <!--plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
<version>2.8</version>
|
|
<configuration>
|
|
<useProjectReferences>false</useProjectReferences>
|
|
</configuration>
|
|
- </plugin>
|
|
+ </plugin-->
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
- <version>2.3.2</version>
|
|
<configuration>
|
|
<source>1.6</source>
|
|
<target>1.6</target>
|
|
@@ -98,7 +97,6 @@
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
- <version>2.3.2</version>
|
|
<configuration>
|
|
<archive>
|
|
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
@@ -108,6 +106,7 @@
|
|
<plugin>
|
|
<groupId>org.apache.felix</groupId>
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
+ <version>2.3.7</version>
|
|
<executions>
|
|
<execution>
|
|
<id>bundle-manifest</id>
|
|
@@ -124,7 +123,7 @@
|
|
</instructions>
|
|
</configuration>
|
|
</plugin>
|
|
- <plugin>
|
|
+ <!--plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
<version>2.11</version>
|
|
@@ -139,7 +138,7 @@
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
<version>2.9</version>
|
|
- </plugin>
|
|
+ </plugin-->
|
|
</plugins>
|
|
<pluginManagement>
|
|
<plugins>
|