commit | 652fa3b4a77c8e01d665d2078d85ce7e374f1ce2 | [log] [tgz] |
---|---|---|
author | MichaelMorris <michael.morris@est.tech> | Fri Oct 27 10:05:58 2023 +0100 |
committer | MichaelMorris <michael.morris@est.tech> | Fri Oct 27 10:07:09 2023 +0100 |
tree | e351f06d443e3e198774b79a871a5942d7fd711b | |
parent | b8e3ed18eff5303b8cafafd40ceb878392008e3c [diff] |
Update version to 2.1.1-SNAPSHOT Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4672 Change-Id: Ibb5a6a97c78ae1652b193ef58104a6b98d49c59d
ONAP SDC Distribution client is delivered as helper JAR that can be used by clients that work with SDC. It listens for notifications from SDC, download artifacts from SDC, and send response back to SDC.
As mentioned in the onap wiki https://wiki.onap.org/display/DW/Setting+Up+Your+Development+Environment, the settings.xml (https://git.onap.org/oparent/plain/settings.xml) from the oparent project must be installed in your ~/.m2 folder and referenced by your IDE.
Once maven is set up properly, ONAP SDC Distribution client can be compiled easily using maven command: mvn clean install
The result is JAR file under "target" folder
Every client that wants to use the JAR, need to implement IConfiguration interface.
See the SDC ONAP read the docs for more detail in relation to the sdc-distribution-client usage. https://docs.onap.org/projects/onap-sdc/en/kohn/sdcsdks.html#sdc-tosca-and-sdc-distribution-client
log4j.rootCategory=DEBUG, CONSOLE, LOGFILE log4j.logger.org.onap=TRACE, CONSOLE, LOGFILE
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout log4j.appender.CONSOLE.layout.ConversionPattern=%p %d{yyyy-MM-dd HH:mm:ss.SSS Z} %c{1} - %m%n
log4j.appender.LOGFILE=org.apache.log4j.RollingFileAppender log4j.appender.LOGFILE.File=logs/wordnik.log log4j.appender.LOGFILE.Append=true log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout log4j.appender.LOGFILE.layout.ConversionPattern=%p %d{yyyy-MM-dd HH:mm:ss.SSS Z} %c{1} - %m%n log4j.appender.LOGFILE.MaxFileSize=10MB log4j.appender.LOGFILE.MaxBackupIndex=10
*** to be completed on release ***
SDC Javadoc and Maven site
*** to be completed on rrelease ***