I have followed the instructions in this thread so far; here is a snippet of
my pom.xml:
<project ...>
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
.
.
.
</project>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</plugin>
</plugins>
</reporting>
When I use mvn site, I get this error message:
[INFO] snapshot
org.apache.maven.plugins:maven-changelog-plugin:2.0-SNAPSHOT: checking for
updates from apache.snapshots
[WARNING] repository metadata for: 'snapshot
org.apache.maven.plugins:maven-changelog-plugin:2.0-SNAPSHOT' could not be
retrieved from repository: apache.snapsh
ots due to an error: Error transferring file
[INFO] Repository 'apache.snapshots' will be blacklisted
My questions are:
1) How do "unblacklist" apache.snapshots so that I can try again
2) Is this a temporary issue with
http://people.apache.org/repo/m2-snapshot-repository, or do I need to be
looking for the plugin somewhere else?
Emmanuel Venisse wrote:
>
>
>
> Jeff Mutonho a écrit :
>> On 10/18/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>>> Do you have developers defined in your pom with an id that is the
>>> username used in your scm?
>>>
>>> Emmanuel
>>>
>>>
>> Thanks.Sorted.
>> One thing I noticed is that the "Change Log" ,"Developer Activity" and
>> "File Activity" hyper links do not appear in the list "Generated
>> ReportS" after I click on the "Project Reports" .I only see the
>> following list of hyper links :
>>
>> * Project Information
>> * Project Reports
>> o Checkstyle
>> o Cobertura Test Coverage
>> o CPD Report
>> o JavaDocs
>> o Maven Surefire Report
>> o PMD Report
>> o Source Xref
>> o Tag List
>>
>>
>> However , when I click on any one of the list items (eg Checkstyle) ,
>> the "Change Log" ,"Developer Activity" and "File Activity" links all
>> of a sudden appears on hyper link list (see below) :
>>
>> # Project Reports
>>
>> * Change Log
>> * Checkstyle
>> * Cobertura Test Coverage
>> * CPD Report
>> * Developer Activity
>> * File Activity
>> * JavaDocs
>> * Maven Surefire Report
>> * PMD Report
>> * Source Xref
>> * Tag List
>>
>>
>>
>> I noticed that during the generating of the change-log report , there
>> was an error saying :
>>
>> [INFO] Generate "Change Log" report.
>> [INFO] Using existing changelog.xml...
>> [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got
>> 0
>> [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0
>>
>> Could this be the cause ?
>
> I don't think it's the cause. These messages aren't really errors but
> velocity is too verbose.
> If it isn't a browser cache problem (but I think it is), please file an
> issue on site plugin. You
> can cerify in html files if it's ok or not.
>
> Emmanuel
>
>
> ---------------------------------------------------------------------
> 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#a6955173
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]