Nexus dependency adjustment

Hi Dear Camunders,

found one thing, maybe a bug, that when I create a new Maven project with archetype camunda-archetype-servlet-war and later on I changed dependency settings to EE version then I need to change the following dependency

<repository>
 <id>camunda-bpm-nexus-ee</id>
      <name>Camunda Enterprise Maven Repository</name>

    <repository>
       <id>camunda-bpm-ee</id>
            <name>camunda-bpm-ee</name>

otherwise I get 401

M.