Brett,

Another post gave me the clue as to what I was doing wrong... In:

3) changed pom to call for new plugin ala:

  <build>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>maven-javadoc-plugin-2.0-beta-4-SNAPSHOT</version>
      </plugin>
    </plugins>
  <build>

I should have version "2.0-beta-4-SNAPSHOT" not what I specified above.

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to