~ubuntu-branches/ubuntu/precise/surefire/precise

« back to all changes in this revision

Viewing changes to surefire-integration-tests/src/test/resources/surefire-570-multipleReportDirectories/module2/pom.xml

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2011-10-10 20:42:16 UTC
  • mfrom: (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20111010204216-cemva69wkagf4fay
Tags: 2.10-1
* Team upload.
* New upstream release.
* Refresh and remove unneccesary patches.
* Add Build-Depends on libsurefire-java and
  libmaven-common-artifact-filters-java.
* Drop outdated Maven artifact surefire-junit.
* Provide new Maven artifacts: surefire-junit3, maven-surefire-common,
  common-junit3, common-junit4, surefire-junit47 and surefire-testng-utils.
* Fix clean target to allow "two in a row" builds.
* Update Vcs-Browser field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
2
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
3
        <modelVersion>4.0.0</modelVersion>
 
4
        
 
5
        <parent>
 
6
        <groupId>org.apache.maven.surefire-report</groupId>
 
7
        <artifactId>surefire-570-multipleReportDirectories</artifactId>
 
8
        <version>0.0.1-SNAPSHOT</version>
 
9
        </parent>
 
10
        
 
11
        <groupId>org.apache.maven.surefire-report.module2</groupId>
 
12
        <artifactId>module2</artifactId>
 
13
        <version>0.0.1-SNAPSHOT</version>
 
14
        <dependencies>
 
15
                <dependency>
 
16
                        <groupId>junit</groupId>
 
17
                        <artifactId>junit</artifactId>
 
18
                        <version>3.8.2</version>
 
19
                        <type>jar</type>
 
20
                        <scope>test</scope>
 
21
                </dependency>
 
22
        </dependencies>
 
23
</project>
 
 
b'\\ No newline at end of file'