Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raisercostin/yanfs

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

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# yanfs

[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-white.svg)](https://sonarcloud.io/dashboard?id=raisercostin_yanfs)
[![Download](https://api.bintray.com/packages/raisercostin/maven/yanfs/images/download.svg)](https://bintray.com/raisercostin/maven/yanfs/_latestVersion)
[![Build Status](https://travis-ci.org/raisercostin/yanfs.svg?branch=master)](https://travis-ci.org/raisercostin/yanfs)

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

```

com.sun
yanfs
1.4

```

Repository
```

raisercostin-github
https://raw.githubusercontent.com/raisercostin/maven-repo/master/
false

```

# Development
- To release
`mvn release:prepare release:perform -DskipTests=true -Prelease -Darguments="-DskipTests=true -Prelease"`