You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/01/07 13:55:59 UTC

[jira] [Resolved] (GORA-282) Publish stable development SNAPSHOT's ONLY from trunk to https://repository.apache.org/

     [ https://issues.apache.org/jira/browse/GORA-282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved GORA-282.
---------------------------------------

       Resolution: Not A Problem
    Fix Version/s:     (was: 0.4)
         Assignee: Lewis John McGibbney

This issue is rubbish, we already push stable SNAPSHOT's for trunk.

If you want to depend on Gora development snapshots, e.g. to get access to recent bug fixes, you should add the following to your pom.xml:

{code:xml}
  <repository>
    <id>apache-repo-snapshots</id>
    <url>https://repository.apache.org/content/repositories/snapshots/</url>
    <releases>
      <enabled>false</enabled>
    </releases>
    <snapshots>
      <enabled>true</enabled>
    </snapshots>
  </repository>
{code}

Sorry about that folks... I had a temporary glitch ;)

> Publish stable development SNAPSHOT's ONLY from trunk to https://repository.apache.org/
> ---------------------------------------------------------------------------------------
>
>                 Key: GORA-282
>                 URL: https://issues.apache.org/jira/browse/GORA-282
>             Project: Apache Gora
>          Issue Type: Task
>          Components: build process
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>
> An increasing number of people are using Gora trunk. It is more convenient for us to merely provide stable SNAPSHOT's of development trunk so people can include this within their build environment. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)