Update Usage documentation
--------------------------

                 Key: MOJO-1295
                 URL: http://jira.codehaus.org/browse/MOJO-1295
             Project: Mojo
          Issue Type: Bug
          Components: dashboard
         Environment: Windows, JDK 1.6
            Reporter: Anthony Whitford


The [Usage|http://mojo.codehaus.org/dashboard-maven-plugin/usage.html] 
documentation states that you need to specify the Codehaus plugin repository, 
but the plugin is available on 
[Central|http://repo1.maven.org/maven2/org/codehaus/mojo/dashboard-maven-plugin/1.0.0-beta-1/],
 so that should not be necessary.

Alas, if you do not, it doesn't work _unless_ you specify the plugin in the 
{{<build>}} section too, like:
{code:xml}
<build>
  <plugins>
    <plugin>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>dashboard-maven-plugin</artifactId>
    </plugin>
  </plugins>
</build>
{code}

For those of us using a Maven Proxy (like Artifactory), we do not want poms to 
specify special repositories (other than the Corporate repo).  As a result, 
documenting the {{<build>}} solution is preferable.


See [MNG-4001|http://jira.codehaus.org/browse/MNG-4001].


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to