Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Name issue for package and appName properties #65

Open
bsaby opened this issue Sep 13, 2018 · 1 comment
Open

Name issue for package and appName properties #65

bsaby opened this issue Sep 13, 2018 · 1 comment
Milestone

Comments

@bsaby
Copy link

bsaby commented Sep 13, 2018

The expression '[A-Za-z0-9_-.]+' is good to name groupid and artifactid.
And the value of package property will set the default value to groupid, and value of appName will use the artifactid to set the default name prefix. Now the issue is that the expression '[A-Za-z0-9_-.]+' do not apply to package and appname if user choose default value of package and appname.

e.g.
image
image

@Flanker32 Flanker32 added this to the backlog milestone Sep 14, 2018
@mjg123
Copy link

mjg123 commented Sep 8, 2020

I just popped up to report this too. I think this might be a maven problem - it seems that maven-archetype-simple also generates code that doesn't compile if you put a - in the package name, but if there is a way for the Azure function archtype to paper over that it would help developers, IMHO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants