Skip to content

Commit 54a7651

Browse files
committed
Add goal prefix
1 parent a424c6b commit 54a7651

File tree

1 file changed

+12
-0
lines changed
  • src/it/projects/MJAVADOC-257/mymojo

1 file changed

+12
-0
lines changed

src/it/projects/MJAVADOC-257/mymojo/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,16 @@
4444
<version>@mavenVersion@</version>
4545
</dependency>
4646
</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>
4759
</project>

0 commit comments

Comments
 (0)