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

Create 'Dockerfile' in the project when docker property is set false #138

Open
ZhengJun003 opened this issue Mar 10, 2020 · 1 comment
Open

Comments

@ZhengJun003
Copy link

Environment:

Eclipse: 2019-12
azure-functions-archetype: 1.26

Reproduce Steps:

  1. In Eclipse, select the File menu, then select New -> Maven Project.
  2. Accept the defaults in the New Maven Project dialogue and select Next.
  3. Select Add Archetype and add the entries for the azure-functions-archetype.
    • Archetype Group ID: com.microsoft.azure
    • Archetype Artifact ID: azure-functions-archetype
    • Version: Use latest version 1.26 from the central repository
      image
  4. Click OK and then click Next. Be sure to fill in values for all of the fields, and eventually Finish.

Result:

Create 'Dockerfile' in the project when docker property is set false.
image

@Flanker32
Copy link
Member

Eclipse didn't support our custom archetype parameters and will always set docker to be true, as a workaround, please try generate the project in bash first and then open the project with eclipse

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

No branches or pull requests

2 participants