Skip to content

Commit

Permalink
Merge pull request #15 from quarkiverse/Initial-release-of-Quarkus-JD…
Browse files Browse the repository at this point in the history
…iameter

Initial release of quarkus j diameter
  • Loading branch information
eddiecarpenter authored Aug 17, 2024
2 parents 90c690d + 13ded42 commit 69ed5ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

- name: Display GPG Info
run: |
echo "Current GPG Info"
gpg --list-secret-keys --keyid-format LONG
- name: Set up Maven 3.9.6
uses: stCarolas/setup-maven@v5
with:
Expand Down
34 changes: 17 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,23 +204,23 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<failOnError>false</failOnError>
</configuration>
<executions>
<execution>
<id>attach-javadoc</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-javadoc-plugin</artifactId>-->
<!-- <version>3.8.0</version>-->
<!-- <configuration>-->
<!-- <failOnError>false</failOnError>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <id>attach-javadoc</id>-->
<!-- <phase>verify</phase>-->
<!-- <goals>-->
<!-- <goal>jar</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
</plugins>
</build>

Expand Down

0 comments on commit 69ed5ea

Please sign in to comment.