Skip to content

Commit

Permalink
MINOR better pom sample in README
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Mar 26, 2016
1 parent 6de255b commit 7805ccf
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,24 @@ The plugin is available from Maven Central, just add the following snippet to yo

[source,xml]
-------------------------------------------
<dependency>
<groupId>com.teamtter.mavennatives</groupId>
<artifactId>nativedependencies-maven-plugin</artifactId>
<version>1.0.0</version>
</dependency>
<project>
...
<build>
<plugins>
<plugin>
<dependency>
<groupId>com.teamtter.mavennatives</groupId>
<artifactId>nativedependencies-maven-plugin</artifactId>
<version>1.0.0</version>
<executions>
<execution>
...
</executions>
<configuration>
...
</configuration>
<plugin>
...
-------------------------------------------

== Options
Expand Down

0 comments on commit 7805ccf

Please sign in to comment.