eclipse-ee4j / eclipse-ee4j/jersey

Maven Generate command in Getting Started Documentation needs Hint for Windows user

Open
#3,414 3 comments 0 reactions 0 assignees View on GitHub
Component: website Priority: Trivial Type: Improvement
Dominant language
Java
Stars
730
Forks
382
PR merge metrics
No merged PRs in 30d

Description

The mvn commands in the Getting stared documentation don't work for Windows users. In Windows you have to add ".." around the Options.
(see [http://stackoverflow.com/a/31237376/1528488](http://stackoverflow.com/a/31237376/1528488) )

If you write a Hint on how to use it, that would help newbies like me.

Windows version of Maven commands in Getting-Started tutorial:
---------------------------------------------------------------------------------------------
mvn archetype:generate
"-DarchetypeArtifactId=jersey-quickstart-grizzly2"
"-DarchetypeGroupId=org.glassfish.jersey.archetypes" "-DinteractiveMode=false"
"-DgroupId=com.example -DartifactId=simple-service" "-Dpackage=com.example"
"-DarchetypeVersion=2.23.1"
---------------------------------------------------------------------------------------------
mvn archetype:generate
"-DarchetypeArtifactId=jersey-quickstart-webapp"
"-DarchetypeGroupId=org.glassfish.jersey.archetypes"
"-DinteractiveMode=false"
"-DgroupId=com.example"
"-DartifactId=simple-service-webapp"
"-Dpackage=com.example"
"-DarchetypeVersion=2.23.1"

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.