We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668a93b commit b1866ebCopy full SHA for b1866eb
pom.xml
@@ -113,6 +113,14 @@
113
<arguments>-Prelease</arguments>
114
</configuration>
115
</plugin>
116
+
117
+ <plugin>
118
+ <artifactId>maven-plugin-plugin</artifactId>
119
+ <version>2.5.1</version>
120
+ <configuration>
121
+ <goalPrefix>migration</goalPrefix>
122
+ </configuration>
123
+ </plugin>
124
</plugins>
125
</build>
126
@@ -122,9 +130,6 @@
130
<groupId>org.apache.maven.plugins</groupId>
131
<artifactId>maven-plugin-plugin</artifactId>
132
<version>2.5.1</version>
- <configuration>
- <goalPrefix>migration</goalPrefix>
127
- </configuration>
128
133
129
134
135
</reporting>
0 commit comments