Status |
in development |
|---|---|
Authors |
|
Jira |
|
License |
Apache 2 |
Sources |
Compatibility Matrix
Plugin |
0.1-SNAPSHOT |
Sonar |
2.0+ |
3.5 |
Developer Guide
Prerequisites
- JDK 1.5 or better
- Maven 3
- Subversion client
Get sources from subversion
Sources can be checked out anonymously from Subversion :
Build
To update external dependencies you need to execute following command:
This will update external jars and also regenerate plug-in's MANIFEST.MF files.
To build complete update site you need to execute following command:
That will build all nested modules, including org.sonar.ide.eclipse.site project and if everything succeed, the update site can be found at org.sonar.ide.eclipse.site/target/site/
Publishing dev build
To publish dev build to the update site at http://snapshots.dist.sonar-ide.codehaus.org/eclipse/
- Build project
- Verify created update site by installing it from the local update site
- Publish update site
Publishing release
To publish dev build to the update site at http://dist.sonar-ide.codehaus.org/eclipse/
TBA

