Revert mvn-lib sourcing from nexus/raw

Change-Id: Ic1e5fc521c737eedc612bd800f3325faadf9144d
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2494
Signed-off-by: vv770d <vv770d@att.com>
2 files changed
tree: 748482b166f38ac4bf03a401e62d2bace8b93f0e
  1. data/
  2. data-formats/
  3. etc/
  4. logs/
  5. releases/
  6. snmptrap/
  7. spec/
  8. tests/
  9. tmp/
  10. .gitreview
  11. Changelog.md
  12. Dockerfile
  13. INFO.yaml
  14. LICENSE.txt
  15. mvn-phase-script.sh
  16. pom.xml
  17. README.md
  18. requirements.txt
  19. setup.py
  20. tox.ini
  21. version.properties
README.md

DCAE SNMPTrapReceiver

This is the repository for SNMP Trap Receiver for Open DCAE.

Build Instructions

This project is organized as a mvn project for a python application.

git clone ssh://git@<repo-address>:dcae-collectors/snmptrap.git
mvn clean install

to be completed

The application is bundled into a docker image installed by the DCAE Controller. Following is the process to creating the image:

<FIXME: add detailed instructions >