diff options
author | MichaelArrastia <MArrasti@amdocs.com> | 2018-03-09 11:01:38 +0000 |
---|---|---|
committer | MichaelArrastia <MArrasti@amdocs.com> | 2018-03-09 11:01:38 +0000 |
commit | 6c05118a0f1fc557d7d7e652a063bcf3ffb5ceb0 (patch) | |
tree | 56fd8583f9e0c97570d2840935240ad690b785e8 /.gitignore | |
parent | 0f93718a35ab8a85e9d2eaac90e1783d2e6627b7 (diff) |
Add Spotify and License plugins
The champ-service module pom requires additional plugins:
1. Spotify: to allow ONAP Jenkins docker job to complete
2. License: to generate license headers in Java files
Issue-ID: AAI-850
Change-Id: Ie5b82d36773c32cb1bba428c0effb8b04fbb7859
Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,7 +1,15 @@ +# Application +/champ-lib/champ-janus/logs/ + +# IDE - Eclipse .classpath .project .settings/ -target/ -jacoco.exec + +# IDE - IntelliJ /.idea *.iml + +# Maven +target/ +jacoco.exec |