All Downloads are FREE. Search and download functionalities are using the official Maven repository.

restx.build.fragments.maven.copy-dependencies.xml Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
            <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