[jboss-jira] [JBoss JIRA] Commented: (JBBUILD-689) Add JGit repository to Maven repository
Karel Piwko (JIRA)
jira-events at lists.jboss.org
Wed Jul 27 07:25:23 EDT 2011
[ https://issues.jboss.org/browse/JBBUILD-689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616937#comment-12616937 ]
Karel Piwko commented on JBBUILD-689:
-------------------------------------
{code}
<groupId>org.eclipse.jgit</groupId>
{code}
List of all artifacts is here http://www.eclipse.org/jgit/download/.
According to what I have downloaded so far the checksums are valid.
{code}
[kpiwko at kapy-ntb 1.0.0.201106090707-r]$ sha1sum org.eclipse.jgit-1.0.0.201106090707-r.jar
34e70691382d67ee5c84ef207fb8d3784594ba2c org.eclipse.jgit-1.0.0.201106090707-r.jar
[kpiwko at kapy-ntb 1.0.0.201106090707-r]$ cat org.eclipse.jgit-1.0.0.201106090707-r.jar.sha1
34e70691382d67ee5c84ef207fb8d3784594ba2c[kpiwko at kapy-ntb 1.0.0.201106090707-r]$
{code}
> Add JGit repository to Maven repository
> ---------------------------------------
>
> Key: JBBUILD-689
> URL: https://issues.jboss.org/browse/JBBUILD-689
> Project: JBoss Build System
> Issue Type: Feature Request
> Components: Artifact Repositories
> Reporter: Karel Piwko
> Assignee: Paul Gier
> Fix For: Build Support 2011
>
>
> Please add repository [1] to our Nexus instance. I'm using
> this dependency in Arquillian OpenShift Express container and
> having a extra repository defined in pom is not a way how we should do
> it.
> {code}
> <repositories>
> <repository>
> <id>jgit-repository</id>
> <url>http://download.eclipse.org/jgit/maven</url>
> </repository>
> </repositories>
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list