We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e16df commit 071f634Copy full SHA for 071f634
pom.xml
@@ -347,6 +347,11 @@ limitations under the License.
347
<pluginManagement>
348
<plugins>
349
<!-- set versions of common plugins for reproducibility, ordered alphabetically -->
350
+ <plugin>
351
+ <groupId>org.apache.maven.plugins</groupId>
352
+ <artifactId>maven-assembly-plugin</artifactId>
353
+ <version>3.3.0</version>
354
+ </plugin>
355
<plugin>
356
<groupId>org.apache.maven.plugins</groupId>
357
<artifactId>maven-checkstyle-plugin</artifactId>
0 commit comments