You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by aledsage <gi...@git.apache.org> on 2016/10/04 08:49:23 UTC

[GitHub] brooklyn-docs pull request #113: Improvements to java blueprint docs for OSG...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---