A week or so ago, I filed this as a bug with the Xdoclet team. The plugin looks for the xjavadoc plugin with the groupId "xjavadoc" instead of "xdoclet". I haven't heard anything back.

The frustrating part is that the only way I was able to figure out the error was by looking at the plugin's project.xml.

To fix it, you must either put the jar into <repo>/xjavadoc/jars or use the jar override feature and put it wherever you want. I requested that the xjavadoc jar be put into its own directory (not the xdoclet dir) on ibiblio, but the request was denied.


Aleksandr Shneyderman wrote:
Konstantin Priblouda wrote:

Well, if yoyu use gourpid, you have to call your
xjavadoc xdoclet-xjavadoc.whatever.jar


According to the documentation the files are located according to the following pattern:

${repo}/${groupId}/${type}s/${artifactId}-${version}.${type}

So if my dependency looks something like the following:
      <dependency>
          <artifactId>xjavadoc</artifactId>
          <groupId>xdoclet</groupId>
          <version>1.0.2</version>
          <type>jar</type>
      </dependency>

Should not I expcet maven to find the jar if the file at location
${repo}/xdoclet/jars/xjavadoc-1.0.2.jar does exists?

Thanks,
Alex.


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



Reply via email to