From 032463ff157a28c586d1801b0516a55e1704827b Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Thu, 5 May 2011 00:14:41 +0400 Subject: [PATCH] Reduce duplication by moving part of configuration of maven-assembly-plugin to parent POM --- pom.xml | 10 ++++++++++ samples/pom.xml | 11 +---------- sonar-application/pom.xml | 8 -------- 3 files changed, 11 insertions(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index a77dfc29f7f..63566a08a17 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,16 @@ org.apache.maven.plugins maven-assembly-plugin 2.2.1 + + + + + 420 + + 493 + 493 + + org.apache.maven.plugins diff --git a/samples/pom.xml b/samples/pom.xml index 34f0baa72dc..a6069f570c9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -41,19 +41,10 @@ assembly.xml - - - - 420 - - 493 - 493 - - - \ No newline at end of file + diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index a2843995019..21245498e17 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -26,14 +26,6 @@ assembly.xml - - - - 420 - - 493 - 493 - -- 2.39.5