You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ma...@apache.org on 2009/08/02 15:26:48 UTC

svn commit: r800072 - /incubator/wink/tags/wink-0.1-incubating/wink-scripts/wink-dist/pom.xml

Author: martins
Date: Sun Aug  2 13:26:48 2009
New Revision: 800072

URL: http://svn.apache.org/viewvc?rev=800072&view=rev
Log:
Remove deploy configuration

Modified:
    incubator/wink/tags/wink-0.1-incubating/wink-scripts/wink-dist/pom.xml

Modified: incubator/wink/tags/wink-0.1-incubating/wink-scripts/wink-dist/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/tags/wink-0.1-incubating/wink-scripts/wink-dist/pom.xml?rev=800072&r1=800071&r2=800072&view=diff
==============================================================================
--- incubator/wink/tags/wink-0.1-incubating/wink-scripts/wink-dist/pom.xml (original)
+++ incubator/wink/tags/wink-0.1-incubating/wink-scripts/wink-dist/pom.xml Sun Aug  2 13:26:48 2009
@@ -32,51 +32,6 @@
         <artifactId>wink-scripts</artifactId>
         <version>0.1-incubating</version>
     </parent>
-    <build>
-        <plugins>
-            <plugin>
-                <!-- Deploys the distribution zip to the repository -->
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>deploy-zip</id>
-                        <configuration>
-                            <file>${target.zip}</file>
-                            <url>${distributionManagement.repository.url}</url>
-                            <packaging>zip</packaging>
-                            <groupId>${groupId}</groupId>
-                            <artifactId>${artifactId}</artifactId>
-                            <version>${version}</version>
-                            <uniqueVersion>${distributionManagement.repository.uniqueVersion}</uniqueVersion>
-                        </configuration>
-                        <phase>deploy</phase>
-                        <goals>
-                            <goal>deploy-file</goal>
-                        </goals>
-                    </execution>
-                    <execution>
-                        <id>deploy-jar</id>
-                        <configuration>
-                            <file>${target.jar}</file>
-                            <url>${distributionManagement.repository.url}</url>
-                            <pomFile>../../pom.xml</pomFile>
-                            <packaging>jar</packaging>
-                            <groupId>${groupId}</groupId>
-                            <artifactId>wink</artifactId>
-                            <version>${version}</version>
-                            <uniqueVersion>${distributionManagement.repository.uniqueVersion}</uniqueVersion>
-                        </configuration>
-                        <phase>deploy</phase>
-                        <goals>
-                            <goal>deploy-file</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
     <profiles>
         <profile>
             <!--