Skip to content

Commit a9b0626

Browse files
authored
Add goal prefix (#93)
1 parent b4e2404 commit a9b0626

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

maven-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-plugin-plugin</artifactId>
110110
<version>${maven-plugin-tools.version}</version>
111+
<configuration>
112+
<goalPrefix>incrementals</goalPrefix>
113+
</configuration>
111114
</plugin>
112115
</plugins>
113116
</pluginManagement>

0 commit comments

Comments
 (0)