raspasov / protobuf-java-format

Automatically exported from code.google.com/p/protobuf-java-format
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Maven repository contains incorrect artifact name in path #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The wiki contains the following path to use as a maven repository:

http://protobuf-java-format.googlecode.com/svn/trunk/

The path to the protobuf-format-java artifact looks like this:

com/google/protobuf/protobuf-java-format/1.1.1/

But the artifact is not named protobuf-java-format, it's named 
protobuf-format-java, which causes maven to be unable to resolve the pom and 
jar correctly when added as a dependency as follows:

<dependency>
  <groupId>com.google.protobuf</groupId>
  <artifactId>protobuf-format-java</artifactId>
  <version>1.1.1</version>
</dependency>

Original issue reported on code.google.com by marty.ch...@gmail.com on 22 Feb 2011 at 5:44

GoogleCodeExporter commented 8 years ago
This needs to be changed ASAP.  Nobody can add this as a maven dependency and 
therefore it it really hard to use it with a source control system.

Original comment by wyn.benn...@gmail.com on 29 Mar 2011 at 9:10

GoogleCodeExporter commented 8 years ago
Fixed in r45

Original comment by JeffreyD...@gmail.com on 7 Apr 2011 at 8:07

GoogleCodeExporter commented 8 years ago

Original comment by eliran.bivas on 21 Apr 2011 at 2:37

GoogleCodeExporter commented 8 years ago

Original comment by JeffreyD...@gmail.com on 23 Apr 2011 at 2:23