Skip to content

Commit

Permalink
Add goal prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Aug 27, 2024
1 parent a424c6b commit 54a7651
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/it/projects/MJAVADOC-257/mymojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,16 @@
<version>@mavenVersion@</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<configuration>
<goalPrefix>mjavadoc-257</goalPrefix>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 54a7651

Please sign in to comment.