Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better indentation when adding GCP libraries to pom.xml #3381

Open
elharo opened this issue Jan 14, 2019 · 1 comment · May be fixed by #3511
Open

Better indentation when adding GCP libraries to pom.xml #3381

elharo opened this issue Jan 14, 2019 · 1 comment · May be fixed by #3511

Comments

@elharo
Copy link
Contributor

elharo commented Jan 14, 2019

    <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.

@lak-proddev
Copy link
Contributor

lak-proddev@e59d265 is depended on pull request #3479 Once, it's merged I will rebase and create the pull request.

lak-proddev added a commit to lak-proddev/google-cloud-eclipse that referenced this issue Jun 27, 2019
lak-proddev added a commit to lak-proddev/google-cloud-eclipse that referenced this issue Jul 6, 2019
lak-proddev added a commit to lak-proddev/google-cloud-eclipse that referenced this issue Jul 6, 2019
lak-proddev added a commit to lak-proddev/google-cloud-eclipse that referenced this issue Jul 6, 2019
lak-proddev added a commit to lak-proddev/google-cloud-eclipse that referenced this issue Jul 7, 2019
@meltsufin meltsufin added the p3 label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants