Fixed package for help mojo

This commit is contained in:
Willem Cazander 2024-12-14 21:18:35 +01:00
parent e1b87a9031
commit 0096350bf5

View file

@ -55,7 +55,8 @@
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId> <artifactId>maven-plugin-plugin</artifactId>
<configuration> <configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>]
<helpPackageName>org.x4o.tool.maven.plugin</helpPackageName>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>