Trying to deploy an artifact to nexus, but it has to be in a specific location which ignores the groupId. Is there a way to do this?
<groupId>com.company.team</groupId>
<artifactId>project</artifactId>
<version>0.0.3-SNAPSHOT</version>
the url for our internal repository is:
http://repo.com/teamRepo/somedir/artifact/version/
but maven deploy (as expected) uploads to: