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/06 14:03:35 UTC

incubator-tinkerpop git commit: Removed s3 deployment of asciidoc from asciidoc maven profile.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master fb4c16070 -> 991faa89a


Removed s3 deployment of asciidoc from asciidoc maven 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/991faa89
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/991faa89
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/991faa89

Branch: refs/heads/master
Commit: 991faa89a7af467acc5f113869f389c123c5c4d9
Parents: fb4c160
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 6 08:03:10 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 6 08:03:10 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/991faa89/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5bc0ed8..38c6d65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -832,26 +832,6 @@ limitations under the License.
                             </execution>
                         </executions>
                     </plugin>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>wagon-maven-plugin</artifactId>
-                        <inherited>false</inherited>
-                        <executions>
-                            <execution>
-                                <id>upload-asciidocs-to-s3-versioned</id>
-                                <phase>deploy</phase>
-                                <goals>
-                                    <goal>upload</goal>
-                                </goals>
-                                <configuration>
-                                    <fromDir>${htmlsingle.output.dir}</fromDir>
-                                    <serverId>tinkerpop.s3</serverId>
-                                    <!-- your ~/.m2/settings.xml must match -->
-                                    <url>s3://www.tinkerpop.com/docs/${project.version}</url>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
                 </plugins>
             </build>
         </profile>