I had the same problem. Building protobuf-java before it was published to Maven Central. Edited the pom.xml similar to the beta2 worked.
<parent> <groupId>com.google <http://search.maven.org/#></groupId> <artifactId>google <http://search.maven.org/#></artifactId> <version>1</version> </parent> <groupId>com.google.protobuf <http://search.maven.org/#></groupId> <artifactId>protobuf-java <http://search.maven.org/#></artifactId> <version>3.0.0-beta-3</version> lørdag 21. mai 2016 05.26.12 UTC+2 skrev Marius Posta følgende: > > Hello, > > First of all, thanks for making protobuf-java version 3.0.0-beta-3 > available on the Maven Central repo. Unfortunately, it seems that > something's missing, specifically, protobuf-parent which is declared as the > parent in the protobuf-java pom file. Building my project with beta-3 fails > with the following error: > > Failed to read artifact descriptor for >> com.google.protobuf:protobuf-java:jar:3.0.0-beta-3: Failure to find >> com.google.protobuf:protobuf-parent:pom:3.0.0-beta-3 in [...] was cached in >> the local repository, resolution will not be reattempted until the update >> interval of nexus has elapsed or updates are forced -> [Help 1] > > > Regards, > Marius > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
