« Return to Thread: problems after update netbeans maven plugin to 3.1.4

problems after update netbeans maven plugin to 3.1.4

by Hartmut Lang :: Rate this Message:

Reply to Author | View in Thread

Some parts of this message have been removed. Learn more about Nabble's security policy.

 

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

 « Return to Thread: problems after update netbeans maven plugin to 3.1.4