An alternative way could be to right click on your projects "Dependencies"
and select "Add dependency...".
Then make sure that "Only NetBeans" is checked and type "projectui" as
query.
Expand and add to your desire.

Den mån 5 okt. 2020 kl 14:46 skrev Geertjan Wielenga <geert...@apache.org>:

> https://dzone.com/articles/how-create-maven-nb-project-type
>
> Gj
>
> On Mon, Oct 5, 2020 at 2:43 PM Randall Wood <rhw...@mac.com.invalid>
> wrote:
>
> > NetBeans Platform for Beginners has the following statement (Section 9.2,
> > page 307):
> >
> > > Enabling the Project System is simple. Right-click a NetBeans Platform
> > application and choose Properties. The Project Properties dialog opens.
> In
> > the Libraries tab, expand the ide node, and put a checkmark next to
> Project
> > UI. You will be prompted to include related NetBeans modules, via the red
> > Resolve button. Click the button. Then close the Project Properties
> dialog.
> > Clean the application and then run it.
> > >
> >
> > These directions are clearly based on the ant-based NetBeans Platform
> > Application. I cannot figure out the equivalent action to take on a
> > Maven-based NetBeans Platform Application. Is there a crosswalk between
> the
> > Ant-based modules and maven artifacts?
> >
> > If not, what artifacts do I need to perform the equivalent of those
> steps?
> >
> > If I add only the org-netbeans-modules-projectui artifact (which may or
> > may not be needed), I get the stack trace recorded at
> > https://gist.github.com/rhwood/948abb90d9f7bbb604afd8f62eadbcfd
> >
> > V/R
> > Randall Wood
>

Reply via email to