restx.build.fragments.maven.copy-dependencies.xml Maven / Gradle / Ivy
<plugin> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>copy-dependencies</id> <phase>install</phase> <goals> <goal>copy-dependencies</goal> </goals> <configuration> <includeScope>compile</includeScope> <includeScope>runtime</includeScope> <excludeScope>test</excludeScope> </configuration> </execution> </executions> </plugin>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy