Skip to content

Commit 30748af

Browse files
committed
feat():
maven pkg
1 parent 615b8c8 commit 30748af

2 files changed

Lines changed: 14 additions & 18 deletions

File tree

pom.xml

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@
3434
</properties>
3535

3636
<distributionManagement>
37-
<snapshotRepository>
38-
<id>sonatype-nexus</id>
39-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
40-
</snapshotRepository>
4137
<repository>
42-
<id>sonatype-nexus</id>
43-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
38+
<id>github</id>
39+
<name>GitHub PauloPenalva Apache Maven Packages</name>
40+
<url>https://maven.pkg.github.com/PauloPenalva/Java_MDFe</url>
4441
</repository>
4542
</distributionManagement>
4643

@@ -225,17 +222,17 @@
225222
</execution>
226223
</executions>
227224
</plugin>
228-
<plugin>
229-
<groupId>org.sonatype.plugins</groupId>
230-
<artifactId>nexus-staging-maven-plugin</artifactId>
231-
<version>1.6.13</version>
232-
<extensions>true</extensions>
233-
<configuration>
234-
<serverId>sonatype-nexus</serverId>
235-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
236-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
237-
</configuration>
238-
</plugin>
225+
<!-- <plugin>-->
226+
<!-- <groupId>org.sonatype.plugins</groupId>-->
227+
<!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
228+
<!-- <version>1.6.13</version>-->
229+
<!-- <extensions>true</extensions>-->
230+
<!-- <configuration>-->
231+
<!-- <serverId>sonatype-nexus</serverId>-->
232+
<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>-->
233+
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
234+
<!-- </configuration>-->
235+
<!-- </plugin>-->
239236

240237
<plugin>
241238
<groupId>org.apache.maven.plugins</groupId>

src/test/java/br/com/idxtec/mdfe/TesteEnvioMdfe.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ private static TMDFe preencheObjetoMdfe(ConfiguracoesMdfe config, String cnpj, i
8484
infMDFe.setTot(preencheObjetoTot());
8585
infMDFe.getAutXML().add(preencheObjetoAutXML());
8686
infMDFe.setInfAdic(preencheObjetoInfAdic());
87-
8887
infMDFe.setInfRespTec(preencheObjetoRespTec());
8988

9089
TMDFe mdfe = new TMDFe();

0 commit comments

Comments
 (0)