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

Support docker copy of resources #92

Merged
merged 4 commits into from
Jan 5, 2016
Merged

Conversation

andyp1per
Copy link
Contributor

Allow artifacts created by the build to be extracted from docker-land to maven-land

@@ -129,6 +129,18 @@
private String cfgPath;

/**
* Resource to copy out of the docker container.
Copy link
Owner

Choose a reason for hiding this comment

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

I think these are not needed for other mojos and could be moved into CopyMojo? Otherwise the help for the other mojos will be confusing.

@alexec
Copy link
Owner

alexec commented Dec 23, 2015

Great stuff -- do you want to update the usage file?

* Resource to copy out of the docker container.
*/
@Parameter(property = "docker.targetPath")
private String targetPath;
Copy link
Owner

Choose a reason for hiding this comment

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

Could this be called dest?

@andyp1per
Copy link
Contributor Author

All updated. The CI failure is because you need to update both this and the orchestration stuff at the same time.

alexec added a commit that referenced this pull request Jan 5, 2016
Support docker copy of resources
@alexec alexec merged commit 7b644a7 into alexec:master Jan 5, 2016
@andyp1per andyp1per deleted the docker_copy branch January 22, 2016 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants