-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add ability to customize working directory of forked process #83
Add ability to customize working directory of forked process #83
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: mykola.hryhoriev.
|
8ba26ca
to
21e2aac
Compare
Hi @GrigorievNick, we require contributors to sign our Contributor License Agreement, and we don't have yours on file. In order for us to review and merge your code, please access https://www.artima.com/cla/choose-type to sign our Contributor License Agreement. Your effort is highly appreciated. Thank you. |
@cla-bot[bot] check |
The cla-bot has been summoned, and re-checked this pull request! |
Who can review this? |
@GrigorievNick Tnx for the contribution. Sorry for the delay in reviewing. I've assigned it to Chee Seng so he'll look at it soon. |
1b54d8b
to
593d20e
Compare
pom.xml
Outdated
<snapshotRepository> | ||
<id>snapshots</id> | ||
<name>AppsFlyer Artifactory-snapshots</name> | ||
<url>https://artifactory.appsflyer.com/artifactory/maven-snapshots/</url> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GrigorievNick Just curious, do we need any artifact from snapshots?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cheeseng I am sorry I just deploy this to my own artifactory.
and accidentally commit custom pom details.
pom.xml
Outdated
@@ -215,6 +228,9 @@ | |||
<execution> | |||
<id>sign-artifacts</id> | |||
<phase>verify</phase> | |||
<configuration> | |||
<skip>true</skip> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GrigorievNick Do you mind to enlighten us why you need to set the skip to true?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cheeseng I am sorry I just deploy this to my own artifactory.
and accidentally commit custom pom details.
593d20e
to
6b0c06a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bvenners @GrigorievNick This PR looks good to me, thanks!
Any news on it, I don't want to keep my custom fork in Company's corporate repo for too long. |
@GrigorievNick I am really sorry for getting back here so late, hopefully this round we'll get this in! |
No description provided.