Remove Java.net maven repostiory from tck pom.xml
-------------------------------------------------

                 Key: OPENJPA-1457
                 URL: https://issues.apache.org/jira/browse/OPENJPA-1457
             Project: OpenJPA
          Issue Type: Bug
          Components: build / infrastructure
    Affects Versions: 1.0.4, 1.2.2, 1.3.0
            Reporter: Michael Dick
            Assignee: Michael Dick
             Fix For: 1.2.2


The Java.net maven 1 repository contains a placeholder for some of the OpenJPA 
1.2.2 artifacts (ie openjpa-lib and openjpa-kernel). Unfortunately the maven 
release plugin detects the placeholder and downloads it as a jar and copies it 
into your local repository. 

Having the jar in your local repository causes problems with the javadoc tool 
and the release plugin cannot continue.

Unfortunately this issue is not detected when doing a dryRun of the 
release:prepare goal - at least in my environment it only shows up when you 
start the release for real. 

We use the Geronimo JPA spec jars elsewhere in the build - moving the TCK 
configuration to use them as well would resolve this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to