Package: jglobus / 2.1.0-1

jglobus-no-sonatype.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
diff -ur JGlobus-JGlobus-Release-2.1.0.orig/pom.xml JGlobus-JGlobus-Release-2.1.0/pom.xml
--- JGlobus-JGlobus-Release-2.1.0.orig/pom.xml	2014-09-26 05:46:02.000000000 +0200
+++ JGlobus-JGlobus-Release-2.1.0/pom.xml	2014-10-02 22:25:50.996000000 +0200
@@ -53,13 +53,6 @@
 	  <tag>JGlobus-Release-2.1.0</tag>
   </scm>
 
-	<!-- Sonatype repo integration -->
-	<parent>
-		<groupId>org.sonatype.oss</groupId>
-		<artifactId>oss-parent</artifactId>
-		<version>7</version>
-	</parent>
-
 	<build>
 		<plugins>
 			<plugin>
@@ -72,18 +65,6 @@
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-source-plugin</artifactId>
-				<version>2.3</version>
-				<executions>
-					<execution>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId>
 				<version>2.17</version>
 				<configuration>
@@ -91,15 +72,6 @@
 					<skipTests>true</skipTests>
 				</configuration>
 			</plugin>
-			<!-- See: http://jira.codehaus.org/browse/MRELEASE-579
-			     We need at least this version of the release plugin in order
-			     to have functioning git integration with branches
-			     -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-release-plugin</artifactId>
-				<version>2.5</version>
-			</plugin>
 		</plugins>
 	</build>
 	<dependencyManagement>