Two more things to try out.

First of all, you should be using the maven-changes-plugin instead of the changes-maven-plugin. Your pom should have these lines:

        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-changes-plugin</artifactId>

Secondly you could try this:

          <from>
            <from implementation="java.lang.String">[EMAIL PROTECTED]</from>
          </from>

in analogy to your toAddresses element.

--
Dennis Lundberg

[EMAIL PROTECTED] wrote:
Hi, how can I configure the 'from' ?

Do it like this:

                                <configuration>
                                        
<xmlPath>${basedir}/src/changes</xmlPath>
                                        <smtpHost>xx.xx.xx.xx</smtpHost>
                                        <smtpPort 
implementation="java.lang.Integer">
                                                xx
                                        </smtpPort>

                                        <from>
                                                <item 
implementation="java.lang.String">[EMAIL PROTECTED]</item>
                                        </from>
                                        
                                        <toAddresses>
                                                <toAddress 
implementation="java.lang.String">
                                                        [EMAIL PROTECTED]
                                                </toAddress>
                                                <toAddress 
implementation="java.lang.String">
                                                        [EMAIL PROTECTED]
                                                </toAddress>
                                        </toAddresses>
                                </configuration>

doesn't works ;-(
It takes always the first developert from ${project.developers}

Fredy
Kabel Deutschland bietet Ihnen Internet, Telefonieren und Fernsehen aus einer Hand. Informieren Sie sich über unsere Produkte unter
www.kabeldeutschland.de
Diese E-Mail und etwaige Anhänge enthalten vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, benachrichtigen Sie bitte den Absender und vernichten Sie anschließend diese Mail und die Anlagen.


---------------------------------------------------------------------
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]

Reply via email to