Skip to content

Commit

Permalink
adding a prefix for the plugin, to run it individually easily
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-fuchs committed Feb 13, 2021
1 parent 3e9b3ac commit bc537ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Added

- plugin now has a prefix, to be able to run it directly with "mvn arch-unit:arch-test"

### Changed

### Deprecated
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<goalPrefix>arch-unit</goalPrefix>
</configuration>
<executions>
<execution>
<id>default-descriptor</id>
Expand Down

0 comments on commit bc537ce

Please sign in to comment.