Skip to content

Commit 6521831

Browse files
author
Stephen Colebourne
committed
Add cobertra plugin and junit as dependencies
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@385299 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2c192f9 commit 6521831

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

project.xml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,30 @@
214214
</contributors>
215215

216216
<dependencies>
217-
<!--dependency>
217+
<dependency>
218218
<groupId>junit</groupId>
219219
<artifactId>junit</artifactId>
220220
<version>3.8.1</version>
221-
</dependency-->
221+
<properties>
222+
<scope>test</scope>
223+
<comment>
224+
Required only for testing.
225+
</comment>
226+
</properties>
227+
</dependency>
228+
<dependency>
229+
<groupId>maven-plugins</groupId>
230+
<artifactId>maven-cobertura-plugin</artifactId>
231+
<version>1.1.1</version>
232+
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
233+
<type>plugin</type>
234+
<properties>
235+
<scope>test</scope>
236+
<comment>
237+
Required only for generating test coverage reports.
238+
</comment>
239+
</properties>
240+
</dependency>
222241
</dependencies>
223242

224243
<build>

0 commit comments

Comments
 (0)