Skip to content

Commit

Permalink
Fixed #103 - The IT addSource does not define the plugin
Browse files Browse the repository at this point in the history
 - The version etc. are not correctly defined in the test project.
   That means this test will test a release version of the plugin
   and not that one which should be tested with this IT.
  • Loading branch information
khmarbaise committed Oct 8, 2020
1 parent 9ef497f commit ff8bdcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/it/addResource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
<defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<groupId>@project.groupId@</groupId>
<artifactId>@project.artifactId@</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<id>add-resource</id>
Expand Down

0 comments on commit ff8bdcf

Please sign in to comment.