> Other Notes
> 1) I am not using the standard Maven directory structure. All I am
> supposed
> to do with Maven is create a project site for an existing project using
> mvn
> site:site.

I don't know if this will help, but did you try using the basedir element
under the changelog plugin configurations to set the source directory?
 <configuration>
   ...
  <basedir>yourDir/main/java</basedir>
 </configuration>



> 2) Is there any way to get some more feedback regarding the error? My
> problem here is that I have NO IDEA where things are going wrong so I
> don't
> know where to start fixing.

To turn on error stacktraces:  mvn site -e

To turn on debuging:  mvn site -X


Hope this helps,
-Nate


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

Reply via email to