After running mvn archetype:create -DarchetypeGroupId=org.apache.cxf
-DarchetypeArtifactId=cxf-http-basic -Dgroupid are ignored rendering
packagenames wrong in java files
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CXF-1312
URL: https://issues.apache.org/jira/browse/CXF-1312
Project: CXF
Issue Type: Bug
Affects Versions: 2.0.3
Environment: macosx 10.4
Reporter: Nino Martinez
This is regarding CXF-665.
After running mvn archetype:create -DarchetypeGroupId=org.apache.cxf
-DarchetypeArtifactId=cxf-http-basic -Dgroupid are ignored rendering
packagenames wrong in java files.
The packagenames in helloworld.java and helloworldimpl.java are called
org.apache... eventhough they files are placed in the package specified in
dgroupid.
My guess are that there needs some more substitution in the template.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.