[
https://issues.jboss.org/browse/JBBUILD-689?page=com.atlassian.jira.plugi...
]
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@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@kapy-ntb 1.0.0.201106090707-r]$ cat org.eclipse.jgit-1.0.0.201106090707-r.jar.sha1
34e70691382d67ee5c84ef207fb8d3784594ba2c[kpiwko@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