Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Artifactory Configuration

  • LDAP: You need to change default user settings and configure LDAP to enable full integration of RHPAM ecosystem:
    • Change the default admin password. The default user will have the following credentials predefined in the system:
      • User: admin
      • Password: password
    • Configure LDAP settings using Admin module left-hand side: Artifactory-LDAP
    • Logout and login with pamadmin user. Artifactory automatically adds the user to its user DB.
    • Logout and login with admin user. Add deploy permisson to libs-release-local and libs-snapshot-local repos for pamadmin.
  • RedHat repos: You need to add remote repositories listed in RedHat repositories page.
  • Virtual repo: You need to add a virtual repo as follows and use that within pom.xml of business project: Artifactory-Virtual
      <distributionManagement>
        <snapshotRepository>
            <id>snapshots</id>
            <name>libs-snapshots-local</name>
            <url>http://mavenserver:8081/artifactory/pam</url>
        </snapshotRepository>
      </distributionManagement>

RHPAM Maven Integration

  • Use custom settings.xml
  • Set kie.maven.settings.custom property with /usr/share/maven/conf/settings.xml in standalone-full.xml
  • Put the custom file under /usr/share/maven/conf/settings.xml during Docker build