diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-08-01 09:29:34 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-08-01 09:31:27 +0300 |
commit | 740e99a30601420077e4fffd6698f59761eb37f4 (patch) | |
tree | b3455dc578dd7644eeb26f47ccd8fc36dc4b0524 /.gitignore | |
parent | 8a0aacc16f016480914c3e0799719f726b4c54b8 (diff) |
sdc-pubsub maven integration
Added pom.xml file and defined maven clean and install stages
Change-Id: I31c6997e55bf0d39fd56220a82d1d8ca2f6d5583
Issue-ID: SDC-1540
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,4 +5,6 @@ node_modules/ **/*.js.map **/*.js !webpack.config.js -npm-debug.log
\ No newline at end of file +npm-debug.log +sdc-pubsub.iml +node/
\ No newline at end of file |