Skip to content

Commit

Permalink
include plugin execution phase in README howto
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubén Bressler Camps committed May 23, 2013
1 parent 828c9f9 commit 7a29655
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ Currently only the linux file system is supported. An entry would looks like th
<groupId>daemon-plugin</groupId>
<artifactId>jsvc-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>daemonize</goal>
</goals>
</execution>
</executions>
<configuration>
<applicationConfiguration>
<name>${project.artifactId}</name>
Expand Down

0 comments on commit 7a29655

Please sign in to comment.