> 2. Maven 2 upgrade https://issues.apache.org/jira/browse/JDO-647
>
> One minor issue left with configuration lists. Ready to remove maven 1
> stuff? Everyone should try it out!
Ok, but what do I do ? Maybe I just need a pointer to a README?
from trunk/tck if I type
"mvn clean test"
I get
POM Location: Artifact [org.apache.jdo:jdo-exectck:pom:1.0-SNAPSHOT]
Validation Messages:
[0] 'dependencies.dependency.version' is missing for
org.datanucleus:datanucleus-jpa:jar
[1] 'dependencies.dependency.version' is missing for
org.datanucleus:datanucleus-connectionpool:jar
Reason: Failed to validate POM for project org.apache.jdo:jdo-exectck at
Artifact [org.apache.jdo:jdo-exectck:pom:1.0-SNAPSHOT]
What are those datanucleus dependencies ? we don't use those any more. The
project.xml points to DN 3.0 jars
If I go to trunk and type
mvn clean test
I get
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
------------------------------------------------------------------------
[INFO] Java Data Objects (JDO) ............................... SUCCESS
[2.664s]
[INFO] JDO API ............................................... SUCCESS
[11.716s]
[INFO] jdo-exectck Maven Mojo ................................ SUCCESS
[3.177s]
[INFO] JDO 3 Technology Compatibility Kit .................... SUCCESS
[7.133s]
It doesn't appear to have run the tests.
Regards
--
Andy
DataNucleus (http://www.datanucleus.org)