You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benedikt Ritter (JIRA)" <ji...@apache.org> on 2015/05/05 21:31:59 UTC

[jira] [Commented] (SCXML-228) Push current snapshot to maven central

    [ https://issues.apache.org/jira/browse/SCXML-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529117#comment-14529117 ] 

Benedikt Ritter commented on SCXML-228:
---------------------------------------

We don't push snapshots to maven central. There is a separat snapshot repository which provides snapshot builds:

{code:xml}
<repository>
  <id>apache.snapshots</id>
  <name>Apache Development Snapshot Repository</name>
  <url>https://repository.apache.org/content/repositories/snapshots/</url>
  <releases>
    <enabled>false</enabled>
  </releases>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository> 
{code}

> Push current snapshot to maven central
> --------------------------------------
>
>                 Key: SCXML-228
>                 URL: https://issues.apache.org/jira/browse/SCXML-228
>             Project: Commons SCXML
>          Issue Type: Improvement
>            Reporter: Adam Bien
>
> I'm using SCXML v2 in https://github.com/AdamBien/stateful and it works well. However, there are no snapshot builds in maven, so I had to build it from sources.
> Please push frequently snapshots to maven central.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)