diff options
Diffstat (limited to 'subprojects/sonar-dev-maven-plugin/RELEASE_NOTES.txt')
-rw-r--r-- | subprojects/sonar-dev-maven-plugin/RELEASE_NOTES.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/subprojects/sonar-dev-maven-plugin/RELEASE_NOTES.txt b/subprojects/sonar-dev-maven-plugin/RELEASE_NOTES.txt new file mode 100644 index 00000000000..5f15a84a3d0 --- /dev/null +++ b/subprojects/sonar-dev-maven-plugin/RELEASE_NOTES.txt @@ -0,0 +1,13 @@ +Temporary release notes - waiting for a dedicated project/component in JIRA + +------------------------------------------------------------------------------- +Upgrade from sonar-dev-mojo 2.2-SNAPSHOT to sonar-dev-maven-plugin 1.0-SNAPSHOT +------------------------------------------------------------------------------- +* Remove the parameter 'environment' +* The goal 'stop' requires the parameter 'sonar.runtimeVersion' +* The goals 'start' and 'stop' now use the standalone mode (Jetty) +* Add the goals 'start-war' and 'stop-war' to use the WAR mode (Tomcat) +* Increase allocated memory (needed for Derby tests) +* Add predefined database profiles. For example selecting database=mysql sets default url and driver for MySQL. +* Add the goal "analyze" with required parameter "sonar.projectsDir". It replaces the parameters "mavenProjectsDir" and "analyzeProjects" + |