-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- Go to https://github.com/SonarCommunity/sonar-l10n-it/releases
- Download the compressed file of the version you want: 1.0 or 1.3
- Pick a comfortable directory unpack the files into project folder
- Open command line or terminal window and navigate to project folder (Hope you have neccesary maven 2.2 & above setup)
-
mvn clean install
ormvn clean package
- Artifact is ready, move it to SONAR_HOME/extensions/plugins and restart the server
Documentation intended for novice github user with development background