Hi, an mvn clean install from roller-trunk is returning this error for me:

[WARNING] The POM for net.java.dev.rome:rome:jar:1.0 is missing, no dependency information available [WARNING] The POM for net.java.dev.rome:rome-fetcher:jar:1.0 is missing, no dependency information available
...
[ERROR] Failed to execute goal on project roller-webapp: Could not resolve dependencies for project org.apache.roller:roller-webapp:war:5.1.0-SNAPSHOT: The following artifacts could not be resolved: net.java.dev.rome:rome:jar:1.0, net.java.dev.rome:rome-fetcher:jar:1.0: Could not find artifact net.java.dev.rome:rome:jar:1.0 in central (http://repo1.maven.org/maven2) -> [Help 1]

(I cleaned out my Maven repository making these dependencies no longer available, and apparently Central doesn't have them anymore either.)

In the app/pom.xml, I tried to switch net.java.dev.rome:rome:1.0 and net.java.dev.rome:rome-fetcher:1.0 to the apparently newer rome:rome:1.0 and rome-fetcher:1.0, and I think that would have fixed it, I just got this error instead:

[ERROR] Failed to execute goal on project roller-webapp: Could not resolve dependencies for project org.apache.roller:roller-webapp:war:5.1.0-SNAPSHOT: Could not find artifact net.java.dev.rome:rome:jar:1.0 in central (http://repo1.maven.org/maven2) -> [Help 1]

But there is no rome:rome-propono, just net.java.dev.rome:rome-propono, and it has a dependency on n.j.d.r:rome and not rome:rome, which appears to be bringing up the above problem. When I comment out the rome-propono dependency, Maven no longer complains but we get compilation errors due to that missing dependency.

Dave, you apparently did some work on Rome Propono, would you be able to issue a new rome:rome-propono:1.0 artifact that depends on rome:rome:1.0 instead of the deprecated java.net version?

Thanks,
Glen

Reply via email to