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/02/19 15:51:11 UTC

git commit: Don't need to differentiate between git/svn anymore for buildnumber

Repository: cxf
Updated Branches:
  refs/heads/2.7.x-fixes 5d41eb01d -> ebb0f751e


Don't need to differentiate between git/svn anymore for buildnumber


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

Branch: refs/heads/2.7.x-fixes
Commit: ebb0f751e6d545baef5814273f0d14fc9052c29e
Parents: 5d41eb0
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Feb 19 09:47:28 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Feb 19 09:47:28 2014 -0500

----------------------------------------------------------------------
 api/pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/ebb0f751/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index d407fb4..41eb88f 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -34,7 +34,6 @@
     </parent>
         
     <properties>
-        <buildnumber.connection.url>${project.scm.developerConnection}</buildnumber.connection.url>
         <cxf.osgi.export>
             !org.apache.cxf.internal,
             org.apache.cxf.*,
@@ -191,7 +190,6 @@
                             <configuration>
                                 <doCheck>false</doCheck>
                                 <doUpdate>false</doUpdate>
-                                <urlScm>${buildnumber.connection.url}</urlScm>
                                 <revisionOnScmFailure>${nonCanonicalRevision}</revisionOnScmFailure>
                             </configuration>
                     </execution>
@@ -337,35 +335,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <!-- default profile enables javadoc stuff -->
-            <id>git.build.number</id>
-            <activation>
-                <file>
-                    <exists>../.git</exists>
-                </file>
-            </activation>
-            <properties>
-                <buildnumber.connection.url>scm:git:http://</buildnumber.connection.url>
-            </properties>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
-                        <artifactId>maven-javadoc-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>package</id>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>jar</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 
 </project>