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:58 UTC

[16/50] [abbrv] incubator-tinkerpop git commit: Drop source zip archive generation.

Drop source zip archive generation.


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

Branch: refs/heads/variables
Commit: db4bcc1946e78c5a181596612cbf073471ed34a2
Parents: 38fc318
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Apr 6 08:48:02 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Apr 6 08:48:02 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/db4bcc19/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e5d254d..3a6e873 100644
--- a/pom.xml
+++ b/pom.xml
@@ -580,29 +580,6 @@ limitations under the License.
                         </configuration>
                     </plugin>
                     <plugin>
-                        <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.4</version>
-                        <executions>
-                            <execution>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                        <inherited>false</inherited>
-                        <configuration>
-                            <attach>true</attach>
-                            <descriptors>
-                                <descriptor>assembly.xml</descriptor>
-                            </descriptors>
-                            <finalName>${project.artifactId}-${project.version}</finalName>
-                            <outputDirectory>target</outputDirectory>
-                            <workDirectory>target/assembly/work</workDirectory>
-                            <tarLongFileMode>warn</tarLongFileMode>
-                        </configuration>
-                    </plugin>
-                    <plugin>
                         <artifactId>maven-antrun-plugin</artifactId>
                         <version>1.8</version>
                         <executions>