Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisercostin/yanfs
Migrated from https://java.net/projects/yanfs/sources/svn/show
https://github.com/raisercostin/yanfs
Last synced: 3 months ago
JSON representation
Migrated from https://java.net/projects/yanfs/sources/svn/show
- Host: GitHub
- URL: https://github.com/raisercostin/yanfs
- Owner: raisercostin
- License: bsd-2-clause
- Created: 2015-09-22T15:35:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T12:21:41.000Z (over 1 year ago)
- Last Synced: 2024-07-16T14:04:59.076Z (4 months ago)
- Language: Java
- Size: 258 KB
- Stars: 11
- Watchers: 2
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.md
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"`