Re: how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread James Klo
On Sep 19, 2017, at 6:42 PM, Russell Gold wrote:Ah, sorry, I misread what was going on. I looked at the docs for the deploy-file goal and found this:file <>:File to be deployed.Type: java.io.FileRequired: YesUser Property: filefiles <>:A comma separated list of files for

Re: how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread Russell Gold
Ah, sorry, I misread what was going on. I looked at the docs for the deploy-file goal and found this: > file <>: > > File to be deployed. > Type: java.io.File > Required: Yes > User Property: file > files <>: > > A comma separated list of files for each of the extra side artifacts to >

Re: Version Information needed.

2017-09-19 Thread Manfred Moser
The version for the cobertur and any other non-core plugin is set in the pom of your project (or a parent of it). You can see the version in the log output of an invocation of it (typically your normal build log) manfred jayant sable wrote on 2017-09-19 05:06: > Hey folks, > > I'm using

Re: how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread James Klo
Thanks for responding. However, I’m not sure how that changes things. The “deploy” goal is currently not executing. The problem seems to me that the “deploy-file” goal is deploying both the file I want in addtion to the main artifact. Maybe this is a bug? Seems like it could be. - JK On

Re: how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread Russell Gold
Instead of default-deploy none deploy try default-deploy none > On Sep 19, 2017, at 5:57 PM, James Klo wrote: > > I’m using the

how can I prevent maven-deploy-plugin:deploy-file from deploying main artifact?

2017-09-19 Thread James Klo
I’m using the io.fabric8:maven-docker-plugin to launch a container, run specialized build that generates some versioned files and then I want to take those files convert them into an artifact and upload them to our corp Artifactory. I’ve got mostly the whole thing working except the last step,

RE: Version Information needed.

2017-09-19 Thread Robert Patrick
[Removing Maven dev list from the email thread via BCC] This plugin is not part of the Maven core so you can likely use any modern version of the plugin with Maven 3.2.5. As for how to use it, probably best to start with http://www.mojohaus.org/cobertura-maven-plugin/ and then ask more

Version Information needed.

2017-09-19 Thread jayant sable
Hey folks, I'm using maven 3.2.5 and with that I'm using cobertura-maven-plugin to generate code coverage report. I want to know which version of cobertura-maven-plugin is used in maven 3.2.5?? How can I do that. Thanks.