diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-06 07:20:12 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-06 07:47:08 +0200 |
commit | c115ec7218791c153706ade3af85a46c63e97bbc (patch) | |
tree | 604774408f88c77b18023eb3d933b5a305c1999c /sonar-server/pom.xml | |
parent | f2f539eb1725cadcb71c977eb0d199c65c0cbc88 (diff) | |
download | sonarqube-c115ec7218791c153706ade3af85a46c63e97bbc.tar.gz sonarqube-c115ec7218791c153706ade3af85a46c63e97bbc.zip |
Fix dev profile
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 5b5e2fa614d..92e51863427 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -342,7 +342,7 @@ <profiles> <profile> - <id>dev</id> + <id>start-dev-server</id> <build> <plugins> <plugin> |