~ubuntu-branches/ubuntu/trusty/wagon2/trusty

« back to all changes in this revision

Viewing changes to wagon-providers/wagon-http-lightweight/pom.xml

  • Committer: Package Import Robot
  • Author(s): Damien Raude-Morvan
  • Date: 2012-01-29 23:23:22 UTC
  • Revision ID: package-import@ubuntu.com-20120129232322-sv7vn8958hvr69e9
Tags: 2.2-1
* New upstream release:
  - It's a major release so use a new source package: wagon2.
  - Old wagon package have to be kept for maven 2.x build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
      <scope>test</scope>
59
59
    </dependency>
60
60
  </dependencies>
 
61
 
 
62
  <build>
 
63
    <plugins>
 
64
      <plugin>
 
65
        <groupId>org.apache.maven.plugins</groupId>
 
66
        <artifactId>maven-surefire-plugin</artifactId>
 
67
        <configuration>
 
68
          <excludes>
 
69
            <exclude>**/LightweightHttp*</exclude>
 
70
          </excludes>
 
71
        </configuration>
 
72
      </plugin>
 
73
    </plugins>
 
74
  </build>
61
75
</project>