Hi,

thank you, Albert, for your response. Alas, maven config is still throwing me, I attempted to reconfigure it but still with no success. What I did is:

1. Added this repository to my pom:
  <repository>
   <id>apache.snapshots</id>
   <name>Apache Snapshot Repository</name>
   <url>http://repository.apache.org/snapshots</url>
   <releases>
    <enabled>false</enabled>
   </releases>
  </repository>

2. Changed dependency for openjpa to this:
            <dependency>
                <groupId>org.apache.openjpa</groupId>
<artifactId>apache-openjpa</artifactId> <!-- was "openjpa" without "apache-" ->
                <version>2.3.0-SNAPSHOT</version>
            </dependency>

Now I get "Missing artifact org.apache.openjpa:apache-openjpa:jar:2.3.0-SNAPSHOT" from maven and still no sources.

My intention is not only to download sources but also to be able to use them in my development environment the same way I am able to for all the other frameworks I use.

kind regards
reinis


On 19.11.2013 00:49, Albert Lee wrote:
Nightly build can be found in
http://openjpa.apache.org/downloads-nightly.html

I followed the 
apache-openjpa-2.3.0-SNAPSHOT-source.zip<https://repository.apache.org/snapshots/org/apache/openjpa/apache-openjpa/2.3.0-SNAPSHOT/>link
and I was able to download

https://repository.apache.org/snapshots/org/apache/openjpa/apache-openjpa/2.3.0-SNAPSHOT/apache-openjpa-2.3.0-20131024.064931-148-source.zip<https://repository.apache.org/content/groups/snapshots/org/apache/openjpa/apache-openjpa/2.3.0-SNAPSHOT/apache-openjpa-2.3.0-20131024.064931-148-source.zip>



On Mon, Nov 18, 2013 at 4:06 PM, Reinis Vicups <open...@orbit-x.de> wrote:

Hi,

I see that openjpa-2.3.0-20131024.064931-148-sources.jar-not-available.

Is there a way to somehow access and bind openjpa sources in maven?

thx
reinis




Reply via email to