Re: Excluding a submodule from package/install phases.

2014-01-22 Thread Todd Chapman
Thank you Curtis. That was very helpful. On Tue, Jan 21, 2014 at 12:02 PM, Curtis Rueden ctrue...@wisc.edu wrote: Hi Todd, In our multi-module project we have one module that is only used for development in our IDE. Is there a way to configure this project so that it is always excluded

Re: Excluding a submodule from package/install phases.

2014-01-22 Thread Mirko Friedenhagen
Just for documentation purposes: - Netbeans sets an environment variable called NB_EXEC_MAVEN_PROCESS_UUID (AFAIK should be propertynameenv.NB_EXEC_MAVEN_PROCESS_UUID/name/property in the profile). - I use this in $HOME/.mavenrc to extend MAVEN_OPTS with -Dorg.slf4j.simpleLogger.showDateTime=true

Excluding a submodule from package/install phases.

2014-01-21 Thread Todd Chapman
Hello, In our multi-module project we have one module that is only used for development in our IDE. Is there a way to configure this project so that it is always excluded from package phase? Thanks, -Todd

Re: Excluding a submodule from package/install phases.

2014-01-21 Thread Curtis Rueden
Hi Todd, In our multi-module project we have one module that is only used for development in our IDE. Is there a way to configure this project so that it is always excluded from package phase? With Eclipse, you can do something similar using profiles: profiles profile ideclipse/id