From 639737a114e00d3bff327f179e0879097f3d2886 Mon Sep 17 00:00:00 2001 From: SimonBrandhof Date: Fri, 5 Apr 2013 15:25:46 +0200 Subject: [PATCH] Improve pom files --- .gitignore | 2 +- pom.xml | 24 ++++++++++++++++++------ sonar-runner-api/pom.xml | 5 ++--- sonar-runner-impl/pom.xml | 3 +-- 4 files changed, 22 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 2b86998..ae31f48 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ dependency-reduced-pom.xml *.ipr .idea/ -# Eclipse +# ---- Eclipse .classpath .project .settings diff --git a/pom.xml b/pom.xml index 314b3b1..badfeba 100644 --- a/pom.xml +++ b/pom.xml @@ -68,6 +68,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.9 attach-javadocs @@ -80,6 +81,7 @@ org.apache.maven.plugins maven-gpg-plugin + 1.4 sign-artifacts @@ -94,9 +96,19 @@ - + + + commons-lang + commons-lang + 2.6 + + + org.easytesting + fest-assert + 1.4 + com.google.code.findbugs jsr305 @@ -107,16 +119,16 @@ junit 4.11 - - org.easytesting - fest-assert - 1.4 - org.mockito mockito-all 1.9.5 + + org.codehaus.sonar + sonar-home + 3.5 + diff --git a/sonar-runner-api/pom.xml b/sonar-runner-api/pom.xml index db87b65..f9b21b3 100644 --- a/sonar-runner-api/pom.xml +++ b/sonar-runner-api/pom.xml @@ -27,7 +27,6 @@ commons-lang commons-lang - 2.6 test @@ -84,7 +83,7 @@ ${pom.version} jar false - ${project.build.outputDirectory} + ${pom.build.outputDirectory} sonar-runner-impl.jar @@ -142,7 +141,7 @@ maven-jar-plugin - ${project.build.outputDirectory}/META-INF/MANIFEST.MF + ${pom.build.outputDirectory}/META-INF/MANIFEST.MF diff --git a/sonar-runner-impl/pom.xml b/sonar-runner-impl/pom.xml index 2b4a24c..8f77e39 100644 --- a/sonar-runner-impl/pom.xml +++ b/sonar-runner-impl/pom.xml @@ -14,7 +14,6 @@ org.codehaus.sonar sonar-home - 3.5 ${pom.groupId} @@ -61,7 +60,7 @@ ${pom.version} jar false - ${project.build.outputDirectory} + ${pom.build.outputDirectory} sonar-runner-batch.jar -- 2.39.5