> So when I do mvn package, it packages both my-project and
> dir_dont_wanna_include directories in the package. Is it possible to not
> include dir_dont_wanna_include directory? Or should I move it out of the
> src directory all together. I don't wanna move this directory from src
> is because it is java source but it actually is not the main project but
> some java scripts that run periodically calling the main my-project code

I would probably move this code to its own Maven project with its own
pom.xml file etc.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to