Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutgaard/archi
test architecture for plugin
https://github.com/nutgaard/archi
Last synced: 2 months ago
JSON representation
test architecture for plugin
- Host: GitHub
- URL: https://github.com/nutgaard/archi
- Owner: nutgaard
- Created: 2015-09-20T20:28:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T11:14:08.000Z (over 9 years ago)
- Last Synced: 2023-03-27T21:18:09.779Z (almost 2 years ago)
- Language: Java
- Size: 38.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Preinstall
jspf is not in the maven repository, thus you need to install them locally.```
cd maven
mvn install:install-file -Dfile=jspf.core-1.0.3.jar -DgroupId=net.xeon -DartifactId=jspf.core -Dversion=1.0.3 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=jspf.core-1.0.3-sources.jar -DgroupId=net.xeon -DartifactId=jspf.core -Dversion=1.0.3 -Dpackaging=jar -Dclassifier=sources -DgeneratePom=true
mvn install:install-file -Dfile=jspf.core-1.0.3-javadoc.jar -DgroupId=net.xeon -DartifactId=jspf.core -Dversion=1.0.3 -Dpackaging=jar -Dclassifier=javadoc -DgeneratePom=true
```