Skip to content

Commit

Permalink
JNG-4463: wire in docs module
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Mar 2, 2023
1 parent 0710495 commit 80fc8c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>hu.blackbelt.judo.generator</artifactId>
<groupId>judo-ui-react-template</groupId>
<groupId>hu.blackbelt.judo.generator</groupId>
<artifactId>judo-ui-react-template</artifactId>
<version>${revision}</version>
</parent>
</parent>

<artifactId>judo-ui-react-template-docs</artifactId>
<name>JUDO UI React Frontend Generator Documentation</name>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
</properties>

<modules>
<module>docs</module>
<module>judo-ui-react</module>
<module>judo-ui-react-itest</module>
</modules>
Expand Down

0 comments on commit 80fc8c9

Please sign in to comment.