Skip to content

Commit a6ea691

Browse files
committed
usage: Revert 7a79451 due to duplicate declaration of plugin definition
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
1 parent 8e8decf commit a6ea691

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

usage/pom.xml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
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>
@@ -127,24 +127,6 @@
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>

0 commit comments

Comments
 (0)