summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Turn on publishing of system messagesRich Bennett1-1/+1
2019-02-22Fix build timeout & upgrade sphinxRich Bennett1-3/+4
2019-02-20Sidebar enhancementAndrea Visnyei1-3/+4
2019-02-19Merge "Copyright updated to 2019"Rich Bennett1-1/+1
2019-02-19Sticky navigationGergely Csatari1-1/+2
2019-02-15Whitening the search backgroundGergely Csatari1-1/+1
2019-02-14Copyright updated to 2019Manish Kumar1-1/+1
2018-09-13Switch theme and add report issueRich Bennett1-2/+5
2018-09-01Cherry pick beijing improvements to masterRich Bennett1-1/+1
2018-07-12Add support for sphinx NEEDS DirectiveRich Bennett1-0/+62
2018-05-22Add link check exceptionsRich Bennett1-20/+43
2018-05-08Add spellcheck and linkcheck exceptionsRich Bennett1-2/+29
2018-04-11Clean-up using onap sectionRich Bennett1-1/+0
2017-11-24Add .gitmodule entry for vvpRich Bennett1-2/+2
2017-11-21Add Release, Version, and TagsRich Bennett1-3/+2
2017-11-14Remove exclusion for files removed in SO-319Rich Bennett1-1/+0
2017-11-08Remove AAI rst file exclusionRich Bennett1-1/+0
2017-11-08Integrate architecture overviewRich Bennett1-2/+3
2017-10-26Remove http domain directiveRich Bennett1-1/+0
2017-10-26Remove aai submodules aggregated in aai-commonRich Bennett1-0/+1
2017-10-24Integrate CLAMP added templatesRich Bennett1-2/+1
2017-10-18Update Copyright and Licensing markingsRich Bennett1-2/+5
2017-10-16Sync logging-analytics update release note listRich Bennett1-6/+8
2017-09-18Remove linkcheck and add API examplesRich Bennett1-1/+7
2017-09-13Ignore localhost links in sphinx linkcheck builderRich Bennett1-0/+3
2017-08-25Remove VNFRQTS ExclusionRich Bennett1-2/+4
2017-08-24Update How To Guide & Git submodulesRich Bennett1-1/+2
2017-08-16Updates to How to GuideRich Bennett1-1/+1
2017-08-08[DOC-24] Revert to Sphinx 1.5.3 for RTDRich Bennett1-1/+1
2017-08-07[DOC-24] Add Component Template, Sphinx 1.6.3Rich Bennett1-4/+5
2017-07-25[DOC-57 Add vnfrqts/guidelines submodule]Rich Bennett1-1/+4
2017-07-19[DOC-9] Index, sources validated & built with toxRich Bennett1-0/+361
"nt"><parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent</artifactId> <version>2.4.1</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> <artifactId>sdnr-wt-odlux-framework</artifactId> <version>1.4.0-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-features :: ${project.artifactId}</name> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> <properties> <buildtime>${maven.build.timestamp}</buildtime> <distversion>ONAP Frankfurt (Neon, mdsal ${odl.mdsal.version})</distversion> <buildno>142.63ceae1(22/01/31)</buildno> <odlux.version>ONAP SDN-R | ONF Wireless for ${distversion} - Build: ${buildtime} ${buildno} ${project.version}</odlux.version> </properties> <build> <resources> <resource> <directory>dist</directory> <targetPath>odlux</targetPath> </resource> <resource> <directory>src2/main/resources</directory> <targetPath>odlux</targetPath> </resource> </resources> <plugins> <plugin> <artifactId>maven-clean-plugin</artifactId> <configuration> <filesets> <fileset> <directory>dist</directory> <followSymlinks>false</followSymlinks> </fileset> <fileset> <directory>node</directory> <followSymlinks>false</followSymlinks> </fileset> <fileset> <directory>node_modules</directory> <followSymlinks>false</followSymlinks> </fileset> <fileset> <directory>../node_modules</directory> <followSymlinks>false</followSymlinks> </fileset> <!-- eclipse bug build bin folder in basedir --> <fileset> <directory>bin</directory> <followSymlinks>false</followSymlinks> </fileset> </filesets> </configuration> </plugin> <plugin> <groupId>de.jacks-it-lab</groupId> <artifactId>frontend-maven-plugin</artifactId> <version>1.7.2</version> <executions> <execution> <id>install node and yarn</id> <goals> <goal>install-node-and-yarn</goal> </goals> <!-- optional: default phase is "generate-resources" --> <phase>initialize</phase> <configuration> <nodeVersion>v12.13.0</nodeVersion> <yarnVersion>v1.22.10</yarnVersion> </configuration> </execution> <execution> <id>clear cache</id> <goals> <goal>yarn</goal> </goals> <phase>initialize</phase> <configuration> <arguments>cache clean</arguments> <installDirectory>${project.basedir}</installDirectory> <workingDirectory>${project.basedir}/../</workingDirectory> </configuration> </execution> <execution> <id>install lerna</id> <goals> <goal>yarn</goal> </goals> <phase>initialize</phase> <configuration> <arguments>add lerna@3.22.1 -W --exact</arguments> <installDirectory>${project.basedir}</installDirectory> <workingDirectory>${project.basedir}/../</workingDirectory> </configuration> </execution> <execution> <id>exec lerna bootstrap</id> <goals> <goal>lerna</goal> </goals> <phase>initialize</phase> <configuration> <lernaInheritsProxyConfigFromMaven>false</lernaInheritsProxyConfigFromMaven> <arguments>bootstrap</arguments> <installDirectory>${project.basedir}</installDirectory> <workingDirectory>${project.basedir}/../</workingDirectory> </configuration> </execution> <execution> <id>yarn build</id> <goals> <goal>yarn</goal> </goals> <configuration> <arguments>run build</arguments> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>properties-maven-plugin</artifactId> <version>1.0.0</version> <executions> <execution> <phase>initialize</phase> <goals> <goal>read-project-properties</goal> </goals> <configuration> <files> <file>${basedir}/../odlux.properties</file> </files> </configuration> </execution> </executions> </plugin> <plugin> <groupId>com.google.code.maven-replacer-plugin</groupId> <artifactId>replacer</artifactId> <version>1.5.2</version> <executions> <execution> <id>replace version</id> <phase>prepare-package</phase> <goals> <goal>replace</goal> </goals> </execution> </executions> <configuration> <basedir>${project.build.directory}/classes/odlux</basedir> <includes> <include>app.js</include> <include>version.json</include> </includes> <replacements> <replacement> <token>##odlux.version##</token> <value>${odlux.version}</value> </replacement> <replacement> <token>##buildno##</token> <value>${buildno}</value> </replacement> <replacement> <token>##build-timestamp##</token> <value>${buildtime}</value> </replacement> <replacement> <token>##odlux.framework.buildno##</token> <value>${odlux.framework.buildno}</value> </replacement> <replacement> <token>##odlux.apps.configurationApp.buildno##</token> <value>${odlux.apps.configurationApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.connectApp.buildno##</token> <value>${odlux.apps.connectApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.eventLogApp.buildno##</token> <value>${odlux.apps.eventLogApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.faultApp.buildno##</token> <value>${odlux.apps.faultApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.helpApp.buildno##</token> <value>${odlux.apps.helpApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.inventoryApp.buildno##</token> <value>${odlux.apps.inventoryApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.linkCalculationApp.buildno##</token> <value>${odlux.apps.linkCalculationApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.maintenanceApp.buildno##</token> <value>${odlux.apps.maintenanceApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.mediatorApp.buildno##</token> <value>${odlux.apps.mediatorApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.networkMapApp.buildno##</token> <value>${odlux.apps.networkMapApp.buildno}</value> </replacement> <replacement> <token>##odlux.apps.permanceHistoryApp.buildno##</token> <value>${odlux.apps.permanceHistoryApp.buildno}</value> </replacement> </replacements> </configuration> </plugin> </plugins> </build> </project>