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

Alex Ott commented on CONNECTORS-258:
-------------------------------------

Some of dependencies (hsqldb, jcifs) already exist in central maven repository 
- you only need to ask developers to upload latest versions.

There is guide on submitting jars to central repository - 
https://maven.apache.org/guides/mini/guide-central-repository-upload.html, 
there are some requirements to jars, described separately 
(https://docs.sonatype.org/display/Repository/Central+Sync+Requirements).

Regarding modified versions of xerces and httpclient - do patches MCF-specific, 
or they are already submitted to upstream? If already submitted, then we can 
use SNAPSHOT versions of them, taking them from Apache repository

> pom.xml refers to jars not available in public repositories
> -----------------------------------------------------------
>
>                 Key: CONNECTORS-258
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-258
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: ManifoldCF 0.4
>         Environment: all supported platforms
>            Reporter: Alex Ott
>            Priority: Minor
>              Labels: maven
>
> Maven's pom.xmls refers to jars that aren't available in public repositories, 
> as maven central, apache repository, etc. This includes:
>  - com.bitmechanic:jdbcpool
>  - org.hsqldb:hsqldb:jar:2.2.5.6-9-2011 (at maven central only version 2.2.4 
> is available right now)
> I think, that ManifoldCF should adopt the same approach as other Apache 
> projects, like Tika, when all needed jars first promoted to public 
> repositories, and only after that, they are used as dependency...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to