Skip to content

Commit 05e0b1a

Browse files
tpage-alfrescoslachiewicz
authored andcommitted
Fix #423 Correcting IT.
1 parent 4c73b2e commit 05e0b1a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/it/ISSUE-423/invoker.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
invoker.goals=clean install license:add-third-party
1+
invoker.goals=clean license:add-third-party
22
invoker.failureBehavior=fail-fast

src/it/ISSUE-423/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
<license.verbose>true</license.verbose>
3939
</properties>
4040

41+
<build>
42+
<plugins>
43+
<plugin>
44+
<groupId>org.codehaus.mojo</groupId>
45+
<artifactId>license-maven-plugin</artifactId>
46+
<version>@pom.version@</version>
47+
</plugin>
48+
</plugins>
49+
</build>
50+
4151
<dependencies>
4252
<dependency>
4353
<groupId>commons-logging</groupId>

0 commit comments

Comments
 (0)