We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a424c6b commit 54a7651Copy full SHA for 54a7651
1 file changed
src/it/projects/MJAVADOC-257/mymojo/pom.xml
@@ -44,4 +44,16 @@
44
<version>@mavenVersion@</version>
45
</dependency>
46
</dependencies>
47
+
48
+ <build>
49
+ <plugins>
50
+ <plugin>
51
+ <groupId>org.apache.maven.plugins</groupId>
52
+ <artifactId>maven-plugin-plugin</artifactId>
53
+ <configuration>
54
+ <goalPrefix>mjavadoc-257</goalPrefix>
55
+ </configuration>
56
+ </plugin>
57
+ </plugins>
58
+ </build>
59
</project>
0 commit comments