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 1c264ba commit b749b10Copy full SHA for b749b10
pom.xml
@@ -128,6 +128,18 @@
128
<artifactId>maven-resources-plugin</artifactId>
129
<version>3.3.1</version>
130
</plugin>
131
+ <plugin>
132
+ <groupId>org.apache.maven.plugins</groupId>
133
+ <artifactId>maven-assembly-plugin</artifactId>
134
+ <dependencies>
135
+ <!-- due to https://issues.apache.org/jira/browse/MASSEMBLY-965 -->
136
+ <dependency>
137
+ <groupId>org.codehaus.plexus</groupId>
138
+ <artifactId>plexus-io</artifactId>
139
+ <version>3.4.1</version>
140
+ </dependency>
141
+ </dependencies>
142
+ </plugin>
143
</plugins>
144
</pluginManagement>
145
0 commit comments