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

The archetype:generate - appName #420

Open
hyyan opened this issue Jan 23, 2025 · 0 comments · May be fixed by #427
Open

The archetype:generate - appName #420

hyyan opened this issue Jan 23, 2025 · 0 comments · May be fixed by #427
Assignees

Comments

@hyyan
Copy link
Member

hyyan commented Jan 23, 2025

The webforJ archetypes support an optional parameter named appName. When provided, this parameter can be used in the generated project’s POM file. Depending on the used webforJ archetype, it can be utilized as a default title for the application.

Add these info in getting started page

mvn -B archetype:generate \
-DarchetypeGroupId=com.webforj \
-DarchetypeArtifactId=webforj-archetype-hello-world \
-DgroupId=org.example \
-DarchetypeVersion=LATEST \
-DartifactId=my-hello-world-app \
-Dversion=1.0-SNAPSHOT  \
-DappName=MyHelloWorldApp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants