changes to fix settings.xml and properties 75/17375/1
authorTej, Tarun <tt3868@att.com>
Thu, 5 Oct 2017 20:49:18 +0000 (16:49 -0400)
committerTej, Tarun <tt3868@att.com>
Thu, 5 Oct 2017 20:49:38 +0000 (16:49 -0400)
Changes to settings.xml file to point to ONAP repos and xacml pdp
properties changes to point to proper class.

Issue-Id: POLICY-295
Change-Id: I7d501fc76a457b513353e51287dd39302051ea22
Signed-off-by: Tej, Tarun <tt3868@att.com>
ONAP-PDP-REST/src/test/resources/xacml.pdp.properties
packages/base/src/files/install/servers/pdp/bin/xacml.pdp.properties
packages/base/src/files/m2/settings.xml

index bb174b9..2013a1f 100644 (file)
@@ -42,7 +42,7 @@ aafClient.impl.className=org.onap.policy.utils.AAFPolicyClientImpl
 # AT&T RESTful PDP Implementation Factories
 #
 xacml.pipFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory
-xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.XACMLPdpPolicyFinderFactory
+xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPolicyFinderFactory
 #
 # When set to true, this flag tells the StdPolicyFinderFactory to combined all the root policy files into
 # into one PolicySet and use the given Policy Algorithm.
index c9a73f6..f8ec66d 100644 (file)
@@ -42,7 +42,7 @@ aafClient.impl.className=org.onap.policy.utils.AAFPolicyClientImpl
 # AT&T RESTful PDP Implementation Factories
 #
 xacml.pipFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPIPFinderFactory
-xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.XACMLPdpPolicyFinderFactory
+xacml.att.policyFinderFactory=org.onap.policy.pdp.rest.impl.XACMLPdpPolicyFinderFactory
 #
 # When set to true, this flag tells the StdPolicyFinderFactory to combined all the root policy files into
 # into one PolicySet and use the given Policy Algorithm.
index 50bda75..3c51ac3 100644 (file)
             <updatePolicy>always</updatePolicy>
          </snapshots>
         </repository>
-       
+           <repository>
+              <id>onap-releases</id>
+              <name>onap-releases</name>
+              <url>https://nexus.onap.org/content/repositories/releases/</url>
+              <releases>
+              <enabled>true</enabled>
+           </releases>
+           <snapshots>
+              <enabled>false</enabled>
+           </snapshots>
+        </repository>
+           <repository>
+              <id>onap-staging</id>
+                  <name>onap-staging</name>
+                  <url>https://nexus.onap.org/content/repositories/staging/</url>
+                  <releases>
+                     <enabled>true</enabled>
+              <updatePolicy>always</updatePolicy>
+           </releases>
+           <snapshots>
+              <enabled>false</enabled>
+           </snapshots>
+           </repository>
+           <repository>
+                  <id>onap-snapshots</id>
+                  <name>onap-snapshots</name>
+                  <url>https://nexus.onap.org/content/repositories/snapshots/</url>
+                  <releases>
+                     <enabled>false</enabled>
+                  </releases>
+           <snapshots>
+              <enabled>true</enabled>
+              <updatePolicy>always</updatePolicy>
+           </snapshots>
+           </repository>
         <repository>
           <id>${{releaseRepositoryID}}</id>
           <url>${{releaseRepositoryURL}}</url>