i didn't specify any version in the master POM.

    <reporting>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jxr-plugin</artifactId>
      </plugin>
    </reporting>

but in my local repository i found:
.m2\repository\org\apache\maven\plugins\maven-jxr-plugin\2.0\maven-jxr-plugin-2.0.jar
+ *.pom + ...

thx 4 your help


diroussel wrote:
> 
> What version are you using?   I'm using jxr-maven-plugin\2.0-beta-1 and I
> don't seem to have that problem.
> 
> 
> CodingPlayer wrote:
>> 
>> Hi All,
>> 
>> I'm currently trying to get the maven-jxr-plugin running.
>> 
>> But there seems to be a bug in the plugIn or something missing in my
>> configuration.
>> 
>> The Source Reference Pages are generated (when i run mvn site:site), but
>> the packackge-frame.html and the package-summary.html are stored in a
>> different folder as the class.html files.
>> 
>> This problems ends up with missing links to the class.html files.
>> 
>> 
>> in detail:
>> the package-frame.html... is stored at
>> 
>>    \target\site\xref\com\company\sub-package
>> 
>> but the class.html files are stored at
>> 
>>    \target\site\xref\java\com\company\sub-package
>> 
>> 
>> 
>> Since i'm new to Maven2, i couldn't find out how to configure the plugIn
>> correctly.
>> 
>> I even tried to pass a
>> <destDir>${project.build.directory}/site/xref</destDir> but the problem
>> still occurs.
>> 
>> thankful 4 any help
>> R.C.
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-M2--maven-jxr-plugin-tf2299647.html#a6403861
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to