diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-18 13:27:05 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-04-18 13:27:05 +0200 |
commit | c41842fc961af612d03ab6f21d47fd05c2c070d8 (patch) | |
tree | 56b50a4f62508f7653ba5180c73a1f8ca79f5434 /sonar-batch-maven-compat | |
parent | b6083abec8c95e5bb7c68fb83d09fe40d154e23d (diff) | |
parent | eebc6d31b2750c1aae890e716c2c37854543980f (diff) | |
download | sonarqube-c41842fc961af612d03ab6f21d47fd05c2c070d8.tar.gz sonarqube-c41842fc961af612d03ab6f21d47fd05c2c070d8.zip |
Merge branch medium-tests
Diffstat (limited to 'sonar-batch-maven-compat')
-rw-r--r-- | sonar-batch-maven-compat/pom.xml | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/sonar-batch-maven-compat/pom.xml b/sonar-batch-maven-compat/pom.xml index 4951028aa44..a19f029a522 100644 --- a/sonar-batch-maven-compat/pom.xml +++ b/sonar-batch-maven-compat/pom.xml @@ -14,10 +14,14 @@ <dependencies> <dependency> + <groupId>${pom.groupId}</groupId> + <artifactId>sonar-batch</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>2.0.7</version> - <scope>compile</scope> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -43,20 +47,4 @@ </plugin> </plugins> </build> - - <profiles> - <profile> - <id>release</id> - <build> - <plugins> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - </plugins> - </build> - </profile> - </profiles> </project> |