diff options
author | Jim Hahn <jrh3@att.com> | 2020-07-13 14:20:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-13 14:20:21 +0000 |
commit | 9a306c4444ca86f409d40b2e032ab2a12f3031ff (patch) | |
tree | 393edac58e10dce1ddba2426238d8de4de2935d4 /examples/examples-servlet/pom.xml | |
parent | 2649f1da1ac58352d6d11c48923ee86930e3e8ee (diff) | |
parent | cfd849936ab0dba02df60c5a8509d83cb8c58fdb (diff) |
Merge "Remove old documentation from build"
Diffstat (limited to 'examples/examples-servlet/pom.xml')
-rw-r--r-- | examples/examples-servlet/pom.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/examples-servlet/pom.xml b/examples/examples-servlet/pom.xml index 606876aa9..744293f6f 100644 --- a/examples/examples-servlet/pom.xml +++ b/examples/examples-servlet/pom.xml @@ -77,24 +77,4 @@ </plugin> </plugins> </build> - - <profiles> - <profile> - <id>apexSite</id> - <activation> - <property> - <name>apexSite</name> - </property> - </activation> - <properties> - <adsite-examples-servlet-dir>${project.basedir}/src</adsite-examples-servlet-dir> - </properties> - <distributionManagement> - <site> - <id>${project.artifactId}-site</id> - <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url> - </site> - </distributionManagement> - </profile> - </profiles> </project> |