[mevenide-user] problems after update netbeans maven plugin to 3.1.4

"Hartmut Lang" <hartmut.lang-IzeFyvvaP7pWk0Htik3J/[email protected]> Thu, 7 Aug 2008 07:40:09 +0200
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.user
Message-ID <E5E9C6CC7DC8844A8DA7A9EFE7B5350E02BFEEC7@esealmw118.eemea.ericsson.se>
 

I have updated to maven plugin 3.1.4 in netbeans.

 

After this my build for an unchanged projects fails with:

Scanning for projects...

project-execute

[ERROR]Runtime Exception thrown during execution

[ERROR]null

 

 

I use the cxf-codegen-plugin which seems to cause the problem. But it
does/did work with the 3.1.3 version of the maven plugin.

 

            <plugin>

                <groupId>org.apache.cxf</groupId>

                <artifactId>cxf-codegen-plugin</artifactId>

                <version>2.1.1</version>

                <dependencies>

                    <dependency>

                        <groupId>org.apache.cxf</groupId>

                        <artifactId>cxf-codegen-plugin</artifactId>

                        <version>2.1.1</version>

                    </dependency>

                    <dependency>

                        <groupId>org.apache.cxf</groupId>

                        <artifactId>cxf-xjc-ts</artifactId>

                        <version>2.1.1</version>

                    </dependency>

                </dependencies>

                <executions>

                    <execution>

                        <id>generate-sources</id>

                        <phase>generate-sources</phase>

                        <goals>

                            <goal>wsdl2java</goal>

                        </goals>

                    </execution>

                </executions>

            </plugin>                

 

 

Product Version         = NetBeans IDE 6.1 (Build 080707)

  Operating System        = Windows XP version 5.1 running on x86

  Java; VM; Vendor        = 1.6.0_07; Java HotSpot(TM) Client VM
10.0-b23; Sun Microsystems Inc.

  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_07-b06

  Java Home               = C:\Programme\Java\jdk1.6.0_07\jre

  System Locale; Encoding = de_DE (nb); Cp1252

 

Help welcome,

Hartmut Lang