getLog().debug( "Not re-installing " + artifact + ", " + file );
maven-invoker-plugin>mvn dependency:tree [INFO] +- org.apache.maven.reporting:maven-reporting-impl:jar:2.1:compile [INFO] | +- org.apache.maven.doxia:doxia-core:jar:1.1.2:compile [INFO] | | +- xerces:xercesImpl:jar:2.8.1:compile [INFO] | | +- commons-lang:commons-lang:jar:2.4:compile [INFO] | | \- commons-httpclient:commons-httpclient:jar:3.1:compile [INFO] | | \- commons-codec:commons-codec:jar:1.2:compile [INFO] | \- commons-validator:commons-validator:jar:1.2.0:compile [INFO] | +- commons-beanutils:commons-beanutils:jar:1.7.0:compile [INFO] | +- commons-digester:commons-digester:jar:1.6:compile [INFO] | +- commons-logging:commons-logging:jar:1.0.4:compile [INFO] | +- oro:oro:jar:2.0.8:compile [INFO] | \- xml-apis:xml-apis:jar:1.0.b2:compile [INFO] +- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.1:provided [INFO] +- org.apache.maven.shared:maven-script-interpreter:jar:1.1:compile [INFO] | \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile [INFO] +- org.apache.maven.doxia:doxia-sink-api:jar:1.1.4:compile [INFO] | \- org.apache.maven.doxia:doxia-logging-api:jar:1.1.4:compile Martin Gainty ______________________________________________ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának készítése nem megengedett. Ez az üzenet csak ismeret cserét szolgál és semmiféle jogi alkalmazhatósága sincs. Mivel az electronikus üzenetek könnyen megváltoztathatóak, ezért minket semmi felelöség nem terhelhet ezen üzenet tartalma miatt. Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sun, 4 Aug 2013 08:42:52 +0100 > Subject: Re: Problem with maven shared invoker. > From: [email protected] > To: [email protected] > > Hi, > > On 3 August 2013 10:22, Robert Scholte <[email protected]> wrote: > > Hi, > > > > > > --- > > [ERROR] Failed to execute goal > > org.apache.maven.plugins:maven-archetype-plugin:2.2:integration-test > > (default-integration-test) on project sling-servlet-archetype: > > > > [ERROR] Archetype IT 'normal' failed: Cannot run additions goals. > > --- > > > > according to these lines it is not the maven-invoker-plugin which is used, > > but the maven-archetype-plugin. > > For that reason the -D arguments won't have any effect, since they are used > > for a different plugin. > > > > This is the page you are looking for: > > http://maven.apache.org/archetype/maven-archetype-plugin/integration-test-mojo.html > > > Adding debug does enable debug configuration to the archetype plugin > does generate debug output for the integration tests. Unfortunately > the invoker fails to run the mvn command so we never get that far, and > the debug setting does not cause the integration test mojo to tell the > shared invoker to emit the command its trying (and failing) to run. > > Is there a setting somewhere that get the debug statements that are in > the invoker to log at debug level ? > > Best Regards > Ian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
