Skip to content

Commit

Permalink
#57 Adding jacoco to pluginManagement section
Browse files Browse the repository at this point in the history
  • Loading branch information
prondzyn committed Jul 29, 2016
1 parent 3f625a3 commit 4b64139
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version>
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
Expand Down Expand Up @@ -1705,6 +1704,11 @@
<license>file:${basedir}/LICENSE.txt</license>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

2 comments on commit 4b64139

@mkordas
Copy link

@mkordas mkordas commented on 4b64139 Sep 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 can you do release in this project? It would be nice to have this commit released

@mkordas
Copy link

@mkordas mkordas commented on 4b64139 Sep 5, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yegor256 ping

Please sign in to comment.