Reputation: 1140
When I try to create a new package, I right click on it and then click on the 'mark directory as' option. However, I have nothing but the 'exclude' option. Is it because I should connect my project with Maven?
Upvotes: 2
Views: 5704
Reputation: 1357
Is it your project imported from outside? In this case you should set your project as a Maven project, take a look here--> https://www.jetbrains.com/help/idea/2016.1/importing-project-from-maven-model.html
Upvotes: 1