google-cloud-eclipse icon indicating copy to clipboard operation
google-cloud-eclipse copied to clipboard

Better indentation when adding GCP libraries to pom.xml

Open elharo opened this issue 7 years ago • 1 comments

    <dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<version>1.9.71</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-speech</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.objectify</groupId>
<artifactId>objectify</artifactId>
<version>5.1.22</version>
</dependency>

We could add extra whitespace ourselves or just run a formatter on the lines after the transform.

elharo avatar Jan 14 '19 12:01 elharo

https://github.com/lak-proddev/google-cloud-eclipse/commit/e59d265891b54bc7398bdbd3c17af08a7c071c58 is depended on pull request https://github.com/GoogleCloudPlatform/google-cloud-eclipse/pull/3479 Once, it's merged I will rebase and create the pull request.

lak-proddev avatar Jun 26 '19 13:06 lak-proddev