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

Add new assembly option "name" #772

Merged
merged 3 commits into from
May 3, 2017

Conversation

rhuss
Copy link
Collaborator

@rhuss rhuss commented May 3, 2017

this can be used to specify the assembly name which is used also as directory
for holding the assembly files. I.e. the directory which needs to be refered to when
an extrean Dockerfile wants to include an assembly. "targetDir" now defaults to "/" + this name.

Also extended the documentation to clarify the usage.

Fixes #634

this can be used to specify the assembly name which is used also as directory
for holding the assembly files. I.e. the directory which needs to be refered to when
an extrean Dockerfile wants to include an assembly. "targetDir" now defaults to "/" + this name.

Also extended the documentation to clarify the usage.

Fixes fabric8io#634
@codecov
Copy link

codecov bot commented May 3, 2017

Codecov Report

Merging #772 into master will increase coverage by 0.03%.
The diff coverage is 66.66%.

@@             Coverage Diff              @@
##             master     #772      +/-   ##
============================================
+ Coverage     47.43%   47.46%   +0.03%     
- Complexity     1053     1054       +1     
============================================
  Files           134      134              
  Lines          6831     6835       +4     
  Branches        888      888              
============================================
+ Hits           3240     3244       +4     
  Misses         3316     3316              
  Partials        275      275
Impacted Files Coverage Δ Complexity Δ
...c8/maven/docker/assembly/MappingTrackArchiver.java 30.12% <100%> (+0.85%) 10 <2> (ø) ⬇️
...bric8/maven/docker/assembly/DockerFileBuilder.java 91.14% <100%> (ø) 74 <4> (ø) ⬇️
...ic8/maven/docker/config/AssemblyConfiguration.java 77.04% <100%> (+0.77%) 14 <1> (+1) ⬆️
...o/fabric8/maven/docker/assembly/AssemblyFiles.java 83.87% <100%> (ø) 6 <0> (ø) ⬇️
...8/maven/docker/assembly/DockerAssemblyManager.java 14.42% <27.27%> (+0.41%) 6 <0> (ø) ⬇️

@rhuss
Copy link
Collaborator Author

rhuss commented May 3, 2017

[merge]

@fusesource-ci fusesource-ci merged commit 77b83e8 into fabric8io:master May 3, 2017
rgbj pushed a commit to rgbj/docker-maven-plugin that referenced this pull request Jun 21, 2017
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