google-cloud-eclipse
google-cloud-eclipse copied to clipboard
Better indentation when adding GCP libraries to pom.xml
<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.
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.