aboutsummaryrefslogtreecommitdiffstats
path: root/epsdk-app-onap/pom.xml
diff options
context:
space:
mode:
authorjimmydot <jf2512@att.com>2017-05-08 08:38:14 -0400
committerjimmydot <jf2512@att.com>2017-05-08 08:38:14 -0400
commit97bd252fd1c7ece3acc97b4ab88e58f0cdfc9066 (patch)
treeb002208990935274e714efbd3b92e20dddabccc4 /epsdk-app-onap/pom.xml
parentf88fada056b2a2ec9811b5feca5cf5b43e9786e0 (diff)
[VID-6] Fixed epsdk pom file
Change-Id: I41acdf9a08772688ac8d56cf0883bbac4b972fe8 Signed-off-by: jimmydot <jf2512@att.com>
Diffstat (limited to 'epsdk-app-onap/pom.xml')
-rwxr-xr-xepsdk-app-onap/pom.xml50
1 files changed, 20 insertions, 30 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index 047794094..246400742 100755
--- a/epsdk-app-onap/pom.xml
+++ b/epsdk-app-onap/pom.xml
@@ -31,36 +31,6 @@
<sitePath>/content/sites/site/org/openecomp/vid/${project.version}</sitePath>
</properties>
- <profiles>
- <!-- disable doclint, a new feature in Java 8, when generating javadoc -->
- <profile>
- <id>doclint-java8-disable</id>
- <activation>
- <jdk>[1.8,)</jdk>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
- <configuration>
- <additionalparam>-Xdoclint:none</additionalparam>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
- <id>onap</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
-
- </properties>
-
<repositories>
<repository>
<id>ecomp-releases</id>
@@ -101,6 +71,26 @@
<url>dav:${nexusproxy}${sitePath}</url>
</site>
</distributionManagement>
+
+ <profiles>
+ <!-- disable doclint, a new feature in Java 8, when generating javadoc -->
+ <profile>
+ <id>doclint-java8-disable</id>
+ <activation>
+ <jdk>[1.8,)</jdk>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.10.4</version>
+ <configuration>
+ <additionalparam>-Xdoclint:none</additionalparam>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</profile>
</profiles>