On 07/18/2012 01:47 PM, Jan Ruzicka wrote:
Can there be a readme file in the project root directory pointing to CI job?

I committed ciManagement to the POM, which is the standard indication. For example NetBeans tries to display job status automatically when it opens the project, though this currently fails for BuildHive jobs [1].


A badge like r-plugin has

Added a badged readme too.


BTW what is pushing the site for maven-hpi-plugin to webserver?

Typically 'mvn deploy' would do this, based on this configuration:

<distributionManagement>
  <site>
    <id>jenkins-ci.org:/var/www</id>
    <url>scp://jenkins-ci.org/var/www/jenkins-ci.org/maven-hpi-plugin/</url>
  </site>
</distributionManagement>


[1] http://netbeans.org/bugzilla/show_bug.cgi?id=215135

Reply via email to