diff options
author | Patrick Brady <pb071s@att.com> | 2018-03-15 17:52:35 -0400 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-03-21 11:43:30 -0400 |
commit | f92128c85a0e23a90872eff59bcccca36aad0beb (patch) | |
tree | 50ab059bb05d3574efc83237e9013a0259b9a460 /pom.xml | |
parent | dfd963e8d1e67eeab36b8912aa057f292acc7d63 (diff) |
Add docker build for cdt
Adding the scripts and docker file to build a docker
image for cdt, based on httpd image.
Change-Id: I10a99c6776dede642615e3da9654e62f644b3276
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-748
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -114,6 +113,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <modules> <module>platform-logic</module> <module>installation</module> + <module>cdt</module> </modules> <organization> <name>ONAP</name> |