github-code-scanning[bot] commented on code in PR #1272:
URL: https://github.com/apache/cxf/pull/1272#discussion_r1193765767


##########
.mvn/settings.xml:
##########
@@ -0,0 +1,22 @@
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0";
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 
https://maven.apache.org/xsd/settings-1.0.0.xsd";>
+    <profiles>
+        <profile>
+            <id>Github</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <repositories>
+                <repository>
+                    <id>asf-snapshots</id>
+                    <name>ASF Snapshots</name>
+                    <url>http://repository.apache.org/snapshots/</url>
+                    <snapshots>
+                        <enabled>true</enabled>
+                    </snapshots>
+                </repository>

Review Comment:
   ## Failure to use HTTPS or SFTP URL in Maven artifact upload/download
   
   Downloading or uploading artifacts over insecure protocol (eg. http or ftp) 
to/from repository http://repository.apache.org/snapshots/
   
   [Show more 
details](https://github.com/apache/cxf/security/code-scanning/1945)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to