aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-api/pom.xml
diff options
context:
space:
mode:
authorSimonBrandhof <simon.brandhof@gmail.com>2013-04-05 15:25:46 +0200
committerSimonBrandhof <simon.brandhof@gmail.com>2013-04-05 15:25:46 +0200
commit639737a114e00d3bff327f179e0879097f3d2886 (patch)
treef20a71bcd89d3cbe194e7087de47e6e0a6acb614 /sonar-runner-api/pom.xml
parent9b44cc3c583c90a1fd49ee0aefbda161ae409f43 (diff)
downloadsonar-scanner-cli-639737a114e00d3bff327f179e0879097f3d2886.tar.gz
sonar-scanner-cli-639737a114e00d3bff327f179e0879097f3d2886.zip
Improve pom files
Diffstat (limited to 'sonar-runner-api/pom.xml')
-rw-r--r--sonar-runner-api/pom.xml5
1 files changed, 2 insertions, 3 deletions
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 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.6</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -84,7 +83,7 @@
<version>${pom.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
- <outputDirectory>${project.build.outputDirectory}</outputDirectory>
+ <outputDirectory>${pom.build.outputDirectory}</outputDirectory>
<destFileName>sonar-runner-impl.jar</destFileName>
</artifactItem>
</artifactItems>
@@ -142,7 +141,7 @@
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
- <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+ <manifestFile>${pom.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>