Skip to content

Commit

Permalink
Fix #423 Correcting IT.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpage-alfresco authored and slachiewicz committed Mar 25, 2022
1 parent 4c73b2e commit 05e0b1a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/it/ISSUE-423/invoker.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
invoker.goals=clean install license:add-third-party
invoker.goals=clean license:add-third-party
invoker.failureBehavior=fail-fast
10 changes: 10 additions & 0 deletions src/it/ISSUE-423/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
<license.verbose>true</license.verbose>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>@pom.version@</version>
</plugin>
</plugins>
</build>

<dependencies>
<dependency>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit 05e0b1a

Please sign in to comment.