File tree Expand file tree Collapse file tree 1 file changed +32
-3
lines changed
Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change 2626 <goal >copy-dependencies</goal >
2727 </goals >
2828 <configuration >
29- <outputDirectory >
30- ${project.build.directory} /libs
31- </outputDirectory >
29+ <outputDirectory >${project.build.directory} /release/libs</outputDirectory >
30+ <includeScope >runtime</includeScope >
3231 </configuration >
3332 </execution >
3433 </executions >
4746 </mainClass >
4847 </manifest >
4948 </archive >
49+ <outputDirectory >${project.build.directory} /release</outputDirectory >
5050 <finalName >sepia-teach-v${project.version} </finalName >
5151 </configuration >
5252 </plugin >
53+ <plugin >
54+ <artifactId >maven-resources-plugin</artifactId >
55+ <version >3.1.0</version >
56+ <executions >
57+ <execution >
58+ <id >copy-resources-1</id >
59+ <phase >package</phase >
60+ <goals >
61+ <goal >copy-resources</goal >
62+ </goals >
63+ <configuration >
64+ <outputDirectory >${project.build.directory} /release/Xtensions</outputDirectory >
65+ <resources >
66+ <resource >
67+ <directory >Xtensions</directory >
68+ <!-- <filtering>true</filtering>-->
69+ </resource >
70+ </resources >
71+ </configuration >
72+ </execution >
73+ </executions >
74+ </plugin >
5375 </plugins >
5476 </build >
5577
5981 <artifactId >sepia-core-tools</artifactId >
6082 <version >2.0.1</version >
6183 </dependency >
84+
85+ <dependency >
86+ <groupId >junit</groupId >
87+ <artifactId >junit</artifactId >
88+ <version >4.12</version >
89+ <scope >test</scope >
90+ </dependency >
6291 </dependencies >
6392
6493</project >
You can’t perform that action at this time.
0 commit comments