Re: Disable Netbeans auto=recognition of a maven-project

2018-12-22 Thread Emilian Bold
I'm certain it's possible but don't have a quick answer as I've never
heard of it before. Deactivating the Maven plugin(s) would do the
trick.

I see maven has NbMavenProjectImpl.java which is probably what you want gone.

Note that the folder icon might be cached so just disabling the plugin
might still show the icon in the open dialog (there's a way to clear
the cache but I don't know if there's an UI for it).

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Fri, Dec 21, 2018 at 1:09 PM KT Nabe  wrote:
>
> Hello.
>
> Is there some way to disable netbeans' automatic recognition of a java 
> project with existing sources as a maven project (netbeans does this whenever 
> it detects a pom.xml file).
> Uninstalling/deactivating the maven plugin *does not* do the trick.
>
> I want to be able to have a maven project (with standard maven directory 
> layout with a pom.xml) be completely ignored by netbeans.
>
> Thanks

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Re: Disable Netbeans auto=recognition of a maven-project

2018-12-21 Thread Geertjan Wielenga
But why?

Gj

On Fri, Dec 21, 2018 at 12:09 PM KT Nabe  wrote:

> Hello.
>
> Is there some way to disable netbeans' automatic recognition of a java
> project with existing sources as a maven project (netbeans does this
> whenever it detects a pom.xml file).
> Uninstalling/deactivating the maven plugin *does not* do the trick.
>
> I want to be able to have a maven project (with standard maven directory
> layout with a pom.xml) be completely ignored by netbeans.
>
> Thanks
>


Disable Netbeans auto=recognition of a maven-project

2018-12-21 Thread KT Nabe
Hello.
Is there some way to disable netbeans' automatic recognition of a java project 
with existing sources as a maven project (netbeans does this whenever it 
detects a pom.xml file).Uninstalling/deactivating the maven plugin *does not* 
do the trick.
I want to be able to have a maven project (with standard maven directory layout 
with a pom.xml) be completely ignored by netbeans.
Thanks