https://github.com/oss/atom-feeds-client
https://github.com/oss/atom-feeds-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oss/atom-feeds-client
- Owner: oss
- Created: 2014-11-04T14:44:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T22:48:58.000Z (over 11 years ago)
- Last Synced: 2025-02-08T10:21:29.268Z (over 1 year ago)
- Language: Java
- Size: 13.5 MB
- Stars: 0
- Watchers: 27
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Atom-Feeds-Client
=================
Requires:
openjdk-7
maven >= 3.2.5
tomcat >= 7.054
How to compile for the first time:
mvn clean validate compile package
For the Oauth-Maven-Project - Execute Project with:
mvn compile exec:java -Dexec.classpathScope=compile
-Dlog4j.configuration=file:./src/main/resources/log4j.properties
For the Test OAuth2v1 Project - Execute Project with:
mvn clean compile tomcat7:deploy