Maven build for velocity-site fails because of missing plexus utils dependency
------------------------------------------------------------------------------
Key: VELOCITY-608
URL: https://issues.apache.org/jira/browse/VELOCITY-608
Project: Velocity
Issue Type: Bug
Components: Website
Reporter: Jarkko Viinamäki
Attachments: velocity-site.patch
I checked out http://svn.apache.org/repos/asf/velocity/site/ and ran Maven
build:
mvn site
-->
C:\work\workspace\other\velocity-site\tools\velocity-site-news-plugin\target\generated-sources\model
lo\org\apache\velocity\site\news\model\io\xpp3\NewsXpp3Reader.java:[18,31]
cannot find symbol
symbol : class ReaderFactory
location: package org.codehaus.plexus.util
C:\work\workspace\other\velocity-site\tools\velocity-site-news-plugin\target\generated-sources\model
lo\org\apache\velocity\site\news\model\io\xpp3\NewsXpp3Reader.java:[809,24]
cannot find symbol
symbol : variable ReaderFactory
location: class org.apache.velocity.site.news.model.io.xpp3.NewsXpp3Reader
C:\work\workspace\other\velocity-site\tools\velocity-site-news-plugin\target\generated-sources\model
lo\org\apache\velocity\site\news\model\io\xpp3\NewsXpp3Reader.java:[825,24]
cannot find symbol
symbol : variable ReaderFactory
location: class org.apache.velocity.site.news.model.io.xpp3.NewsXpp3Reader
---
to fix that, add dependency to plexus-utils in pom.xml:
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.5</version>
</dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]