Skip to content

Instantly share code, notes, and snippets.

@fvanderbiest
Created April 1, 2014 10:55
Show Gist options
  • Save fvanderbiest/9911812 to your computer and use it in GitHub Desktop.
Save fvanderbiest/9911812 to your computer and use it in GitHub Desktop.
diff --git a/server-deploy/pom.xml b/server-deploy/pom.xml
index b3cf9d5..f487e1b 100644
--- a/server-deploy/pom.xml
+++ b/server-deploy/pom.xml
@@ -150,6 +150,13 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>geofence</artifactId>
+ <version>${project.version}</version>
+ <classifier>${server}</classifier>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>downloadform</artifactId>
<version>${project.version}</version>
<classifier>${server}</classifier>
@@ -237,6 +244,13 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>geofence</artifactId>
+ <version>${project.version}</version>
+ <classifier>${server}</classifier>
+ <type>war</type>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>downloadform</artifactId>
<version>${project.version}</version>
<classifier>${server}</classifier>
@@ -362,6 +376,18 @@
</dependencies>
</profile>
<profile>
+ <id>geofence</id>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>geofence</artifactId>
+ <version>${project.version}</version>
+ <classifier>${server}</classifier>
+ <type>war</type>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
<id>catalogapp</id>
<dependencies>
<dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment