Are you trying to add a test specifically for the maven-ear-plugin? Is there a reason you’re not adding this to the maven-ear-plugin ITs? Are you trying test reactor resolution?
You should also not need to use the dependency plugin to pull things down. You sure it’s not our weird CI setup? If you have a branch I’ll run it on what I use for testing if you need help debugging. > On Oct 25, 2015, at 6:37 AM, Karl Heinz Marbaise <[email protected]> wrote: > > Hi Hervé, > > On 10/25/15 12:59 PM, Hervé BOUTEMY wrote: >> I saw that you finally managed to make the bootstrap happy: do you think the >> issue is foxed, or do you still fear unexpected failures in the future? > > At the moment i'm fighting with embedded it's which say a dependency for > maven-ear-plugin 2.8 could not be found ...but in bootstrap i have defined to > download maven-ear-plugin 2.8 which seemed to be not working furthermore i > have tried to force the download via maven-dependency-plugin:resolve-plugin > which based on the log downloads the artifact but the ITs (mng-5898) does not > find the dependency cause it 's log says: > > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-ear-plugin:2.8:generate-application-xml > (default-generate-application-xml) on project ear: Execution > default-generate-application-xml of goal > org.apache.maven.plugins:maven-ear-plugin:2.8:generate-application-xml > failed: Plugin org.apache.maven.plugins:maven-ear-plugin:2.8 or one of its > dependencies could not be resolved: The following artifacts could not be > resolved: org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6, > org.apache.maven:maven-error-diagnostics:jar:2.0.6, > org.apache.maven:maven-plugin-descriptor:jar:2.0.6: Could not find artifact > org.apache.maven:maven-plugin-parameter-documenter:jar:2.0.6 in central > (file:target/null) -> [Help 1] > org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-ear-plugin:2.8:generate-application-xml > (default-generate-application-xml) on project ear: Execution > default-generate-application-xml of goal > org.apache.maven.plugins:maven-ear-plugin:2.8:generate-application-xm > > > If i add a plugin as a dependency is there a need for a > <type>maven-plugin</type> needed ? > All of the entries in bootstrap don't have those entries ? > > > May be i can use the stub versions of maven-ear-plugin to run the IT's...but > first i would like to get a green (reliable) ball...(ah sorry blue ;-))... > > > So i will try to make a group-7 (temporarily) and add my plugins.. > > > >> >> Then to make the bootstrap process easier to understand, perhaps we should >> publish bootstrap result in core-its documentation [1], in addition to the >> current generic information "Core ITs and dependencies" paragraph >> Ideally, if we can tell which artifact is downloaded by which bootstrap >> group... >> >> Regards, >> >> Hervé >> >> [1] http://maven.apache.org/core-its/ >> >> Le samedi 24 octobre 2015 21:27:38 Karl Heinz Marbaise a écrit : >>> Hi, >>> >>> at the moment i'm observing a strange behaviour where i don't have any >>> idea of the cause. >>> >>> Sometimes the IT's start and the bootstrap is successful and you can >>> find log.txt in the appropriate folder.. >>> >>> But sometimes it fails and there is no track of a log.txt in the >>> appropriate folder... >>> >>> https://builds.apache.org/view/M-R/view/Maven%20Core%20ITs/job/core-integrat >>> ion-testing-maven-3-jdk-1.8/ws/core-integration-testing-trunk/core-it-suite/ >>> target/test-classes/bootstrap/ >>> >>> So now i'm really lost where to further look into what the root cause of >>> this problem is... >>> >>> Does someone has any kind of idea/suggestions where i could search for >>> the problem? >>> >>> >>> This makes at the moment the integration test successful by >>> coincidence..which makes them not really reliable... >>> >>> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Takari and Apache Maven http://twitter.com/jvanzyl http://twitter.com/takari_io --------------------------------------------------------- A party which is not afraid of letting culture, business, and welfare go to ruin completely can be omnipotent for a while. -- Jakob Burckhardt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
