Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #342 from Jiri-Kremser/faster-dev-build
Browse files Browse the repository at this point in the history
Dev profile will not create the Hawkular archives.
  • Loading branch information
mtho11 committed Jul 22, 2015
2 parents b910508 + f54ecea commit 6768f61
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,24 @@
<properties>
<kettle.build.type>dev</kettle.build.type>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<formats>
<format>dir</format>
</formats>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>dozip</id>
<properties>
<kettle.build.type>dev</kettle.build.type>
</properties>
<build>
<plugins>
<plugin>
Expand All @@ -433,5 +451,6 @@
</plugins>
</build>
</profile>

</profiles>
</project>

0 comments on commit 6768f61

Please sign in to comment.