Menu

Tree [14667c] master CYB-51 /
 History

HTTPS access


File Date Author Commit
 api 2025-04-20 atanasilchev atanasilchev [326bfb] CYB-50 Added Utils.statement
 aws 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 distribution 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 launcher 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 server 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 spring 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 tutorials 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 util 2025-05-29 atanasilchev atanasilchev [14667c] CYB-51 Handled null params
 web 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 .gitignore 2021-02-09 Atanas Ilchev Atanas Ilchev [40b5af] Cleaned up the generated files
 LICENSE 2021-02-09 Atanas Ilchev Atanas Ilchev [710b9d] Initial commit
 NOTICE 2021-02-09 Atanas Ilchev Atanas Ilchev [710b9d] Initial commit
 README.txt 2021-02-09 Atanas Ilchev Atanas Ilchev [710b9d] Initial commit
 build 2022-07-28 atanasilchev atanasilchev [c59d04] CYB-42 Commented-out a unused line
 build.bat 2021-02-09 Atanas Ilchev Atanas Ilchev [710b9d] Initial commit
 javadoc 2021-02-09 Atanas Ilchev Atanas Ilchev [710b9d] Initial commit
 pom.xml 2025-04-16 atanasilchev atanasilchev [b63750] 3.4-SNAPSHOT
 release 2021-02-09 Atanas Ilchev Atanas Ilchev [710b9d] Initial commit

Read Me

                          Apache Maven

  What is it?
  -----------

  CyberCore is a lightweight application server, written in Java.
  
  Documentation
  -------------

  The most up-to-date documentation can be found at http://cybercore.sourceforge.net/.

  Release Notes
  -------------

  The full list of changes can be found at http://maven.apache.org/release-notes.html.

  System Requirements
  -------------------

  JDK:
    1.6 or above.
  Memory:
    No minimum requirement.
  Disk:
    No minimum requirement. Approximately 100MB will be used for your local repository,
    however this will vary depending on usage and can be removed and redownloaded at
    any time.
  Operating System:
    Linux strongly recommended.

  Installing CyberCore
  ----------------

  1) Unpack the archive where you would like to store the binaries, eg:

    Unix-based Operating Systems (Linux, Solaris and Mac OS X)
      tar zxvf apache-maven-3.0.x.tar.gz
    
  2) A directory called "apache-maven-3.0.x" will be created.

  3) Add the bin directory to your PATH, eg:

    Unix-based Operating Systems (Linux, Solaris and Mac OS X)
      export PATH=/usr/local/apache-maven-3.0.x/bin:$PATH
    Windows 2000/XP
      set PATH="c:\program files\apache-maven-3.0.x\bin";%PATH%

  4) Make sure JAVA_HOME is set to the location of your JDK

  5) Run "mvn --version" to verify that it is correctly installed.

  For complete documentation, see http://maven.apache.org/download.html#Installation

  Licensing
  ---------

  Please see the file called LICENSE.TXT

  Maven URLS
  ----------

  Home Page:          http://cybercore.sourceforge.net/
  Downloads:          http://maven.apache.org/download.html
  Release Notes:      http://maven.apache.org/release-notes.html
  Mailing Lists:      http://maven.apache.org/mail-lists.html
  Source Code:        http://svn.apache.org/repos/asf/maven/
  Issue Tracking:     http://jira.codehaus.org/browse/MNG
  Wiki:               http://docs.codehaus.org/display/MAVENUSER/
  Available Plugins:  http://maven.apache.org/plugins/index.html
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.