Re: plugin included xercesImpl.jar from jenkins-test-harness test dependancy

2017-04-25 Thread Jesse Glick
On Tue, Apr 25, 2017 at 1:42 AM, Ted Xiao  wrote:
> Found out it is caused by org.jenkins-ci.plugins:jacoco

Probably 
https://github.com/jenkinsci/jacoco-plugin/commit/4baa40f8fb07cda1159880769e0f92024183d152
needs to be released.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1HmaRLHj%2BakMy-dSEDXAeUK4oxqZS%3DH2KOiW42b15EoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: plugin included xercesImpl.jar from jenkins-test-harness test dependancy

2017-04-24 Thread Ted Xiao
Found out it is caused by org.jenkins-ci.plugins:jacoco, although it showed 
in org.jenkins-ci.main:jenkins-test-harness. 

fixed by


org.jenkins-ci.plugins
jacoco
2.1.0
true


org.apache.maven
maven-project


org.apache.maven
maven-artifact-manager


org.codehaus.plexus
plexus-container-default


org.jacoco
*


org.apache.maven.reporting
maven-reporting-api


xerces
xercesImpl


xml-apis
xml-apis




I packaged test-jar so another plugin can use the TestBase class in 
src/test folder


On Tuesday, April 25, 2017 at 12:46:24 AM UTC+8, Jesse Glick wrote:
>
> On Sun, Apr 16, 2017 at 10:49 AM, Ted Xiao  
> wrote: 
> > xerces:xercesImpl:jar:2.11.0:compile was set as compile dependency and 
> was 
> > included in the final artifact (hpi file), it just happened recently. 
>
> Not sure why offhand. Does not happen in a sample plugin AFAICT: 
>
> https://github.com/jenkinsci/plugin-pom/pull/58 
>
> BTW you should use 
>
> false 
>
> if you want to publish a test JAR, rather than the custom execution you 
> have. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/41e9cc91-4c9c-4b32-bea7-64a7de4b7603%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: plugin included xercesImpl.jar from jenkins-test-harness test dependancy

2017-04-24 Thread Jesse Glick
On Sun, Apr 16, 2017 at 10:49 AM, Ted Xiao  wrote:
> xerces:xercesImpl:jar:2.11.0:compile was set as compile dependency and was
> included in the final artifact (hpi file), it just happened recently.

Not sure why offhand. Does not happen in a sample plugin AFAICT:

https://github.com/jenkinsci/plugin-pom/pull/58

BTW you should use

false

if you want to publish a test JAR, rather than the custom execution you have.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr0cY9fWsXmb2H6-wFw05%3D7ra-QQ3%3Dqo8k55MwP7jLwGzQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.