Skip to content

Commit

Permalink
Fixes piranhacloud#3654 - Add CLI Maven module
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Feb 8, 2024
1 parent 82acfd9 commit 493e482
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cli/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cloud.piranha</groupId>
<artifactId>project</artifactId>
<version>24.2.0-SNAPSHOT</version>
</parent>
<artifactId>piranha-cli</artifactId>
<packaging>jar</packaging>
<name>Piranha - CLI</name>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<module>arquillian</module>
<module>bom</module>
<module>classloader</module>
<module>cli</module>
<module>core</module>
<module>dist</module>
<module>embedded</module>
Expand Down

0 comments on commit 493e482

Please sign in to comment.