Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Remove assembly from "complete" POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Sep 24, 2010
1 parent 5bc8b35 commit be8e41e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions modules/complete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,6 @@
</parent>
<artifactId>complete</artifactId>
<packaging>pom</packaging>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
<configuration>
<descriptors>
<descriptor>src/main/assemblies/bin.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>complete-uberjar</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.clojure.contrib</groupId>
Expand Down

0 comments on commit be8e41e

Please sign in to comment.