Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Undo pom additions
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpbennett committed Jul 13, 2016
1 parent ee27c6d commit ac31888
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -357,17 +357,6 @@
</dependency>
</dependencies>

<distributionManagement>
<snapshotRepository>
<id>nexus-snapshots</id>
<url>http://nexus.vertigo.stitchfix.com/nexus/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>nexus-releases</id>
<url>http://nexus.vertigo.stitchfix.com/nexus/content/repositories/releases</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -423,20 +412,7 @@
</executions>
</plugin>
-->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</plugins>
</build>

<profiles>
Expand Down

0 comments on commit ac31888

Please sign in to comment.