diff options
author | Michael Hwang <mhwang@research.att.com> | 2017-11-03 14:32:05 -0400 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2017-11-03 14:32:45 -0400 |
commit | 20cb0239275b2c1c6276507943ca341d932b0378 (patch) | |
tree | 03653b0d5123a9fb081fc9a6c64e6606550afcf9 /pom.xml | |
parent | 3c9d46008ee98b8312561d3efc7297b4c297b0c8 (diff) |
Turn off platform doc building
Change-Id: Ia5a23f2763d51cb1fa30769f619ae3184b9c5304
Issue-Id: DCAEGEN2-194
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,9 +33,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> + <!-- TODO: Revisit. Port platform docs to sphinx/rst first. <modules> <module>platformdoc</module> </modules> + --> <properties> <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> |