You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/07/25 21:28:15 UTC

git commit: We only support Maven 3 so this isn't needed. We also don't use the maven site generations stuff

Repository: cxf
Updated Branches:
  refs/heads/master 87e146fd9 -> 8e028a617


We only support Maven 3 so this isn't needed.  We also don't use the maven site generations stuff


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/8e028a61
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/8e028a61
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/8e028a61

Branch: refs/heads/master
Commit: 8e028a617f026fca2499f850bb680ada0692d681
Parents: 87e146f
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Jul 25 15:25:28 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Jul 25 15:25:28 2014 -0400

----------------------------------------------------------------------
 pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/8e028a61/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 212e716..dca31d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -401,31 +401,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>maven-3-site</id>
-            <activation>
-                <file>
-                    <!--  This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
-                    <exists>${basedir}</exists>
-                </file>
-            </activation>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-site-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>attach-descriptor</id>
-                                <goals>
-                                    <goal>attach-descriptor</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
     <build>
         <defaultGoal>install</defaultGoal>