File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 153153 <artifactId >swagger-ui</artifactId >
154154 </dependency >
155155 </dependencies >
156+
157+ <build >
158+ <plugins >
159+ <plugin >
160+ <groupId >org.apache.maven.plugins</groupId >
161+ <artifactId >maven-dependency-plugin</artifactId >
162+ <version >3.7.0</version >
163+ <executions >
164+ <execution >
165+ <id >unpack-shared-resources</id >
166+ <goals >
167+ <goal >unpack</goal >
168+ </goals >
169+ <phase >generate-resources</phase >
170+ <configuration >
171+ <artifactItems >
172+ <artifactItem >
173+ <groupId >org.dataone.notification-service</groupId >
174+ <artifactId >ns-common</artifactId >
175+ <version >${project.version} </version >
176+ <outputDirectory >${project.build.outputDirectory} </outputDirectory >
177+ <includes >properties.yaml</includes >
178+ </artifactItem >
179+ </artifactItems >
180+ </configuration >
181+ </execution >
182+ </executions >
183+ </plugin >
184+ </plugins >
185+ </build >
156186</project >
You can’t perform that action at this time.
0 commit comments