You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/07/28 19:25:14 UTC

[jira] Resolved: (CXF-1312) After running mvn archetype:create -DarchetypeGroupId=org.apache.cxf -DarchetypeArtifactId=cxf-http-basic -Dgroupid are ignored rendering packagenames wrong in java files

     [ https://issues.apache.org/jira/browse/CXF-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1312.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.5

Resolved as part of cleaning up the archetype.   It's now:

mvn archetype:create -DarchetypeGroupId=org.apache.cxf.archetype -DarchetypeArtifactId=cxf-jaxws-javafirst -DgroupId=foo.blah -DartifactId=barf


> 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
>             Fix For: 2.1.5
>
>
> 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.