diff options
Diffstat (limited to 'sonar-batch-maven-compat/pom.xml')
-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 3990762b480..087be6a8d57 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> |