Patch: https:// instead of http:// for maven repo

9 views
Skip to first unread message

jorge....@gmail.com

unread,
Apr 13, 2020, 1:29:41 AM4/13/20
to XtreemFS
Hello,

I could not build XtreemFS from a fresh git clone, because the maven repo required https instead of http.

Find below a patch to fix this.

I'd also suggest to add maven itself as a requisite to build from source.

Best Regards,

  Georg Lehner

- - -
diff --git a/interface/settings.xml b/interface/settings.xml
index 6a2830cdf..1a1152170 100644
--- a/interface/settings.xml
+++ b/interface/settings.xml
@@ -8,7 +8,7 @@
       <repositories>
         <repository>
           <id>central</id>
-          <url>http://repo.maven.apache.org/maven2</url>
+          <url>https://repo.maven.apache.org/maven2</url>
         </repository>
 
         <repository>
diff --git a/java/settings.xml b/java/settings.xml
index c073241ac..07176ba10 100644
--- a/java/settings.xml
+++ b/java/settings.xml
@@ -8,7 +8,7 @@
       <repositories>
         <repository>
           <id>central</id>
-          <url>http://repo.maven.apache.org/maven2</url>
+          <url>https://repo.maven.apache.org/maven2</url>
         </repository>
 
         <repository>

Florian Schintke

unread,
Apr 13, 2020, 4:15:02 PM4/13/20
to xtre...@googlegroups.com
Hi,

thank you for the suggestion. I applied the patch in commit
92fc776.

Best regards,
Florian Schintke
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "XtreemFS" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to xtreemfs+u...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/xtreemfs/49bc1ac8-3853-4a53-8ca3-cfd7a4a0010c%40googlegroups.com.

Reply all
Reply to author
Forward
0 new messages