Skip to content

Commit

Permalink
Add a more verbose explanation of running in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmundo Alvarez committed Feb 18, 2016
1 parent 8bbab2d commit c0a29b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ pluginClassName: Twitter

## Development

For running the locally built and installed Maven archetype you will have to add the `-DarchetypeCatalog=local` parameter.
For running the locally built and installed Maven archetype you will have to clone this repository and
run `mvn install` to install it locally.

Once the package is locally installed, go to the location where you want to generate the plugin, and
run the `archetype:generate` maven task as before, but adding the `-DarchetypeCatalog=local` parameter.
Otherwise Maven tries to fetch the Maven archetype from the remote repository (i. e. Maven Central).

```
Expand Down

0 comments on commit c0a29b7

Please sign in to comment.