Skip to content

Commit

Permalink
Merge pull request #6753 from Viii3/FISH-8437-Missing-manpages
Browse files Browse the repository at this point in the history
FISH-8437 FISH-8820 Restore missing manpages.
  • Loading branch information
Viii3 authored Jun 17, 2024
2 parents 9afc1d4 + 0eaad91 commit cab528f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions nucleus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,27 @@ Parent is ${project.parent}</echo>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>add-resource</id>
<phase>generate-resources</phase>
<goals>
<goal>add-resource</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>src/main/manpages</directory>
</resource>
</resources>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit cab528f

Please sign in to comment.