Hi Jesse thank you again for explanation and updates. My questions were not clear enough. I understand the site setup with maven's pom. I assumed that there is a jenkins job or similar that would be running the maven site:deply. I was curious where it was running and how it was triggered.
Jan On Jul 18, 2012, at 2:29 PM, Jesse Glick wrote: > 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 Jan Ruzicka Senior Software Engineer Comtech Mobile Datacom Corporation 20430 Century Blvd, Germantown, MD 20874 Office: 240-686-3300 Fax: 240-686-3301 The information contained in this message may be privileged and/or confidential. If you are not the intended recipient, or responsible for delivering this message to the intended recipient, any review, forwarding, dissemination, distribution or copying of this communication or any attachment(s) is strictly prohibited. If you have received this message in error, please so notify the sender immediately, and delete it and all attachments from your computer and network.
