Skip to content

Generating Artifact

Shiva edited this page Oct 29, 2015 · 1 revision

There isn't easy to spot url to download the artifact as you could do for programming language or widget plugins, and if update center fails you try this.

  1. Go to https://github.com/SonarCommunity/sonar-l10n-it/releases
  2. Download the compressed file of the version you want: 1.0 or 1.3
  3. Pick a comfortable directory unpack the files into project folder
  4. Open command line or terminal window and navigate to project folder (Hope you have neccesary maven 2.2 & above setup)
  5. mvn clean install or mvn clean package
  6. Artifact is ready, move it to SONAR_HOME/extensions/plugins and restart the server

Documentation intended for novice github user with development background

Clone this wiki locally