Skip to content

Commit

Permalink
Update IT test to use no build dep and full coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyGee committed Aug 5, 2019
1 parent 9f060cb commit 0374cf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion src/it/add-third-party-no-encoding/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
# <http://www.gnu.org/licenses/lgpl-3.0.html>.
# #L%
###
invoker.goals=clean license:add-third-party
invoker.goals=clean org.codehaus.mojo:license-maven-plugin:@pom.version@:add-third-party
invoker.failureBehavior=fail-fast
13 changes: 0 additions & 13 deletions src/it/add-third-party-no-encoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,6 @@
<version>1.1.1</version>
</dependency>
</dependencies>
<build>

<pluginManagement>
<plugins>

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

</project>

Expand Down

0 comments on commit 0374cf4

Please sign in to comment.