Remove obsolete Maven Site configuration 99/70499/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 7 Apr 2018 02:38:31 +0000 (22:38 -0400)
committerRobert Varga <nite@hq.sk>
Mon, 9 Apr 2018 14:54:07 +0000 (14:54 +0000)
Change-Id: I2946377b3a24cedc05073611e13b9973583af8ae
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 096c62bf22c61e1a4105fac1ec622a7d3275b9dd..7c2a1be2e7f32f574cb1c9931f05306d5c5b6697 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </plugin>
         </plugins>
     </reporting>
-
-  <profiles>
-    <profile>
-      <!--
-          This profile is to ensure we only build javadocs reports
-          when we plan to deploy Maven site for our project.
-      -->
-      <id>maven-site</id>
-      <activation>
-        <file>
-          <exists>${user.dir}/deploy-site.xml</exists>
-        </file>
-      </activation>
-
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <inherited>false</inherited>
-            <executions>
-              <execution>
-                <id>aggregate</id>
-                <goals>
-                  <goal>aggregate</goal>
-                </goals>
-                <phase>package</phase>
-            </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>