Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 May 2012 14:24:43 +0200
From:      Horst Leitenmueller <horst.leitenmueller@liwest.at>
To:        Jonathan Chen <jonc@chen.org.nz>
Cc:        freebsd-ports@freebsd.org, freebsd-java@FreeBSD.org
Subject:   Patch for JBoss5 to make it buildable again (Maven/JBoss Repositories Problem)
Message-ID:  <75AA0468-E741-4765-8CC1-158677056C0E@liwest.at>

next in thread | raw e-mail | index | archive | help

--Apple-Mail-172--111485931
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hi Jonathan,

as portmaintainer could you please change the actual =
/usr/ports/jboss5/files/patch-pom-xml with this one


--Apple-Mail-172--111485931
Content-Disposition: attachment;
	filename=patch-pom-xml
Content-Type: application/octet-stream;
	name="patch-pom-xml"
Content-Transfer-Encoding: 7bit

--- pom.xml.orig	2012-05-11 16:49:20.000000000 +0200
+++ pom.xml	2012-05-12 11:27:13.000000000 +0200
@@ -285,7 +285,7 @@
     <repository>
       <id>repository.jboss.org</id>
       <name>JBoss Releases Repository</name>
-      <url>http://repository.jboss.org/maven2</url>;
+      <url>http://repository.jboss.org/nexus/content/groups/public</url>;
       <releases>
         <enabled>true</enabled>
       </releases>
@@ -293,7 +293,7 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
-    <repository>
+	<repository>
       <id>snapshots.jboss.org</id>
       <name>JBoss Snapshots Repository</name>
       <url>http://snapshots.jboss.org/maven2</url>;
@@ -304,6 +304,50 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
+	<repository>
+      <id>releases.jboss.org</id>
+      <name>JBoss Release Repository</name>
+      <url>https://repository.jboss.org/nexus/content/repositories/releases/</url>;
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>public.jboss.org</id>
+      <name>JBoss Public Repository</name>
+      <url>https://repository.jboss.org/nexus/content/repositories/public/</url>;
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>thirdparty.jboss.org</id>
+      <name>JBoss Thirdparty Repository</name>
+      <url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url>;
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+    <repository>
+      <id>deprecated.jboss.org</id>
+      <name>JBoss Deprecated Repository</name>
+      <url>https://repository.jboss.org/nexus/content/repositories/deprecated</url>;
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <!-- Plugin Repositories -->
@@ -311,7 +355,7 @@
     <pluginRepository>
       <id>repository.jboss.org</id>
       <name>JBoss Plugin Releases</name>
-      <url>http://repository.jboss.org/maven2</url>;
+      <url>http://repository.jboss.org/nexus/content/groups/public-jboss</url>;
       <releases>
         <enabled>true</enabled>
       </releases>
@@ -330,6 +374,17 @@
         <enabled>true</enabled>
       </snapshots>
     </pluginRepository>
+	<pluginRepository>
+      <id>releases.jboss.org</id>
+      <name>JBoss Release Repository</name>
+      <url>https://repository.jboss.org/nexus/content/repositories/releases/</url>;
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </pluginRepository>
   </pluginRepositories>
   
   <profiles>

--Apple-Mail-172--111485931
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii



i change all repositories to the actual valid ones, the actual patch =
contains glassfish repo which responds with garbage...
and jboss5 is not buildable with the actual patch

tested it: on 8.2-RELEASE-p6 amd64=20

thanx in advance
br horst


PS if urgent for somebody change the =
/usr/ports/jboss5/files/patch-pom-xml with the attached one; nothing =
else todo=

--Apple-Mail-172--111485931--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?75AA0468-E741-4765-8CC1-158677056C0E>