Skip to content

Commit ccb6cb1

Browse files
committed
Ajustes POM
1 parent aa071d5 commit ccb6cb1

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

pom-base.xml

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>br.com.swconsultoria</groupId>
54
<artifactId>java-nfe</artifactId>
6-
<version>4.00.35-${versao}-SNAPSHOT</version>
5+
<version>4.00.38-${versao}-SNAPSHOT</version>
76
<name>Java_NFe</name>
87
<description>Api java para consumo do webService de nota fiscal eletronica</description>
98
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>
@@ -83,7 +82,7 @@
8382
<dependency>
8483
<groupId>br.com.swconsultoria</groupId>
8584
<artifactId>java_certificado</artifactId>
86-
<version>3.6</version>
85+
<version>3.9</version>
8786
</dependency>
8887
<!-- Ini4J -->
8988
<dependency>
@@ -203,6 +202,20 @@
203202
<autoReleaseAfterClose>true</autoReleaseAfterClose>
204203
</configuration>
205204
</plugin>
205+
<plugin>
206+
<groupId>org.apache.maven.plugins</groupId>
207+
<artifactId>maven-gpg-plugin</artifactId>
208+
<version>1.6</version>
209+
<executions>
210+
<execution>
211+
<id>sign-artifacts</id>
212+
<phase>verify</phase>
213+
<goals>
214+
<goal>sign</goal>
215+
</goals>
216+
</execution>
217+
</executions>
218+
</plugin>
206219
<plugin>
207220
<groupId>org.apache.maven.plugins</groupId>
208221
<artifactId>maven-release-plugin</artifactId>
@@ -226,6 +239,23 @@
226239
</executions>
227240
</plugin>
228241
<plugin>
242+
<groupId>org.apache.maven.plugins</groupId>
243+
<artifactId>maven-javadoc-plugin</artifactId>
244+
<version>3.5.0</version>
245+
<executions>
246+
<execution>
247+
<id>attach-javadocs</id>
248+
<goals>
249+
<goal>jar</goal>
250+
</goals>
251+
</execution>
252+
</executions>
253+
<configuration>
254+
<failOnError>false</failOnError>
255+
</configuration>
256+
</plugin>
257+
<plugin>
258+
<groupId>org.apache.maven.plugins</groupId>
229259
<artifactId>maven-surefire-plugin</artifactId>
230260
<version>3.0.0</version>
231261
<configuration>

0 commit comments

Comments
 (0)