maven - Netbeans project specific settings resetting -


i having problem project specific settings resetting while working.

i trying configure project use ide wide formatting configurations, after small while settings project reset use default project specific settings.

i assume related automatic build in background doing removing project configuration file haven't found out more related that.

other points note:

  • the project huge
  • the project maven configured
  • i 1 working in netbeans aware of
  • the project has parent maven project have open in ide
  • the project in git repository believe have set ignore netbeans config files.


Comments

Popular posts from this blog

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

c# - Update a combobox from a presenter (MVP) -