Skip to content

Add maven-exec-plugin info to tasks/pom.xml.#1155

Merged
dzlier-gcp merged 2 commits into
GoogleCloudPlatform:masterfrom
dzlier-gcp:master
Jul 16, 2018
Merged

Add maven-exec-plugin info to tasks/pom.xml.#1155
dzlier-gcp merged 2 commits into
GoogleCloudPlatform:masterfrom
dzlier-gcp:master

Conversation

@dzlier-gcp

Copy link
Copy Markdown
Member

Just copying the pom.xml sections from appengine/tasks/pom.xml. These plugin fields allow exec:java to complete without waiting for a loose thread from the tasks API. Otherwise, the mvn exec:java command will hang and then fail.

@dzlier-gcp dzlier-gcp requested a review from kurtisvg July 16, 2018 21:30
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 16, 2018
@dzlier-gcp

Copy link
Copy Markdown
Member Author

Can't seem to add Averi as a reviewer/assignee, cc'ing here. akitsch@google.com

kurtisvg
kurtisvg previously approved these changes Jul 16, 2018

@kurtisvg kurtisvg left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One question, otherwise LGTM

Comment thread tasks/pom.xml Outdated
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>${maven-exec-plugin.version}</version>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be a property? I feel like there were some issues with DPEbot's auto updating properties, but I might be remembering incorrectly.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure. I can change it though, I was just copying from another sample in this repo that uses this plugin.

@dzlier-gcp dzlier-gcp merged commit b5cbe59 into GoogleCloudPlatform:master Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants