You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/04/07 13:24:55 UTC

[13/50] [abbrv] incubator-tinkerpop git commit: Removed s3 deployment of javadoc from maven javadoc profile.

Removed s3 deployment of javadoc from maven javadoc profile.


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

Branch: refs/heads/variables
Commit: fb4c16070c59e5bf0a1246d22c8497365b7af9ee
Parents: 956e301
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 6 08:02:36 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 6 08:02:36 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/fb4c1607/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ca9866..5bc0ed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -961,27 +961,6 @@ limitations under the License.
                             </execution>
                         </executions>
                     </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>wagon-maven-plugin</artifactId>
-                        <executions>
-                            <execution>
-                                <id>upload-javadoc-to-s3-versioned</id>
-                                <phase>deploy</phase>
-                                <goals>
-                                    <goal>upload</goal>
-                                </goals>
-                                <inherited>false</inherited>
-                                <configuration>
-                                    <fromDir>${javadoc.dir}</fromDir>
-                                    <serverId>tinkerpop.s3</serverId>
-                                    <!-- your ~/.m2/settings.xml must match -->
-                                    <!-- <optimize>true</optimize> --> <!-- not supported by the S3 wagon -->
-                                    <url>s3://www.tinkerpop.com/javadocs/${project.version}</url>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
                 </plugins>
             </build>
         </profile>