Skip to content

Commit

Permalink
feat: initial implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Jul 10, 2024
1 parent fed2f13 commit 0226a58
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<maven-plugin-plugin.version>3.13.1</maven-plugin-plugin.version>
<maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version>
<maven-plugin-api.version>3.9.8</maven-plugin-api.version>
<lombok.version>1.18.34</lombok.version>
Expand Down Expand Up @@ -129,6 +130,16 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>gpg-sign</id>
Expand Down

0 comments on commit 0226a58

Please sign in to comment.