Desktop app with a system tray icon that notifies you when there are new items in your RSS feeds.
To build the project, you will need a Java JDK and Maven.
To build the project:
- Clone the source code
- Execute the
package
target with Maven - Run the
RssFeedReader*.jar
file output in thetarget/
directory.
For example:
git clone [email protected]:DevDungeon/RSS-Feed-Reader.git
cd RSS-Feed-Reader
mvn package
java -jar ./target/RssFeedReader-1.0-SNAPSHOT.jar # Or whatever version it is
- Add the proper package and Main file, update pom.xml
- Configure log4j2.properties if needed
- Configure project license, add to pom.xml, add LICENSE.txt
- Update the README.md
- Update dependency versions in pom.xml
- Delete icons/images if they are not needed (console apps)
Email or XMPP: NanoDano [email protected]