Skip to content

Commit 48e2cc7

Browse files
committed
[bugfix] Fixed warning --no-use-agent is an obsolete option
1 parent c409614 commit 48e2cc7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

csv-validator-parent/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@
4040
<developer>
4141
<name>Adam Retter</name>
4242
</developer>
43+
<developer>
44+
<name>Laura Damian</name>
45+
</developer>
46+
<developer>
47+
<name>Radek Hubner</name>
48+
</developer>
49+
<developer>
50+
<name>Valy Diarrassouba</name>
51+
</developer>
4352
</developers>
4453
<contributors>
4554
<contributor>
@@ -293,6 +302,10 @@
293302
<plugin>
294303
<groupId>org.apache.maven.plugins</groupId>
295304
<artifactId>maven-gpg-plugin</artifactId>
305+
<version>1.6</version>
306+
<configuration>
307+
<useAgent>true</useAgent>
308+
</configuration>
296309
</plugin>
297310
<plugin>
298311
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)