Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add mv to assembly
  • Loading branch information
jackylk committed Aug 29, 2018
1 parent d801548 commit 00038e8
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion assembly/pom.xml
Expand Up @@ -177,6 +177,21 @@
</plugins>
</build>
</profile>
<profile>
<id>mv</id>
<dependencies>
<dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-mv-plan</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.carbondata</groupId>
<artifactId>carbondata-mv-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</profile>
</profiles>

</project>
</project>

0 comments on commit 00038e8

Please sign in to comment.