diff options
author | Christopher Lott (Christopher) (cl778h) <clott@vm-ep-dev2.client.research.att.com> | 2017-06-12 09:49:00 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-06-12 13:42:43 -0400 |
commit | 627badaf69987c01811c477219fd943757a635f5 (patch) | |
tree | 97df9449a411d1ecf830cc76d8afd6f9b5677bda /ecomp-portal-BE-os/README.md | |
parent | ba838f2e13f1e8050c75e68bd3733d56d8f416d5 (diff) |
[PORTAL-16 PORTAL-18] Widget ms; staging
Remove staging repositories from poms.
Add widget microservice code base.
Add portal unit tests.
Repair defects.
Normalize line endings.
Change-Id: Ia5e48da2a3141b352439ecd548cddf918f4df585
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-BE-os/README.md')
-rw-r--r-- | ecomp-portal-BE-os/README.md | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/ecomp-portal-BE-os/README.md b/ecomp-portal-BE-os/README.md index 09ae55b3..6464c276 100644 --- a/ecomp-portal-BE-os/README.md +++ b/ecomp-portal-BE-os/README.md @@ -1,23 +1,22 @@ -# ECOMP Portal Web Application Back End Common Files +# ECOMP Portal Web Application Back End for Open Source ## Overview -This is a Maven overlay project with the ECOMP Portal back-end common files. -This is not a stand-alone web application. This project has common Java classes -that are used for the ECOMP Portal web application. Those specific versions are built using separate -Maven projects that copy in ("overlay") the contents of this project at package time. +This is a Maven project with the ECOMP Portal web application back-end files +for public release, containing Java files specific to requirements of the +open-source version. This project uses the Maven war plugin to copy in +("overlay") the contents of the ECOMP Portal web application back-end +common distribution at package time. +Use Apache Maven to build, package and deploy this webapp to a web container +like Apache Tomcat. Eclipse users must install the M2E-WTP connector, see +https://www.eclipse.org/m2e-wtp/ ## Release Notes -Release notes for all ECOMP Portal *COMMON* files, back-end files and front-end files, -are tracked here for convenience. +Version 1.1.0, July 2017 +- [Portal-7] Improvements added as part of the rebasing process +- [Portal-6] Updates to License and Trademark in the PORTAL Source Code -The last number in each build identifier is assigned by the Jenkins CI system to -the back-end component. - - - -Build 1.1.0-SNAPSHOT, ?? May 2017 -[ PORTAL 7] Rebase; This rebasing includes addition of common libraries and common overlays projects -and abstraction of components
\ No newline at end of file +Version 1.0.0, February 2017 +- Initial release |