Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
fix to make sure assembly gets built last (even in parallel builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angad Singh authored and Angad Singh committed Jul 3, 2014
1 parent 7509a42 commit ece9572
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hraven-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
<description>hRaven - Assembly artifacts</description>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven-core</artifactId>
<version>0.9.16.inmobi-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter.hraven</groupId>
<artifactId>hraven-etl</artifactId>
<version>0.9.16.inmobi-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit ece9572

Please sign in to comment.