summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b96c3cc..fc98d38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,4 +88,15 @@
</dependency>
</dependencies>
</dependencyManagement>
+
+ <build>
+ <finalName>galaxy-job</finalName>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.6</version>
+ </plugin>
+ </plugins>
+ </build>
</project> \ No newline at end of file