Skip to content

raisercostin/yanfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yanfs

SonarCloud Download Build Status

Migrated from https://java.net/projects/yanfs/sources/svn/show

This project represents a Java implementation of the XDR, RPC, NFSv2, and NFSv3 protocols in client side form.

WebNFS was the original name for this implementation but the name has changed to reflect the expanded scope of the project to include a server side implementation.

Maven

Dependency

<dependency>
  <groupId>com.sun</groupId>
  <artifactId>yanfs</artifactId>
  <version>1.4</version>
</dependency>

Repository

<repository>
  <id>raisercostin-github</id>
  <url>https://raw.githubusercontent.com/raisercostin/maven-repo/master/</url>
  <snapshots><enabled>false</enabled></snapshots>
</repository>

Development

  • To release mvn release:prepare release:perform -DskipTests=true -Prelease -Darguments="-DskipTests=true -Prelease"