Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.3, 2.1.4, 2.2.0
-
None
-
os:win2003
-
Patch Available
Description
1.Create an application client, and by default server and client module id in deployment plan are the same , for example:
<dep:client-environment>
<dep:moduleId>
<dep:groupId>default</dep:groupId>
<dep:artifactId>test</dep:artifactId>
<dep:version>1.0</dep:version>
<dep:type>car</dep:type>
</dep:moduleId>
</dep:client-environment>
<dep:server-environment>
<dep:moduleId>
<dep:groupId>default</dep:groupId>
<dep:artifactId>test</dep:artifactId>
<dep:version>1.0</dep:version>
<dep:type>car</dep:type>
</dep:moduleId>
</dep:server-environment>
2.Deploy application client, error exists: default/test/1.0/car module already exists.
3.And users should modify this plan manually to make server and client module id are different.
So in this patch, add "server" to server artifactid to distinguish from client artifact id.