Prepare Source Code
Prepare Source Code
Note: Role: Tech Lead
Dependent on | By | Documentation |
---|---|---|
Source control provisioning | IT Operations | Prepare Infrastructure |
Maven repository setup | Dev Ops | Setup Maven Repository |
Unzip Source Release Packages
Add Project to Source Control
Configure the Maven settings.xml File
- Replace the <mirror> <url> at the top of the file with the <Project EP Repository Group URL> documented during Setup Maven Repository.
- Make any changes required for your project environment.
- Commit the changes to source control.
- Copy the settings.xml to your local ${user.home}/.m2 directory.