Remove obsolete Maven Site configuration 14/70514/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 7 Apr 2018 01:57:04 +0000 (21:57 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 7 Apr 2018 02:57:46 +0000 (22:57 -0400)
Change-Id: Ia98ab43c4687b63f59c2fe39f247c3e58f71f47d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 098bd701b209ff48ae97de9524862e7d3b0ad696..0836ec4b6571ee2962f465e27f53a9ba5966c304 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -66,39 +66,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       </plugin>
     </plugins>
   </build>
-
-  <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>