Thanks for the assistance thus far, I've been able to get much further.
However, I do get a build error, here's a snippet from the log: [INFO] Setting property: velocimacro.messages.on => 'false'. [INFO] Setting property: resource.loader => 'classpath'. [INFO] Setting property: resource.manager.logwhenfound => 'false'. [INFO] [site:site] [WARNING] No URL defined for the project - decoration links will not be resolved [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central [INFO] Skipped "About" report, file "index.html" already exists for the English version. [INFO] Generate "Change Log" report. [INFO] Generating changed sets xml to: /home/<usr/projectdir>/target/changelog.xml [INFO] Executing: cvs -z3 -f -d :pserver:<user>@<cvs_server>:2401/usr/local/cvsroot -q log -d '"2006-06-01T00: 00:00-0600<2006-09-01T00:00:00-0600"' [INFO] Working directory: /home/<usr/projectdir>/src [ERROR] Provider message: [ERROR] The cvs command failed. [ERROR] Command output: [ERROR] cvs [log aborted]: Can't parse date/time: "2006-06-01T00:00:00-0600 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error during page generation Embedded error: Error rendering Maven report: An error is occurred during changelog command : Command failed. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17 seconds [INFO] Finished at: Thu Nov 30 12:40:25 MST 2006 [INFO] Final Memory: 13M/508M [INFO] ------------------------------------------------------------------------ Any suggestions? TIA. --G On 11/29/06, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
The reason why you need the extra repo is that the changelog has not yet been released. It is my intention to call a release vote for it soon, but there is some other work regarding licenses that needs to be done first. George Stragand wrote: > Excellent! I needed that plugin repository, that was what I was missing. > Thanks! > > On 11/29/06, Rémy Sanlaville <[EMAIL PROTECTED]> wrote: >> >> Here is my changelog configuration: >> <plugin> >> <groupId>org.apache.maven.plugins</groupId> >> <artifactId>maven-changelog-plugin</artifactId> >> <version>2.0-SNAPSHOT</version> >> <configuration> >> <type>date</type> >> <dates> >> <date implementation="java.lang.String >> ">2006-06-01</date> >> <date implementation="java.lang.String >> ">2006-09-01</date> >> </dates> >> <dateFormat>yyyy-MM-dd</dateFormat> >> </configuration> >> </plugin> >> >> But you also have to add the Maven Snapshot plugin repository in your >> pom.xml or setting.xml >> <pluginRepositories> >> <pluginRepository> >> <id>apache.snapshots</id> >> <url>http://people.apache.org/maven-snapshot-repository/</url> >> </pluginRepository> >> </pluginRepositories> >> >> Rémy >> >> 2006/11/29, George Stragand <[EMAIL PROTECTED]>: >> > >> > I see the pages for changelog, however when I attempt to add it to my >> > reports and run a site, I get "The plugin ' >> > org.apache.maven.plugins:maven-changelog-plugin' does not exist or no >> > valid >> > version could be found". Is there a different plugin repo I need to >> pull >> > from? >> > >> > I'd really like to go to subversion in the future, right now I am stuck >> as >> > I >> > interited a bunch of code so installing a new version control system is >> > not >> > a priority. >> > >> > >> >> > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
