So I'm trying to setup my environment to do openjpa development..

Reviewing pom files I ran into this under openjpa-kernel. It looks like it brings along a mini embedded repository. For something that "cannot be re-distributed". If it can't be "re-distributed", then we are not allowed to include it in svn. What's the deal with this dependency??


    <repositories>
        <!--
Internal (in SVN) repository which contains jar files that are not
            publicly available and cannot be re-distributed.
         -->
        <repository>
            <id>openjpa-internal</id>
            <name>Internal repository</name>
            <url>file://${basedir}/internal-repository</url>
        </repository>
    </repositories>



internal-repository/
`-- com
    `-- ibm
        `-- websphere
            `-- websphere_uow_api
                |-- 0.0.1
                |   |-- websphere_uow_api-0.0.1.jar
                |   |-- websphere_uow_api-0.0.1.jar.md5
                |   |-- websphere_uow_api-0.0.1.jar.sha1
                |   |-- websphere_uow_api-0.0.1.pom
                |   |-- websphere_uow_api-0.0.1.pom.md5
                |   `-- websphere_uow_api-0.0.1.pom.sha1
                |-- maven-metadata.xml
                |-- maven-metadata.xml.md5
                `-- maven-metadata.xml.sha1

Reply via email to