Skip to content
Snippets Groups Projects
Commit 3c3e497c authored by Alexander Perucci's avatar Alexander Perucci
Browse files

update creation of package name

parent 7ff73ff4
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ public class CDConsumerPartGeneratorImpl implements CDConsumerPartGenerator {
cdConsumerPartData.setName(consumerPartName);
cdConsumerPartData.setArtifactId(consumerPartName);
cdConsumerPartData.setGroupId(GROUP_ID_BASE);
cdConsumerPartData.setPackagename(PACKAGE_NAME_BASE + "." + consumerPartName);
cdConsumerPartData.setPackagename(PACKAGE_NAME_BASE + "." + Utility.createArtifactName(consumerPartName));
cdConsumerPartData.setWsdlname(consumerPartName);
String tempFolderPath = Utility.createTemporaryFolderFromMillisAndGetPath();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment