Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
removed mention of the migration app in nexus webapp
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/trunk/nexus@2529 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
mpowers committed Dec 3, 2008
1 parent 8d7da00 commit 6d2b540
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions nexus-webapp/pom.xml
Expand Up @@ -47,13 +47,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.sonatype.nexus.tools</groupId>
<artifactId>nexus-migration-app</artifactId>
<version>${project.version}</version>
<classifier>cli</classifier>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonatype.jsw-binaries</groupId>
<artifactId>jsw-binaries</artifactId>
Expand Down Expand Up @@ -124,17 +117,6 @@
<outputDirectory>${jsw-input}</outputDirectory>
</configuration>
</execution>
<execution>
<id>unpack-nexus-tools</id>
<phase>generate-resources</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<includeArtifactIds>nexus-migration-app</includeArtifactIds>
<outputDirectory>${nexus-tools-input}</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<!--
Expand Down

0 comments on commit 6d2b540

Please sign in to comment.