Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
Signed-off-by: SamMarkowitz <[email protected]>
  • Loading branch information
SamMarkowitz committed Jun 9, 2016
1 parent c186950 commit db68574
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cloudslang_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ Maven Configuration

The CLI uses Maven to manage Java action dependencies. There are several
Maven configuration properties found in the :ref:`CLI's
configuration file <configure_cli>`. To configure Maven to use a remote
configuration file <configure_cli>`. To configure Maven to use a remote
repository other than Maven Central, edit the values for
``cloudslang.maven.repo.remote.url`` and ``cloudslang.maven.plugins.remote.url``.
Additionally, you can edit the proxy settings in the file found
at ``maven.settings.xml.path ``.
at ``maven.settings.xml.path``.

.. _use_the_cli:

Expand Down
2 changes: 1 addition & 1 deletion cloudslang_content.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Running Content Dependent on Java Actions

Some of the content is dependent on Java actions from the score-actions
repository. CloudSlang uses Maven to manage these dependencies. When executing
an operation that declares a dependency, the required Maven project and all its
an operation that declares a dependency, the required Maven project and all the
resources specified in its pom's ``dependencies`` will be resolved and
downloaded (if necessary).

Expand Down
10 changes: 5 additions & 5 deletions cloudslang_dsl_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ The key ``gav`` is a property of a `java_action <#java-action>`__. It is
mapped to the ``group:artifact:version`` of the Maven project in which an
annotated Java @Action resides.

Upon `operation <#operation>`__ execution, the Maven project and all its
Upon `operation <#operation>`__ execution, the Maven project and all the
required resources specified in its pom's ``dependencies`` will be resolved and
downloaded (if necessary).

Expand Down Expand Up @@ -919,7 +919,7 @@ To add a new Java action:

- `Write an annotated Java method <#write-an-annotated-java-method>`__
- `Release to remote Maven repository <#release-to-remote-maven-repository>`__
- `Reference your Maven artifact <#reference-your-maven artifact>`__
- `Reference Maven artifact <#reference-maven artifact>`__

Write an Annotated Java Method
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -1036,14 +1036,14 @@ Below is an example **pom.xml** file that can be used for your Maven project.
</build>
</project>
Reference your Maven artifact
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Reference Maven artifact
^^^^^^^^^^^^^^^^^^^^^^^^

Reference your Maven artifact using the `gav <#gav>`__ key in the
`java_action <#java-action>`__ section of your `operation <#operation>`__.

Upon the `operation's <#operation>`__ first execution, the Maven project and all
its required resources specified in its pom's ``dependencies`` will be resolved
the required resources specified in its pom's ``dependencies`` will be resolved
and downloaded.

.. _loop:
Expand Down

0 comments on commit db68574

Please sign in to comment.