Re: [Jmol-developers] Jmol releases in maven repository?

2012-05-29 Thread Tomas Pluskal
Do you plan to have both stable releases (12.2.x currently) and pre-releases (12.3.x currently) ? How would they be distinguished so that people wanting only stable releases will automatically get the last stable release ? I see two options: 1) Publish both stable and pre releases into Maven

Re: [Jmol-developers] Jmol releases in maven repository?

2012-05-29 Thread Nicolas Vervelle
On Tue, May 29, 2012 at 9:43 AM, Tomas Pluskal plus...@oist.jp wrote: Do you plan to have both stable releases (12.2.x currently) and pre-releases (12.3.x currently) ? How would they be distinguished so that people wanting only stable releases will automatically get the last stable release

Re: [Jmol-developers] Jmol releases in maven repository?

2012-05-29 Thread Andreas Prlic
Hi, Second options sounds good. I will probably just use the latest stable versions form the central Maven repository. In the rare moment where I use snapshot releases I usually configure the project's specific maven repository (but try to avoid that)... Andreas On Tue, May 29, 2012 at

Re: [Jmol-developers] Jmol releases in maven repository?

2012-05-23 Thread Nicolas Vervelle
Hi Tomas, Ok also for me for deploying Jmol releases into a Maven repository. I'm already using an Ant script for deploying Jmol releases into sourceforge (tools/jmol-release.xml). If you can write the scripts for the deployment, the maven deployment could be added in this script. Nico On Mon,

Re: [Jmol-developers] Jmol releases in maven repository?

2012-05-20 Thread Robert Hanson
Offer accepted! Please start with explaining roughly how that would be done. On Sun, May 20, 2012 at 12:38 AM, Tomas Pluskal plus...@oist.jp wrote: Dear Jmol developers, We are using Jmol for embedded visualization of molecular structures in our mass spectrometry framework MZmine 2

Re: [Jmol-developers] Jmol releases in maven repository?

2012-05-20 Thread Tomas Pluskal
Hi Robert, I believe the steps are described at the sonatype.orghttp://sonatype.org website I linked below. Basically, we need to create a pom.xml file for Jmol and the process of deploying the file to the Maven Central can be automated by specialized ant tasks. Tomas On May 20, 2012, at

Re: [Jmol-developers] Jmol releases in maven repository?

2012-05-20 Thread Tomas Pluskal
Hi Nick, Since new Jmol versions are released quite often, it would be great if deploying into the Maven Central could be integrated into the standard release cycle. Perhaps I can assist with creating the ant tasks for that. Could you share the pom.xml file you created to deploy the version

[Jmol-developers] Jmol releases in maven repository?

2012-05-19 Thread Tomas Pluskal
Dear Jmol developers, We are using Jmol for embedded visualization of molecular structures in our mass spectrometry framework MZmine 2 (http://mzmine.sourceforge.net/). Since we use maven as a build tool, I am wondering if there are any plans to deploy Jmol releases into a public maven