Skip to content

Commit

Permalink
Merge pull request #34 from moacirrf/ft-fix-pom
Browse files Browse the repository at this point in the history
Fix pom.xml and pipeline
  • Loading branch information
moacirrf authored Jul 5, 2022
2 parents f8391c1 + c1fe250 commit 1dc924f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
java-version: '11'
distribution: 'adopt'
- name: NBM
run: mvn install
run: mvn test
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</developers>
<scm>
<connection>scm:git:https://github.com/moacirrf/nb-java-decompiler</connection>
<developerConnection>scm:git:https://github.com/project-url.git</developerConnection>
<developerConnection>scm:git:https://github.com/moacirrf/nb-java-decompiler</developerConnection>
<url>https://github.com/moacirrf/nb-java-decompiler/tree/${project.scm.tag}</url>
<tag>v1.0.2</tag>
</scm>
Expand Down Expand Up @@ -94,6 +94,20 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit 1dc924f

Please sign in to comment.