aboutsummaryrefslogtreecommitdiffstats
path: root/champ-lib
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23Add maven deploy and nexus staging pluginsMichaelArrastia1-17/+39
Fix merge job which is failing with authorisation error. Issue-ID: AAI-927 Change-Id: Ibbf969de8d4d9d8238f8385a0c3d074887ef56dc Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-22Support maven deploy and docker build targetsMichaelArrastia1-0/+6
This commit principally includes the following pom updates: 1. Add distributionManagement to fix jobs that run maven deploy. 2. Update way in which champ-service gets the graph-deps. This change specifically supports the docker build. Issue-ID: AAI-927 Change-Id: I5920de3c010b810a802f95ac82da89ea3989e7d9 Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
2018-03-19Update license date and textSanchez, Gabriel (gs882h)157-462/+396
Update license date and disable license plugi:n Issue-ID: AAI-862 Change-Id: Ic46fee4917bde48298acfc1d76eef9083986113e Signed-off-by: gabriel.sanchez <gabriel.sanchez@amdocs.com>
2018-03-08Remove DistributionManagement section from pommichaere1-20/+0
Updates to champ-lib pom also include the removal of scm tags, which were pointing to specific repositories. This will be handled by the settings.xml and build job Issue-ID: AAI-848 Change-Id: I3bca4cc05748388fb806b81474d26776bc1b677b Signed-off-by: michaere <michaere@amdocs.com>
2018-03-07Port champ-microservice project restructuremichaere158-0/+17311
Includes project restructure and introduction of a parent pom. The original source folder and core functionality is now held within champ-lib, with champ-service forming the ajsc microservice from which it injects champ-lib core functionality. Issue-ID: AAI-813 Change-Id: I2ce0c4a70e485665276e7955572de23969deb706 Signed-off-by: michaere <michaere@amdocs.com>