Skip to content

Commit de312a0

Browse files
authored
added goalPrefix
1 parent 6669971 commit de312a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

quickfixj-codegenerator/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
<plugin>
8080
<artifactId>maven-plugin-plugin</artifactId>
8181
<version>3.11.0</version>
82+
<configuration>
83+
<goalPrefix>quickfixj-codegenerator</goalPrefix>
84+
</configuration>
8285
</plugin>
8386
</plugins>
8487
</build>

0 commit comments

Comments
 (0)