Gauthier JACQUES

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
-
-
-
-
Gauthier JACQUES created a post, Plugin lifecycle management
Hi,I read on several threads that there was no Maven support for plugin development.Is there anything else we can use to manage our plugin lifecycle ? I.E. :- How should we manage dependency with I... -
-
-
-
Gauthier JACQUES created a post, How to add source folder to a module programmatically ?
Hi,I'm trying to add a source folder programmatically, but it does not work. I'm trying to do the following (with IntelliJ 12.1.4) :public void addSourceFolder(String relativePath, Module module) {...