maven
SCM-Activity-Plugin and Taglist in SONAR
I'm currently trying to setup a little CI environment for our java maven project. I'm using Eclipse. Jenkins and Sonar. So far most parts seem to work, except the scm-activity-plugin and taglist plugin in sonar. I installed the plugin, restarted sonar and the pluging shows up under the configuration. But I don't see any user information in the source view... I specified the scm subversion connection (url/password/user) under project->settings -> SCM Activity in Sonar, but still no luck. Do I need to specify the scm connection in the maven pom (where do I need to put it in a multimodule setup)? Same goes with the Taglist Plugin? Installed, configured in the checkstyle comment segment but no results are visible?! So, the question is, what in information must be set in the POM? Till now I don't specify scm or sonar in the pom an trigger the sonar integration via jenkins...what is the best practice here? Do I need to specify things like sonar, scm, jenkins, artifactory in the pom? Thanks, Ingo
For the SCM Activity plugin since you use Maven you need to specify the SCM Url in your pom.xml like this : <scm> <url>scm:svn:svn://255.255.255.255/path/to/your/project</url> </scm> For more details about url format see : http://maven.apache.org/scm/scm-url-format.html Taglist plugin doesn't need any configuration in your pom.xml but you need to create rules to define the tags you want to hunt. See http://docs.codehaus.org/display/SONAR/Taglist+Plugin
Related Links
ant command for block replacement
Mule devkit Error: [ERROR] Could not create MANIFEST for Studio plugin: Attempt to reopen a file for path MANIFEST.MF
IntelliJ Error : “Cannot Resolve Symbol” in all Maven and Gradle Dependencies
an error in runining canopy example in mahout
JaCoCo report generation using maven
myeclipse2014 create maven project :The desired archetype does not exist
Maven - Inherit parent pom's modules [duplicate]
Jboss 7.x redeploy option
Multiple Sources directories using maven-remote-resources-plugin
Skip compilation of integration test in maven project
No setter found for property 'kBaseName' in class 'org.kie.spring.factorybeans.KBaseFactoryBean'
IOException issues
Run JMeter headless with maven with AMQP plug in
Can I get Maven to turn a file into properties I can use in my Maven script?
Deploy an artifact into Archiva repo using maven POM
Alternative place to specify mvn --fail-at-end command line option?