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