From 0d86a8edda91c247f3d0028a5cdf5ab7c4f921a3 Mon Sep 17 00:00:00 2001 From: Godin Date: Wed, 22 Sep 2010 15:36:53 +0000 Subject: [PATCH] SONAR-1792: Add description for properties --- .../src/main/scripts/dev.mojos.xml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.mojos.xml b/subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.mojos.xml index c87bb252866..b3935162500 100644 --- a/subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.mojos.xml +++ b/subprojects/sonar-dev-maven-plugin/src/main/scripts/dev.mojos.xml @@ -2,7 +2,7 @@ start - + Start Sonar. start false @@ -93,7 +93,7 @@ pluginArtifact - + Plugin to install. pluginArtifact ${sonar.pluginArtifact} false @@ -102,7 +102,7 @@ extensionsDir - + Directory from where extensions should be copied. extensionsDir ${sonar.extensionsDir} false @@ -111,7 +111,7 @@ background - + Set to true to run Sonar in background mode. background ${sonar.background} false @@ -120,7 +120,7 @@ clean - + Set to false to prevent clean installation. clean ${sonar.clean} false @@ -129,7 +129,7 @@ localRepository - + Local Maven repository. localRepository ${settings.localRepository} false @@ -137,7 +137,7 @@ configBackup - + File from where Sonar configuration should be restored. configBackup ${sonar.configBackup} false @@ -148,7 +148,7 @@ stop - + Stop Sonar. stop false @@ -166,7 +166,7 @@ start-war - + Starts Sonar WAR. start-war false @@ -257,7 +257,7 @@ pluginArtifact - + Plugin to install. pluginArtifact ${sonar.pluginArtifact} false @@ -266,7 +266,7 @@ extensionsDir - + Directory from where extensions should be copied. extensionsDir ${sonar.extensionsDir} false @@ -275,7 +275,7 @@ background - + Set to true to run Sonar in background mode. background ${sonar.background} false @@ -284,7 +284,7 @@ clean - + Set to false to prevent clean installation. clean ${sonar.clean} false @@ -293,7 +293,7 @@ localRepository - + Local Maven repository. localRepository ${settings.localRepository} false @@ -301,7 +301,7 @@ configBackup - + File from where Sonar configuration should be restored. configBackup ${sonar.configBackup} false @@ -312,7 +312,7 @@ stop-war - + Stops Sonar WAR. stop-war false @@ -331,7 +331,7 @@ analyze - + Analyzes projects using Sonar. analyze false @@ -380,7 +380,7 @@ projectsDir - + Directory containing projects. projectsDir ${sonar.projectsDir} true -- 2.39.5