Skip to content

Commit

Permalink
Add name tags to pom
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Dec 22, 2023
1 parent 3508b36 commit 08d5f36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
</parent>

<artifactId>jsft</artifactId>

<name>jsft</name>

<dependencies>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions jsftemplating-dt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
</parent>

<artifactId>jsftemplating-dt</artifactId>

<name>jsftemplating-dt</name>

<build>
<plugins>
Expand Down
2 changes: 2 additions & 0 deletions jsftemplating/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
</parent>

<artifactId>jsftemplating</artifactId>

<name>jsftemplating</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JSFTemplating</name>
<description>JSFTemplating is to work with Jakarta Faces technology to make building pages and components easier. It is used to define the layout of an example component.</description>
<licenses>
<license>
Expand Down

0 comments on commit 08d5f36

Please sign in to comment.