Skip to content

Commit

Permalink
invoker plugin adjustemnts for jgitver
Browse files Browse the repository at this point in the history
  • Loading branch information
cecom committed Feb 27, 2018
1 parent 049d242 commit bbe4268
Show file tree
Hide file tree
Showing 9 changed files with 361 additions and 347 deletions.
700 changes: 353 additions & 347 deletions pom.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/it/preConfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions src/it/usingChainResolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions src/it/usingDefaultResolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions src/it/usingMavenProperties/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions src/it/usingPropertyFile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions src/it/usingPropertyFileInDependency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions src/it/usingPropertyFileWithAbsolutPath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down
1 change: 1 addition & 0 deletions src/it/validateMarkerFiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<plugin>
<groupId>de.geewhiz.pacify</groupId>
<artifactId>pacify-maven-plugin</artifactId>
<version>@project.version@</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit bbe4268

Please sign in to comment.