Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed May 17, 2017
2 parents 8c53b1d + 8adfc4a commit 1f7d0e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/src/get-started/quickstart-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ The easiest way to get a copy of the WordCount pipeline is to use the following

```
$ mvn archetype:generate \
-DarchetypeRepository=https://repository.apache.org/content/groups/snapshots \
-DarchetypeGroupId=org.apache.beam \
-DarchetypeArtifactId=beam-sdks-java-maven-archetypes-examples \
-DarchetypeVersion=LATEST \
-DarchetypeVersion={{ site.release_latest }} \
-DgroupId=org.example \
-DartifactId=word-count-beam \
-Dversion="0.1" \
Expand Down

0 comments on commit 1f7d0e7

Please sign in to comment.