diff options
| author | 刘永强 <[email protected]> | 2020-09-04 16:12:27 +0800 |
|---|---|---|
| committer | 刘永强 <[email protected]> | 2020-09-04 16:12:27 +0800 |
| commit | 2e6ab98074bdb34d6cf6235b3c333bbff5a3a4d1 (patch) | |
| tree | e9f60cd92c41e8af65018813bc567f933f833121 | |
| parent | f1cff88261f8b04e610c8faacedd23c1822135c3 (diff) | |
update pom.xmldev20200902+eureka
| -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 |
