summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/pom.xml b/sca-java-2.x/trunk/samples/pom.xml
index 8b0350dc57..f0fa7753e0 100644
--- a/sca-java-2.x/trunk/samples/pom.xml
+++ b/sca-java-2.x/trunk/samples/pom.xml
@@ -79,6 +79,7 @@
<build>
<plugins>
+ <!-- this prevents the sample artifacts being deployed as they're only distributed as part of the binary distribution -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-deploy-plugin</artifactId>
@@ -87,6 +88,14 @@
<skip>true</skip>
</configuration>
</plugin>
+ <!-- this prevents adding LICENSE/NOTICE/DEPENDENCIES files to the sample artifacts which aren't needed as they're not separately distributed -->
+ <plugin>
+ <inherited>true</inherited>
+ <artifactId>maven-remote-resources-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>