NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
krenfro
Joined: 15 Dec 2009 Posts: 3 Location: Austin, TX
|
Posted: Tue Dec 15, 2009 7:47 pm Post subject: maven changes plugin support |
|
|
I use the maven-changes-plugin in several of my java projects. It produces a handy report of changes during the maven site goal. This plugin reads an XML file located, by default, in src/changes/changes.xml.
Is there a way to configure NetBeans to show the /src/changes/ folder under Other Sources in the Projects window? Currently, I have to switch to the Files window and navigate to the file to do my edits.
thanks. |
|
| Back to top |
|
 |
mkleint Posted via mailing list.
|
Posted: Sun Dec 20, 2009 8:00 pm Post subject: maven changes plugin support |
|
|
Other sources contains src/main/XXX and resources as defined in pom.xml.
For anything else, see the Files view. We cannot really have everything
accessible from the Projects view. The point of the Files view is the
fallback for accessing not-so-frequently used content within the project.
Milos
krenfro wrote:
| Quote: | I use the maven-changes-plugin in several of my java projects. It produces a handy report of changes during the maven site goal. This plugin reads an XML file located, by default, in src/changes/changes.xml.
Is there a way to configure NetBeans to show the /src/changes/ folder under Other Sources in the Projects window? Currently, I have to switch to the Files window and navigate to the file to do my edits.
thanks.
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|