unknown
1970-01-01 00:00:00 UTC
<html><head><style id="axi-htmleditor-style" type="text/css">p { margin: 0px; }</style></head><body style="font-size: 10pt; font-family: Arial; background-image: none; background-repeat: repeat; background-attachment: fixed;">Hi Samuli,<br><br>Yes, it does work with a separate Maven2 install - that's what I was trying to say below, but it likely wasn't very clear. Sorry! If I use the embedded Maven plugin (3.0-SNAPSHOT) I have this issue, but if I install Maven separately (i.e. command line version, which is 2.2.1), then Netbeans uses this external Maven2 install and Netbeans works fine. I'll try to explain this better in the Wiki.<br><br>No, the wiki doesn't exist yet - I'll do my best to get it there this weekend (but I'm leaving town in an hour for a hockey tournament with my son's team, so I'll have to try to do this from a hotel room!).<br><br>Thanks,<br>... Russell<br><br><br><br><br>On Sat, Dec 12, 2009 03:43 AM, "***@gmail.com" <***@gmail.com> wrote:<br><blockquote style="border-left: 2px solid rgb(0, 0, 204); padding-left: 4px; margin-left: 16px;"><div style="font-family: monospace; font-size: 10pt;">Hi,<br><br>I assume you're using Netbeans' maven2 integration module/plugin. A<br>friend of mine noticed it can't handle all pom.xml that the "mvn"<br>command-line tool can. And ALS pom.xml's are pretty complex. Could you<br>try using Netbeans only for editing and plain "mvn" for building?<br><br>Have you added your Netbeans documentation to the wiki already?<br><br>Samuli<br><br>Btw. Thanks for all the hard work you've put into Netbeans + ALS. Being<br>an IDE sceptic/fobic I appreciate it a lot :).<br><br>> I will, but first ... I tried to do a clean install, to make sure my<br>> instructions for Netbeans are right - and with Release 6.8 my build is<br>> failing, with the error log as follows,<br>> /[ERROR]The following mojo parameter cannot be configured:<br>> [ERROR]Uneditable parameter:<br>> [ERROR]Name: packaging<br>> [ERROR]Alias: null<br>> [ERROR]in mojo:<br>> [ERROR]Group-Id: org.apache.maven.plugins<br>> [ERROR]Artifact-Id: maven-install-plugin<br>> [ERROR]Version: 2.2<br>> [ERROR]Mojo: install<br>> [ERROR]brought in via: packaging: war<br>> [ERROR]While building project:<br>> [ERROR]Group-Id: com.adito<br>> [ERROR]Artifact-Id: webapp<br>> [ERROR]Version: 0.9.2-SNAPSHOT<br>> [ERROR]