File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1414 java-version : ' 11'
1515 distribution : ' adopt'
1616 - name : NBM
17- run : mvn install
17+ run : mvn test
Original file line number Diff line number Diff line change 1818 </developers >
1919 <scm >
2020 <connection >scm:git:https://github.com/moacirrf/nb-java-decompiler</connection >
21- <developerConnection >scm:git:https://github.com/project-url.git </developerConnection >
21+ <developerConnection >scm:git:https://github.com/moacirrf/nb-java-decompiler </developerConnection >
2222 <url >https://github.com/moacirrf/nb-java-decompiler/tree/${project.scm.tag} </url >
2323 <tag >v1.0.2</tag >
2424 </scm >
9494 <artifactId >maven-surefire-plugin</artifactId >
9595 <version >2.22.0</version >
9696 </plugin >
97+ <plugin >
98+ <groupId >org.apache.maven.plugins</groupId >
99+ <artifactId >maven-gpg-plugin</artifactId >
100+ <version >1.6</version >
101+ <executions >
102+ <execution >
103+ <id >sign-artifacts</id >
104+ <phase >verify</phase >
105+ <goals >
106+ <goal >sign</goal >
107+ </goals >
108+ </execution >
109+ </executions >
110+ </plugin >
97111 </plugins >
98112 </build >
99113 <dependencies >
You can’t perform that action at this time.
0 commit comments