aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add predefined configuration for the license-maven-pluginSimon Brandhof2011-09-141-8/+30
|
* Fix Javadoc configurationsimonbrandhof2011-09-111-1/+2
|
* Upgrade from JRuby 1.6.3 to 1.6.4simonbrandhof2011-09-091-1/+1
|
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-09-061-1/+1
|
* Revert "SONAR-2587 and SONAR-2549 conflicts between database schemas"Fabrice Bellingard2011-08-221-1/+1
| | | | | | Reason: support of PostgreSQL is broken. This reverts commit 3a77746009765300042ef795ae77dc4cb3c0bcb0.
* SONAR-2587 and SONAR-2549 conflicts between database schemassimonbrandhof2011-08-191-1/+1
|
* Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10Simon Brandhof2011-08-151-1/+1
|
* [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
|
* [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-9/+8
|
* Add description to pomSimon Brandhof2011-08-091-0/+1
|
* Fix required constraints of Nexus stagingSimon Brandhof2011-08-081-2/+1
|
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
|
* Execute the phase 'install' during release:prepareSimon Brandhof2011-08-051-0/+1
|
* Move to nexus.codehaus.org + configuration of maven release plugin is backSimon Brandhof2011-08-051-2/+17
|
* Remove mail.jar from standalone applicationSimon Brandhof2011-08-031-0/+6
|
* Upgrade to sonar-dev-maven-plugin 1.3.2 and set the surefire property ↵Simon Brandhof2011-08-021-1/+7
| | | | runOrder=random
* SONAR-75 rename i18n bundles to l10n bundlesSimon Brandhof2011-07-291-1/+1
| | | | | | | Article from the W3C : Localization refers to the adaptation of a product, application or document content to meet the language, cultural and other requirements of a specific target market (a "locale"). Internationalization is the design and development of a product, application or document content that enables easy localization for target audiences that vary in culture, region, or language.
* SONAR-2596,SONAR-2601 UI for email notificationsEvgeny Mandrikov2011-07-261-1/+1
| | | | | | | * Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin
* SONAR-2596,SONAR-2600 Improve notification mechanismEvgeny Mandrikov2011-07-201-0/+1
| | | | | * Persist notifications into DB for later delivery. * Add sonar-email-plugin, which sends notifications by email.
* Remove the configuration of unused maven release pluginsimonbrandhof2011-07-171-17/+0
|
* Merge branch 'release-2.9'simonbrandhof2011-07-171-12/+33
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: archetypes/sonar-basic-plugin/pom.xml archetypes/sonar-gwt-plugin/pom.xml plugins/sonar-checkstyle-plugin/pom.xml plugins/sonar-cobertura-plugin/pom.xml plugins/sonar-core-gwt/pom.xml plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-findbugs-plugin/pom.xml plugins/sonar-googleanalytics-plugin/pom.xml plugins/sonar-pmd-plugin/pom.xml plugins/sonar-squid-java-plugin/pom.xml plugins/sonar-surefire-plugin/pom.xml pom.xml samples/pom.xml sonar-application/pom.xml sonar-batch-bootstrapper/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch/pom.xml sonar-channel/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core-maven-plugin/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-gwt-api/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-server/pom.xml sonar-squid/pom.xml sonar-testing-harness/pom.xml sonar-ws-client/pom.xml
| * Postpone deployment on nexus.codehaus.org2.9simonbrandhof2011-07-171-1/+1
| | | | | | | | See http://jira.codehaus.org/browse/HAUS-2101
| * Release 2.9simonbrandhof2011-07-171-1/+1
| |
| * Add release configuration for nexus.codehaus.orgsimonbrandhof2011-07-171-13/+33
| | | | | | | | | | | | - sign artifacts - list public keys into the file KEYS - maven 2.1.0 and 2.2.0 are forbidden because they produce incorrect GPG signatures and checksums respectively
| * Allow to configure url of maven snapshot repositorySimon Brandhof2011-07-131-3/+4
| |
| * [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-07-081-1/+1
| |
| * [maven-release-plugin] prepare release 2.9-RC1Simon Brandhof2011-07-081-4/+3
| |
| * Add the goal 'deploy' to maven release pluginSimon Brandhof2011-07-081-0/+1
| |
* | Check license headers during default buildSimon Brandhof2011-07-151-33/+31
| |
* | SONAR-2589 Creation of a I18n English PackFabrice Bellingard2011-07-131-0/+14
| | | | | | | | | | - Creation of the plugin - Modification the I18nManager to read keys from this plugin in the first place
* | Move m2eclipse configuration into separate profileEvgeny Mandrikov2011-07-121-73/+80
| |
* | Upgrade maven pluginsEvgeny Mandrikov2011-07-121-74/+73
| | | | | | | | | | | | | | * maven-failsafe-plugin to 2.9 * maven-enforcer-plugin to 1.0.1 * animal-sniffer-maven-plugin to 1.7 * Replace tab by 2 spaces in pom.xml
* | Add m2eclipse configuration into POM to get Maven support in EclipseFabrice Bellingard2011-07-121-0/+73
| | | | | | | | | | -> This is required for m2eclipse 1.0.0 See http://wiki.eclipse.org/M2E_plugin_execution_not_covered
* | SONAR-75 continue i18nsimonbrandhof2011-07-111-1/+1
| |
* | Upgrade to JRuby 1.6.3Simon Brandhof2011-07-111-1/+1
| |
* | Upgrade maven pluginsSimon Brandhof2011-07-111-4/+4
| |
* | Upgrade version to 2.10-SNAPSHOTSimon Brandhof2011-07-111-1/+1
| |
* | temporary reverting to 2.9-SNAPSHOTsimonbrandhof2011-07-101-1/+1
| |
* | Upgrade to version 2.10-SNAPSHOTsimonbrandhof2011-07-101-1/+1
|/
* SONAR-2497 Merge i18n plugin with coreSimon Brandhof2011-06-211-1/+0
|
* Add warning in pom.xml for future Derby upgradeSimon Brandhof2011-06-141-7/+14
|
* Remove dependency on classworlds - use only plexus-classworldsEvgeny Mandrikov2011-06-131-12/+42
|
* SONAR-75 Apply first version of contribution by www.serli.comSimon Brandhof2011-06-131-0/+1
|
* SONAR-2512 Fix dependencies on commons-beanutilsEvgeny Mandrikov2011-06-091-0/+28
| | | | | Forbid dependency on commons-beanutils-core and instead use commons-beanutils 1.8.3
* Fix maven repository for sample of checkstyle extensionSimon Brandhof2011-05-311-1/+1
|
* Upgrade to version 2.9-SNAPSHOTsimonbrandhof2011-05-131-1/+1
|
* Temporarily downgrade version to 2.8-SNAPSHOTsimonbrandhof2011-05-101-1/+1
|
* Upgrade Javadoc maven pluginsimonbrandhof2011-05-101-2/+1
|
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-091-1/+1
|
* Release 2.8-RC2simonbrandhof2011-05-091-1/+1
|