The issue is that pom.xml of confman does not have ops4j <repository> declaration. This is now fixed and it still uses version 1.5 of pax-project.
Regards, Edward Yakop On 6/15/07, David Leangen <[EMAIL PROTECTED]> wrote: > > There is one inconsistency (and probably more, but I haven't checked > yet) in the pax repository, which is preventing me from building [1]. > > The confman pom refers to version 1.5 of pax-project, but the current > version is 1.7-SNAPSHOT. > > > We need to establish a policy by deciding on one of two things: > > either > > - make the repository buildable on a "stand-alone" > basis (i.e. fix all the references so that the > versioning is consistent) > > or > > - make releases of past projects and fix the poms > so that those artifacts can be retrieved when > referring to older version numbers. > > > I'm going to try to fix the versions so they use the current snapshots. > > If that works, I'll commit my changes. > > However, if that gets out of hand, I guess I'll just try hacking wildly > until I get what I want, even if it's totally unclean, and I'll let > somebody else fix the problem. > > > Cheers, > Dave > > > [1] Build output > > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > GroupId: org.ops4j.pax > ArtifactId: project > Version: 1.5 > > Reason: Unable to download the artifact from any repository > > org.ops4j.pax:project:pom:1.5 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > > > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
