Update global-settings file for SBOM
[ci-management.git] / jenkins-config / managed-config-files / globalMavenSettings / global-settings / content
index adaaa1b..fa53669 100644 (file)
         </pluginRepository>
       </pluginRepositories>
     </profile>
-
+    <profile>
+      <id>local_m2</id>
+      <repositories>
+        <repository>
+          <id>local_m2</id>
+          <name>local_m2</name>
+            <url>file:///tmp/r</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+        </repository>
+      </repositories>
+    </profile>
   </profiles>
 
   <activeProfiles>
     <activeProfile>onap-settings</activeProfile>
     <activeProfile>releases</activeProfile>
     <activeProfile>snapshots</activeProfile>
+    <activeProfile>local_m2</activeProfile>
   </activeProfiles>
 </settings>