Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/brooklyn-docs/pull/113#discussion_r81711111
  
    --- Diff: guide/java/archetype.md ---
    @@ -26,11 +26,13 @@ Alternatively, all options can be supplied at the 
command line. For example,
     if creating a project named "autobrick" for "com.acme":
     
     {% highlight bash %}
    +# BROOKLYN_VERSION={{ site.brooklyn-version }}
     $ mvn archetype:generate \
        -DarchetypeGroupId=org.apache.brooklyn \
        -DarchetypeArtifactId=brooklyn-archetype-quickstart \
    -   -DarchetypeVersion={{ site.brooklyn-version }} \
    -   -DgroupId=com.acme -DartifactId=autobrick \
    +   -DarchetypeVersion=${BROOKLYN_VERSION} \
    --- End diff --
    
    Changing to `$ BROOKLYN_VERSION={{ site.brooklyn-version }}` at the start 
(I didn't mean it to be a comment!). Hopefully having those as two separate 
lines will still let someone copy-paste.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to