On Saturday 24 March 2007 17:33, Dennis Lundberg wrote:
> Roland Asmann wrote:
> > Hi,
> >
> > I thought the changelog-plugin might do some nice things for me, but I've
> > got a feeling it's not doing exactly what it is supposed to do...
> > So, my question would be: Am i right if I say that the plugin ONLY checks
> > changes on projects that have java-sources?
>
> No, that's wrong. It checks for changes to all files in your SCM system.
>
> > I wanted to use the plugin on a small project we have, that bundles only
> > Resources for use in multiple other projects (and we don't want to copy
> > the Resources around, that's the thing we use the dependencies in Maven
> > for!). Is this a bug in the plugin or is it really planned to work this
> > way?
>
> You probably haven't configured your SCM system correctly in your
> pom.xml file.

Here is the configuration, which should be fine in my opinion... I mean, how 
come the source-changes ARE found with the current configuration and the 
other changes aren't?

<scm>
<connection>scm:cvs:pserver:maven:[EMAIL 
PROTECTED]:/applications:cfc-bugzilla-plugin</connection>
<developerConnection>scm:cvs:pserver:${cvs.username}:
[EMAIL PROTECTED]:/applications:cfc-bugzilla-plugin</developerConnection>
</scm>

As for the configuration of the changelog-plugin:

<configuration>
        <type>tag</type>
        <tags>
                <tag>${artifactId}-${previous.tag.version}</tag>
        </tags>
</configuration>

And yes, the variable ${previous.tag.version} is defined, so that's also not 
the problem!

> > Also, I personally would like to see ALL changes, even those in the POM,
> > since those can have some rather big impacts on a project as well!
> >
> > Wow, I only planned to ask 1 question, ended up with 2 and a half (well,
> > sort of)... Anyway, thanks for any info you guys can give me on this!

-- 
Roland Asmann

CFC Informationssysteme Entwicklungsgesellschaft m.b.H
Bäckerstrasse 1/2/7
A-1010 Wien
FN 266155f, Handelsgericht Wien

Tel.: +43/1/513 88 77 - 27
Fax.: +43/1/513 88 62
Email: [EMAIL PROTECTED]
Web: www.cfc.at

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to