We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c73b2e commit 05e0b1aCopy full SHA for 05e0b1a
src/it/ISSUE-423/invoker.properties
@@ -1,2 +1,2 @@
1
-invoker.goals=clean install license:add-third-party
+invoker.goals=clean license:add-third-party
2
invoker.failureBehavior=fail-fast
src/it/ISSUE-423/pom.xml
@@ -38,6 +38,16 @@
38
<license.verbose>true</license.verbose>
39
</properties>
40
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
+
51
<dependencies>
52
<dependency>
53
<groupId>commons-logging</groupId>
0 commit comments