fdk-java icon indicating copy to clipboard operation
fdk-java copied to clipboard

RFE: use the function name as default artifactId

Open delabassee opened this issue 8 years ago • 0 comments

By default, the generated class is HelloFunction.java and the artifact is

    <groupId>com.example.fn</groupId>
    <artifactId>hello</artifactId>

Using the function name for the artifactId and the class name might be a more sensible default value.

delabassee avatar Oct 23 '17 07:10 delabassee