Maven Repository - POM file for Network wagon-file 1.0-beta-2 1.0-beta-2

Summary

Maven Wagon File Provider.

Wagon that gets and puts artifacts using file system protocol.

Declaration

Here is the list of declaration for wagon-file. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.maven.wagon</groupId>
   <artifactId>wagon-file</artifactId>
   <version>1.0-beta-2</version>
</dependency>

If you think this Maven repository POM file listing for wagon-file is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the wagon-file-1.0-beta-2.jar

org.apache.maven.wagon.providers.file




POM File Source

Here is the content of the POM file.

<?xml version="1.0"?><project>
  <parent>
    <artifactId>wagon-providers</artifactId>
    <groupId>org.apache.maven.wagon</groupId>
    <version>1.0-beta-2</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>wagon-file</artifactId>
  <name>Maven Wagon File Provider</name>
  <version>1.0-beta-2</version>
  <description>Wagon that gets and puts artifacts using file system protocol</description>
  <issueManagement>
    <system>jira</system>
    <url>http://jira.codehaus.org/browse/WAGONFILE</url>
  </issueManagement>
  <distributionManagement>
    <status>deployed</status>
  </distributionManagement>
</project>