File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 <goal >copy-dependencies</goal >
7575 </goals >
7676 <configuration >
77- <outputDirectory >target /dependencies</outputDirectory >
77+ <outputDirectory >${project.build.directory} /dependencies</outputDirectory >
7878 <includeScope >runtime</includeScope >
7979 </configuration >
8080 </execution >
127127 </execution >
128128 </executions >
129129 </plugin >
130- <plugin >
131- <groupId >org.apache.maven.plugins</groupId >
132- <artifactId >maven-dependency-plugin</artifactId >
133- <version >2.5.1</version >
134- <executions >
135- <execution >
136- <id >copy-dependencies</id >
137- <phase >package</phase >
138- <goals >
139- <goal >copy-dependencies</goal >
140- </goals >
141- <configuration >
142- <outputDirectory >${project.build.directory} /dependencies</outputDirectory >
143- <includeScope >runtime</includeScope >
144- </configuration >
145- </execution >
146- </executions >
147- </plugin >
148130 </plugins >
149131 </build >
150132 <profiles >
You can’t perform that action at this time.
0 commit comments