diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
