That did the trick Stoddarn!!
This is my plugin declaration in my pom.xml now.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<configuration>
<basedir>${basedir}</basedir>
</configuration>
<version>2.0-SNAPSHOT</version>
</plugin>
stoddarn wrote:
>
>
>> 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]
>
>
>
--
View this message in context:
http://www.nabble.com/changelog-maven-plugin-and-scm-error-tf2227141.html#a7016735
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]