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

Re: problems after update netbeans maven plugin to 3.1.4

by Milos Kleint-2 :: Rate this Message:

Reply to Author | View in Thread

we did upgrade the maven embedder between 3.1.3 and 3.1.4. It was to
fix a different issue (long dependency version caused
NumberFormatException)
Can you file a bug report at
http://www.netbeans.org/issues/enter_bug.cgi?component=maven
and also attach the debug maven output. That should show what the
exception is about.

as a workaround, you can setup netbeans to run with command line maven.

Hope that helps.

Milos

On Thu, Aug 7, 2008 at 7:40 AM, Hartmut Lang <hartmut.lang@...> wrote:

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

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

    http://xircles.codehaus.org/manage_email


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