Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6895045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T06:51:31+00:00 2026-05-27T06:51:31+00:00

I want to release a Java project as open-source, but i am unsure about

  • 0

I want to release a Java project as open-source, but i am unsure about the right platform and version control system.

There are three considerations to be thought of:

  1. Which version control software?
  2. Which project mangement library?
  3. Hosted or on my own server?

Version Control

Currently i am using SVN, and i planned to migrate to GIT. But there are also other possibilities like Mercurial or Bazaar. GIT and Mercurial seem to be very similar and i didn’t understand the pro’s and con’s of both yet. Also, i’d like to know if there are also any other good alternatives.

Project Management

Currently, i use Maven to manage the Java library dependencies and to carry out the releases. There are also other tools like Hudson or Apache Ivy and many others. They should be able to handle library dependencies and be able to include currently released versions. Deployment automation is also a plus.

To host or not to host?

Currently i use an own server to host my SVN code and Maven releases. There are so many hosted solutions out there, and i think one of them would be nice to make it easier for people to join my project if they are interested.

Some of the platforms i heard about or used are for example Github, Bitbucket, Google Code or Sourceforge. They should be able to easily integrate support for the selected version control and project management software. Additional stuff for developers like a bugtracker and a wiki are good too and need to be considered useful.

The best team

So, which combination would you recommend? I’d like to gather all information and create an overview so that people can decide for themselves which setup meets their needs at best.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T06:51:32+00:00Added an answer on May 27, 2026 at 6:51 am

    Here’s what we’re using, and are pretty happy with:

    • Builds with Maven
    • Tests with Junit. Integration tests using Maven’s failsafe plugin (which uses junit)
    • Continuous integration with Jenkins
    • Hosted at github as a public repository
    • Git as version control system

    The only gripe is that Github will limit what you can do with git. You’ll have to get used to the pull request mechanism.

    On The Pull request limitations:

    In git, you usually want to have a workflow where people commit to some sort of development branch, and then, after someone approves the changes, it gets merged into a stable branch. Any number of combinations and workflows are possible, and each likes his own.

    The trouble is that, if you want to limit what branches people can commit to, you’d have to edit the update hook on github’s git repository. This is not possible in github (only post commit hooks are allowed). Github only allows all or nothing commit rights on the whole repository through the collaborator’s list, but does not allow branch specific permissions.

    To work around that, collaborators would have to clone the repository with the stable branch into a development repo, and whenever they have something that’s ready to go into stable, they’d have to send a pull request. Following that, whoever controls the repository with the stable branch would pull from the “development repo”. In other words, you need to put some of the git branch functionality into branches. This means teams of developers can’t share a branch in a repo.

    This limitation, however, is not too bad for a project with many individual contributors. It just gets a bit trickier when you have multiple contributing teams since they need to have a repository each.

    But hey, also consider the visibility that having your project in github will provide, since that’s a big plus to attract developers!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to download and try an Open-Source OS (Emulation) written in Java. So,
What should I do if I want to release a .net assembly but wish
I want to deploy the release version of my application done in C#. When
I want to use run_erl to start up a daemon version of my release,
I am using django 1.1 beta release. In my project I want to use
I am using Eclipse Version: Helios Release for a Java application. I need to
There is Java tool (it is called Mallet) http://mallet.cs.umass.edu/download.php which I want to use
I want to use java.nio.channels.FileChannel to read from a file, but I want to
I want to add a version numbering to my Java application (in this case
we are having about 100 maven artifacts in our java based project. these artifacts

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.