Wow! Is that all that is needed? Cool.
Sorry for my previous suggestion then, this is *much* more trivial ;) Ate On 04/29/2011 08:14 PM, [email protected] wrote:
Author: carlucci Date: Fri Apr 29 18:14:36 2011 New Revision: 1097904 URL: http://svn.apache.org/viewvc?rev=1097904&view=rev Log: The nbactions.xml file can be placed into your rave-portal working directory and will provide your Netbeans IDE with a new custom "cargo-start" maven action which can be used to startup your local rave installation via Netbeans Added: incubator/rave/trunk/etc/netbeans/ incubator/rave/trunk/etc/netbeans/nbactions.xml Added: incubator/rave/trunk/etc/netbeans/nbactions.xml URL: http://svn.apache.org/viewvc/incubator/rave/trunk/etc/netbeans/nbactions.xml?rev=1097904&view=auto ============================================================================== --- incubator/rave/trunk/etc/netbeans/nbactions.xml (added) +++ incubator/rave/trunk/etc/netbeans/nbactions.xml Fri Apr 29 18:14:36 2011 @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<actions> +<action> +<actionName>CUSTOM-cargo-start</actionName> +<displayName>cargo-start</displayName> +<goals> +<goal>cargo:start</goal> +</goals> +</action> +</actions>
