Skip to content

Commit

Permalink
only build gast if gast is present
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Jun 14, 2012
1 parent f332e7a commit 74fc4e0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@
<module>web-client</module>
<module>web</module>
<module>geoserver</module>
<module>gast</module>
</modules>

<profiles>
Expand All @@ -840,6 +839,16 @@
<module>web-itest</module>
</modules>
</profile>
<profile>
<id>gast</id>
<activation>
<file>
<exists>gast/pom.xml</exists>
</file>
<modules>
<module>gast</module>
</modules>
</profile>
</profiles>

<distributionManagement>
Expand Down

0 comments on commit 74fc4e0

Please sign in to comment.