luongbs94 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Remove pom.xml from generated source & binary jars #830

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

https://developers.google.com/resources/api-libraries/download/calendar/v3/java

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Generate source and binary jars have a pom.xml file which is just unnecessary 
bloat.  For source jar it is in the root directory, and for binary jar it is in 
/META-INF/maven/com.google.apis.google-api-services-calendar/

Actually, for binary jar we should just remove the whole /META-INF/maven 
directory.

Original issue reported on code.google.com by yan...@google.com on 15 Aug 2013 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 27 Sep 2013 at 12:05