Hi all,

I have the following problem when using the Maven changelog plugin using
Eclipse. Here is my plugin config (locate into a build tag) in my main
pom file:

<plugin>
       <groupId>org.apache.maven.plugins</groupId>
       <artifactId>maven-changelog-plugin</artifactId>
         <executions>
           <execution>
             <phase>compile</phase> 
               <goals>
                 <goal>changelog</goal>
               </goals>
           </execution>
         </executions>
         <configuration>
           <username>jwintere</username>
           <password>xxxx</password>
         </configuration>
</plugin>

When i run Maven using '/usr/local/maven-2.0.7-bin/maven-2.0.7/bin/mvn
compile', it launch the changelog plugin and it generate the changelog
XML file...

When i'm using it through Eclipse, i got the following errors:

[INFO] changelog:changelog {execution: default}
[ERROR] mojo-execute : changelog:changelog {execution: default}
Diagnosis: An error has occurred in Change Log report generation.
FATAL ERROR: Error executing Maven for a project
[ERROR] project-execute : com.test.jo:parent:pom:0.0.1 (  task-segment:
[compile] )
Diagnosis: An error has occurred in Change Log report generation.
FATAL ERROR: Error executing Maven for a project
[ERROR] reactor-execute : /home/hatman/dev/log-viewer/eclipse-dev/daemon
Diagnosis: An error has occurred in Change Log report generation.
FATAL ERROR: Error executing Maven for a project
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] An error has occurred in Change Log report generation.



I don't really know what is wrong... Any help would be appreciated !

Thanks in advance !

Joël


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to