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

« back to all changes in this revision

Viewing changes to wagon-providers/wagon-ftp/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:
55
55
      <artifactId>slf4j-simple</artifactId>
56
56
    </dependency>
57
57
  </dependencies>
 
58
  
 
59
  <build>
 
60
    <plugins>
 
61
      <plugin>
 
62
        <groupId>org.apache.maven.plugins</groupId>
 
63
        <artifactId>maven-compiler-plugin</artifactId>
 
64
        <configuration>
 
65
          <testExcludes>
 
66
            <exclude>**/FtpWagonTest.java</exclude>
 
67
          </testExcludes>
 
68
        </configuration>
 
69
      </plugin>
 
70
    </plugins>
 
71
   </build>
58
72
 
59
73
</project>