Skip to content

Commit

Permalink
Added code formatting to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 29, 2013
1 parent 435dec6 commit 76b6eee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion facets/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ This Addon requires the following installation steps.

To use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact:

[source,xml]
----
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>facets</artifactId>
<classifier>forge-addon</classifier>
<version>${version}</version>
</dependency>

----
== Features

Modular functionality::
Expand Down
3 changes: 3 additions & 0 deletions resources/README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,15 @@ This addon requires the following installation steps.

To use this addon, you must add it as a dependency in the *pom.xml* of your `forge-addon` classified artifact:

[source,xml]
----
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>resources</artifactId>
<classifier>forge-addon</classifier>
<version>${version}</version>
</dependency>
----

== Features

Expand Down

0 comments on commit 76b6eee

Please sign in to comment.