Thanks for those hints. I think I got the POM stuff right now, but the next problem is already there. 'mvn site' says:
The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found > Alexander Kriegisch wrote: >> >> this is really a newbie's question: I am trying to configure the >> changelog >> plugin in Maven 2, but I don't even know where to put the <plugin> >> section >> in my pom.xml. I tried to stuff it directly into <build>, into >> <reporting> >> and a few others. I am always getting parse errors. >> > The configuration should go in the reporting/plugins part. Have a look at > http://maven.apache.org/guides/mini/guide-site.html > > (section Configuring Reports) > > > Alexander Kriegisch wrote: >> >> The thing is, that the plugin project page shows sample config snippets, >> but without any context. So I would appreciate a full sample pom.xml and >> also a sample command line, as I don't even know which goal to specify. >> I >> never used Maven 1.x and am still a Maven 2 newbie, as I said. So I >> apologise to everybody who thinks this should be crystal-clear. It is >> not >> to me, unfortunately. >> > You're right, documentation isn't clear at the moment, but I guess you > should read the documentation above, and things would get more clear for > you. > The maven team is at the moment putting a lot of work on the plugin > documentation: > http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Documentation?showComments=true&showCommentArea=true > > Denis. > -- > View this message in context: > http://www.nabble.com/How-to-configure-Maven2-changelog-plugin-tf1996564.html#a5481183 > Sent from the Maven - Users forum at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
