Skip to content

Commit

Permalink
Add more stuff for the pom
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 8, 2024
1 parent 8fedd07 commit be35822
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
<version>1.0.0</version>
<packaging>jar</packaging>

<name>r2pipe</name>
<description>Radare2 pipe interface library for Java</description>
<url>/~https://github.com/radareorg/radare2-r2pipe</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>pancake</id>
<name>pancake</name>
<email>pancake@nopcode.org</email>
</developer>
</developers>

<dependencies>
<dependency>
<groupId>javax.json</groupId>
Expand All @@ -25,6 +44,11 @@
<!-- Build Configuration -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<!-- Compiler Plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit be35822

Please sign in to comment.