Skip to content

Commit

Permalink
Update docs to use published artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Jun 27, 2023
1 parent 242da01 commit 0f8848d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@ be considered stable and safe to use.

## Usage

1. Clone this repository and run `mvn install` on it to install the
plugin locally.
2. Replace the `wolifecycle-maven-plugin` `<plugin>` element in your
`pom.xml` with:
Replace the `wolifecycle-maven-plugin` `<plugin>` element in your
`pom.xml` with `vermilingua-maven-plugin`:

```xml
<plugin>
<groupId>is.rebbi</groupId>
<artifactId>vermilingua-maven-plugin</artifactId>
<version>1.0.0</version>
<extensions>true</extensions>
<configuration>
<configuration> <!-- Only include this if you're using the old 'resources' name for the resources folder -->
<woresourcesFolderName>resources</woresourcesFolderName>
</configuration>
</plugin>
Expand Down

0 comments on commit 0f8848d

Please sign in to comment.