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 ea344c0 commit 0a6bdbbCopy full SHA for 0a6bdbb
bundle/pom.xml
@@ -58,6 +58,7 @@
58
<plugins>
59
<!-- Extract the original sources again -->
60
<plugin>
61
+ <groupId>org.apache.maven.plugins</groupId>
62
<artifactId>maven-resources-plugin</artifactId>
63
<executions>
64
<execution>
pom.xml
@@ -468,6 +468,11 @@
468
</dependency>
469
</dependencies>
470
</plugin>
471
+ <plugin>
472
473
+ <artifactId>maven-resources-plugin</artifactId>
474
+ <version>2.7</version>
475
+ </plugin>
476
</plugins>
477
</pluginManagement>
478
0 commit comments