Hey there, Had a quick question that hopefully someone here can answer.
The main problem my team is running into is that sometimes we need to generate different Java package names depending on the team's needs. An example of this would be as follows: com.company.app.development com.company.app.test Is there anyway to do this in Maven manually or automatically? Or a plugin that can manage this? I'm trying to do this in an Android project if that helps at all. Thanks
