Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 37600 invoked from network); 1 Jul 2008 13:10:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 13:10:06 -0000 Received: (qmail 69063 invoked by uid 500); 1 Jul 2008 13:09:59 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 68994 invoked by uid 500); 1 Jul 2008 13:09:58 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 68983 invoked by uid 99); 1 Jul 2008 13:09:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 06:09:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [203.199.18.82] (HELO mail1.impetus.co.in) (203.199.18.82) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 13:09:07 +0000 Received: from mail1.impetus.co.in ([192.168.100.28]) by mail1.impetus.co.in ([192.168.100.28]) with mapi; Tue, 1 Jul 2008 18:39:25 +0530 From: Renu Gupta To: Maven Users List Date: Tue, 1 Jul 2008 18:39:24 +0530 Subject: RE: Maven2+Jboss support(what's the future of jboss with maven2) Thread-Topic: Maven2+Jboss support(what's the future of jboss with maven2) Thread-Index: Acjbc2ylDSiMDHsoS3mmRH1m705HhwACAiKw Message-ID: <3733A9C3AB40C64A8E0A141E0768A5051506ADFB2B@mail1.impetus.co.in> References: <3733A9C3AB40C64A8E0A141E0768A505150690CEF1@mail1.impetus.co.in> <4868A753.8030609@vub.de> <3733A9C3AB40C64A8E0A141E0768A5051506ADF6D0@mail1.impetus.co.in> <4869ECBB.2020104@vub.de> <3733A9C3AB40C64A8E0A141E0768A5051506ADFA0C@mail1.impetus.co.in> <486A1DA8.1040001@vub.de> In-Reply-To: <486A1DA8.1040001@vub.de> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hey thanx............... Its working but then to tell u we need to add one more property in configur= ation default Then it will work....... :) Here is my pom configuration for the same: org.codehaus.cargo cargo-maven2-plugin 0.3.1 false jboss4x ${env.JBOSS_HOME} 300000 existing ${env.JBOSS_HOME}\server\default default start-container pre-integration-test start stop-container post-integration-test stop Cheers! Renu -----Original Message----- From: Stefan Seidel [mailto:sseidel@vub.de] Sent: Tuesday, July 01, 2008 5:36 PM To: Maven Users List Subject: Re: Maven2+Jboss support(what's the future of jboss with maven2) I'm not sure, I think I had this error before, but can't remember what the problem was. YOu could try with version 0.3.1 of the plugin, I had some troubles with the latest. Here's my config for reference: false jboss4x ... ... ... 300000 ... localhost 12080 -Xms256m -Xmx768m -XX:MaxPermSize=3D192m Nothing special about the paths except I use properties ("${...}") so i removed those. I work under Linux so your problem might also be Windows-related. Stefan Renu Gupta wrote: > Unfortunately even after adding the tags I m getting following error: > > [INFO] [stalledLocalDeployer] Deploying [F:\Documents and Settings\rvgupt= a\MavenProjects\Cargo+JBOSS-Trial\simple-webapp\target\simple-webapp.war] t= o [E:\Softwares\jboss-4.0.5.GA\s > > erver\default/deploy]... > > [INFO] [talledLocalContainer] Parsed JBoss version =3D [4.0.5] > > [INFO] [talledLocalContainer] JBoss 4.0.5 starting... > > [INFO] [talledLocalContainer] 15:52:55,262 INFO [Server] Starting JBoss = (MX MicroKernel)... > > [INFO] [talledLocalContainer] 15:52:55,262 INFO [Server] Release ID: JBo= ss [Zion] 4.0.5.GA (build: CVSTag=3DBranch_4_0 date=3D200610162339) > > [INFO] [talledLocalContainer] 15:52:55,278 INFO [Server] Home Dir: E:\So= ftwares\jboss-4.0.5.GA > > [INFO] [talledLocalContainer] 15:52:55,278 INFO [Server] Home URL: file:= /E:/Softwares/jboss-4.0.5.GA/ > > [INFO] [talledLocalContainer] 15:52:55,278 INFO [Server] Patch URL: null > > [INFO] [talledLocalContainer] 15:52:55,278 INFO [Server] Server Name: jb= oss4x > > [INFO] [talledLocalContainer] 15:52:55,278 INFO [Server] Server Home Dir= : E:\Softwares\jboss-4.0.5.GA\server\default > > [INFO] [talledLocalContainer] 15:52:55,278 INFO [Server] Server Home URL= : file:/E:/Softwares/jboss-4.0.5.GA/server/default/ > > [INFO] [talledLocalContainer] 15:52:55,278 INFO [Server] Server Log Dir:= E:\Softwares\jboss-4.0.5.GA\server\default\log > > [INFO] [talledLocalContainer] 15:52:55,294 INFO [Server] Server Temp Dir= : E:\Softwares\jboss-4.0.5.GA\server\default\tmp > > [INFO] [talledLocalContainer] 15:52:55,294 INFO [Server] Root Deployment= Filename: jboss-service.xml > > [INFO] [talledLocalContainer] 15:52:55,716 INFO [ServerInfo] Java versio= n: 1.5.0_04,Sun Microsystems Inc. > > [INFO] [talledLocalContainer] 15:52:55,716 INFO [ServerInfo] Java VM: Ja= va HotSpot(TM) Client VM 1.5.0_04-b05,Sun Microsystems Inc. > > [INFO] [talledLocalContainer] 15:52:55,716 INFO [ServerInfo] OS-System: = Windows XP 5.1,x86 > > [INFO] [talledLocalContainer] 15:52:56,231 INFO [Server] Core system ini= tialized > > [INFO] [talledLocalContainer] 15:52:56,325 ERROR [MainDeployer] Could not= initialise deployment: file:/E:/Softwares/jboss-4.0.5.GA/server/default/co= nf/jboss-service.xml > > [WARNING] [talledLocalContainer] Failed to boot JBoss: > > [INFO] [talledLocalContainer] org.jboss.deployment.DeploymentException: N= ot pointing to a directory, url: file:/E:/Softwares/jboss-4.0.5.GA/server/n= ull/lib/; - nested throwable: (j > > ava.io.FileNotFoundException: Not pointing to a directory, url: file:/E:/= Softwares/jboss-4.0.5.GA/server/null/lib/) > > [INFO] [talledLocalContainer] at org.jboss.deployment.SARDeployer.init(= SARDeployer.java:217) > > [WARNING] [talledLocalContainer] org.jboss.deployment.DeploymentException= : Not pointing to a directory, url: file:/E:/Softwares/jboss-4.0.5.GA/serve= r/null/lib/; - nested throwable: > > (java.io.FileNotFoundException: Not pointing to a directory, url: file:/= E:/Softwares/jboss-4.0.5.GA/server/null/lib/) > > [WARNING] [talledLocalContainer] at org.jboss.deployment.SARDeploy= er.init(SARDeployer.java:217) > > [INFO] [talledLocalContainer] at org.jboss.deployment.MainDeployer.init= (MainDeployer.java:872) > > [INFO] [talledLocalContainer] at org.jboss.deployment.MainDeployer.depl= oy(MainDeployer.java:809) > > [WARNING] [talledLocalContainer] at org.jboss.deployment.MainDeplo= yer.init(MainDeployer.java:872) > > [WARNING] [talledLocalContainer] at org.jboss.deployment.MainDeplo= yer.deploy(MainDeployer.java:809) > > [INFO] [talledLocalContainer] at org.jboss.deployment.MainDeployer.depl= oy(MainDeployer.java:782) > > [INFO] [talledLocalContainer] at org.jboss.deployment.MainDeployer.depl= oy(MainDeployer.java:766) > > [WARNING] [talledLocalContainer] at org.jboss.deployment.MainDeplo= yer.deploy(MainDeployer.java:782) > > [WARNING] [talledLocalContainer] at org.jboss.deployment.MainDeplo= yer.deploy(MainDeployer.java:766) > > [WARNING] [talledLocalContainer] at sun.reflect.NativeMethodAccess= orImpl.invoke0(Native Method) > > [WARNING] [talledLocalContainer] at sun.reflect.NativeMethodAccess= orImpl.invoke(NativeMethodAccessorImpl.java:39) > > [INFO] [talledLocalContainer] at sun.reflect.NativeMethodAccessorImpl.i= nvoke0(Native Method) > > [INFO] [talledLocalContainer] at sun.reflect.NativeMethodAccessorImpl.i= nvoke(NativeMethodAccessorImpl.java:39) > > [INFO] [talledLocalContainer] at sun.reflect.DelegatingMethodAccessorIm= pl.invoke(DelegatingMethodAccessorImpl.java:25) > > [WARNING] [talledLocalContainer] at sun.reflect.DelegatingMethodAc= cessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > [INFO] [talledLocalContainer] at java.lang.reflect.Method.invoke(Method= .java:585) > > [INFO] [talledLocalContainer] at org.jboss.mx.interceptor.ReflectedDisp= atcher.invoke(ReflectedDispatcher.java:155) > > [WARNING] [talledLocalContainer] at java.lang.reflect.Method.invok= e(Method.java:585) > > [WARNING] [talledLocalContainer] at org.jboss.mx.interceptor.Refle= ctedDispatcher.invoke(ReflectedDispatcher.java:155) > > [WARNING] [talledLocalContainer] at org.jboss.mx.server.Invocation= .dispatch(Invocation.java:94) > > [INFO] [talledLocalContainer] at org.jboss.mx.server.Invocation.dispatc= h(Invocation.java:94) > > [INFO] [talledLocalContainer] at org.jboss.mx.interceptor.AbstractInter= ceptor.invoke(AbstractInterceptor.java:133) > > [WARNING] [talledLocalContainer] at org.jboss.mx.interceptor.Abstr= actInterceptor.invoke(AbstractInterceptor.java:133) > > [INFO] [talledLocalContainer] at org.jboss.mx.server.Invocation.invoke(= Invocation.java:88) > > [WARNING] [talledLocalContainer] at org.jboss.mx.server.Invocation= .invoke(Invocation.java:88) > > [INFO] [talledLocalContainer] at org.jboss.mx.interceptor.ModelMBeanOpe= rationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) > > [INFO] [talledLocalContainer] at org.jboss.mx.server.Invocation.invoke(= Invocation.java:88) > > [WARNING] [talledLocalContainer] at org.jboss.mx.interceptor.Model= MBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142) > > [WARNING] [talledLocalContainer] at org.jboss.mx.server.Invocation= .invoke(Invocation.java:88) > > [WARNING] [talledLocalContainer] at org.jboss.mx.server.AbstractMB= eanInvoker.invoke(AbstractMBeanInvoker.java:264) > > [INFO] [talledLocalContainer] at org.jboss.mx.server.AbstractMBeanInvok= er.invoke(AbstractMBeanInvoker.java:264) > > [WARNING] [talledLocalContainer] at org.jboss.mx.server.MBeanServe= rImpl.invoke(MBeanServerImpl.java:659) > > [INFO] [talledLocalContainer] at org.jboss.mx.server.MBeanServerImpl.in= voke(MBeanServerImpl.java:659) > > [INFO] [talledLocalContainer] at org.jboss.mx.util.MBeanProxyExt.invoke= (MBeanProxyExt.java:210) > > [INFO] [talledLocalContainer] at $Proxy5.deploy(Unknown Source) > > [WARNING] [talledLocalContainer] at org.jboss.mx.util.MBeanProxyEx= t.invoke(MBeanProxyExt.java:210) > > [WARNING] [talledLocalContainer] at $Proxy5.deploy(Unknown Source) > > [WARNING] [talledLocalContainer] at org.jboss.system.server.Server= Impl.doStart(ServerImpl.java:482) > > [WARNING] [talledLocalContainer] at org.jboss.system.server.Server= Impl.start(ServerImpl.java:362) > > [INFO] [talledLocalContainer] at org.jboss.system.server.ServerImpl.doS= tart(ServerImpl.java:482) > > [INFO] [talledLocalContainer] at org.jboss.system.server.ServerImpl.sta= rt(ServerImpl.java:362) > > [INFO] [talledLocalContainer] at org.jboss.Main.boot(Main.java:200) > > [INFO] [talledLocalContainer] at org.jboss.Main$1.run(Main.java:490) > > [INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:595) > > [WARNING] [talledLocalContainer] at org.jboss.Main.boot(Main.java:= 200) > > [WARNING] [talledLocalContainer] at org.jboss.Main$1.run(Main.java= :490) > > [WARNING] [talledLocalContainer] at java.lang.Thread.run(Thread.ja= va:595) > > [WARNING] [talledLocalContainer] Caused by: java.io.FileNotFoundException= : Not pointing to a directory, url: file:/E:/Softwares/jboss-4.0.5.GA/serve= r/null/lib/ > > [WARNING] [talledLocalContainer] at org.jboss.net.protocol.file.Fi= leURLLister.listMembers(FileURLLister.java:68) > > [INFO] [talledLocalContainer] Caused by: java.io.FileNotFoundException: N= ot pointing to a directory, url: file:/E:/Softwares/jboss-4.0.5.GA/server/n= ull/lib/ > > [WARNING] [talledLocalContainer] at org.jboss.net.protocol.URLList= erBase.listMembers(URLListerBase.java:52) > > [WARNING] [talledLocalContainer] at org.jboss.net.protocol.URLList= erBase.listMembers(URLListerBase.java:57) > > [INFO] [talledLocalContainer] at org.jboss.net.protocol.file.FileURLLis= ter.listMembers(FileURLLister.java:68) > > [WARNING] [talledLocalContainer] at org.jboss.deployment.SARDeploy= er.parseXMLClasspath(SARDeployer.java:558) > > [WARNING] [talledLocalContainer] at org.jboss.deployment.SARDeploy= er.init(SARDeployer.java:193) > > [WARNING] [talledLocalContainer] ... 23 more > > [INFO] [talledLocalContainer] at org.jboss.net.protocol.URLListerBase.l= istMembers(URLListerBase.java:52) > > [INFO] [talledLocalContainer] at org.jboss.net.protocol.URLListerBase.l= istMembers(URLListerBase.java:57) > > [INFO] [talledLocalContainer] at org.jboss.deployment.SARDeployer.parse= XMLClasspath(SARDeployer.java:558) > > [INFO] [talledLocalContainer] at org.jboss.deployment.SARDeployer.init(= SARDeployer.java:193) > > [INFO] [talledLocalContainer] ... 23 more > > [INFO] [talledLocalContainer] 15:52:56,466 INFO [Server] Runtime shutdow= n hook called, forceHalt: true > > [INFO] [talledLocalContainer] 15:52:56,466 INFO [Server] JBoss SHUTDOWN:= Undeploying all packages > > [INFO] [talledLocalContainer] 15:52:56,481 INFO [Server] Shutdown comple= te > > [INFO] [talledLocalContainer] Shutdown complete > > [INFO] [talledLocalContainer] Halting VM > > [INFO] ------------------------------------------------------------------= ------ > > [ERROR] FATAL ERROR > > [INFO] ------------------------------------------------------------------= ------ > > [INFO] Failed to start the JBoss 4.0.5 container. > > Deployable [http://localhost:8080/cargocpc/index.html] failed to finish d= eploying within the timeout period [120000]. The Deployable state is thus u= nknown. > > [INFO] ------------------------------------------------------------------= ------ > > [INFO] Trace > > org.codehaus.cargo.container.ContainerException: Failed to start the JBos= s 4.0.5 container. > > at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(= AbstractLocalContainer.java:160) > > at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(Contain= erStartMojo.java:61) > > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCa= rgoMojo.java:243) > > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(Defau= ltPluginManager.java:451) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa= ls(DefaultLifecycleExecutor.java:558) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeSta= ndaloneGoal(DefaultLifecycleExecutor.java:512) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa= l(DefaultLifecycleExecutor.java:482) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa= lAndHandleFailures(DefaultLifecycleExecutor.java:330) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTas= kSegments(DefaultLifecycleExecutor.java:291) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(De= faultLifecycleExecutor.java:142) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java= :315) > > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.ja= va:430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > Caused by: org.codehaus.cargo.container.ContainerException: Deployable [h= ttp://localhost:8080/cargocpc/index.html] failed to finish deploying within= the timeout period [120000]. Th > > e Deployable state is thus unknown. > > at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.wat= ch(DeployerWatchdog.java:111) > > at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitFo= rCompletion(AbstractLocalContainer.java:212) > > at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(= AbstractLocalContainer.java:155) > > ... 20 more > > org.codehaus.cargo.container.ContainerException: Deployable [http://local= host:8080/cargocpc/index.html] failed to finish deploying within the timeou= t period [120000]. The Deployabl > > e state is thus unknown. > > at org.codehaus.cargo.container.spi.deployer.DeployerWatchdog.wat= ch(DeployerWatchdog.java:111) > > at org.codehaus.cargo.container.spi.AbstractLocalContainer.waitFo= rCompletion(AbstractLocalContainer.java:212) > > at org.codehaus.cargo.container.spi.AbstractLocalContainer.start(= AbstractLocalContainer.java:155) > > at org.codehaus.cargo.maven2.ContainerStartMojo.doExecute(Contain= erStartMojo.java:61) > > at org.codehaus.cargo.maven2.AbstractCargoMojo.execute(AbstractCa= rgoMojo.java:243) > > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(Defau= ltPluginManager.java:451) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa= ls(DefaultLifecycleExecutor.java:558) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeSta= ndaloneGoal(DefaultLifecycleExecutor.java:512) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa= l(DefaultLifecycleExecutor.java:482) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoa= lAndHandleFailures(DefaultLifecycleExecutor.java:330) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTas= kSegments(DefaultLifecycleExecutor.java:291) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(De= faultLifecycleExecutor.java:142) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > > > > -----Original Message----- > From: Stefan Seidel [mailto:sseidel@vub.de] > Sent: Tuesday, July 01, 2008 2:07 PM > To: Maven Users List > Subject: Re: Maven2+Jboss support(what's the future of jboss with maven2) > > > > You're welcome. You need to add the start and stop executions to the > > plugin definition: > > > > > > > > start-container > > generate-test-resources > > > > start > > > > > > > > > > stop-container > > post-integration-test > > > > stop > > > > > > > > > > The s may need to be adapted to your needs. > > > > Stefan > > > > Renu Gupta wrote: > >> Hey thanx a lot Stefan.............. Its working. > >> But there is one more problem with the plugin.............. > >> It only deploys my application in the container. > >> But doesn't explicitly starts and stops the container. > >> Why so???????? > >> Here is my pom configuration: > >> > >> org.codehaus.cargo > >> cargo-maven2-plugin > >> 0.3 > > >> > > >> > >> > >> jboss4x > >> E:\Softwares\jboss-4.0.5.GA > >> > >> > >> existing > >> E:\Softwares\jboss-4.0.5.GA\server\default > >> > > >> > >> > > >> Cheers! > >> Renu > > >> -----Original Message----- > >> From: Stefan Seidel [mailto:sseidel@vub.de] > >> Sent: Monday, June 30, 2008 2:59 PM > >> To: Maven Users List > >> Subject: Re: Maven2+Jboss support(what's the future of jboss with maven2= ) > > >> Could it be you're looking for Cargo? > >> http://cargo.codehaus.org/Maven2+plugin > > >> Stefan > > >> Renu Gupta wrote: > >>> Hi, > >>> Can any one tell me that > >>> Does maven2 supports jboss plugin????? > >>> Because none of my jboss goals are working in maven2. > >>> When I execute mvn jboss:start it gives successful status but server is= not actually started > >>> Same is the case with other goals of jboss plugin > >>> I m giving the link when it says that future distributions of maven won= 't support jboss > >>> http://maven.apache.org/maven-1.x/plugins/jboss/ > >>> Is it true???????? > > >>> - > >>> Renu > >>> "Beauty is eternity gazing at itself in mirror................." > > > > >> -- > >> best regards, > > >> Stefan Seidel > >> software developer > >> ________________________ > >> VUB Printmedia GmbH > >> Chopinstra=DFe 4 > >> D-04103 Leipzig > >> Germany > >> tel. +49 (341) 9 60 50 07 > >> fax. +49 (341) 9 60 50 92 > >> mail. sseidel@vub.de > >> web. www.vub.de > > >> HRB K=F6ln 24015 > >> UStID DE 122 649 251 > >> GF Dr. Achim Preuss Neudorf, > >> Dr. Christian Preuss Neudorf > > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > >> For additional commands, e-mail: users-help@maven.apache.org > > > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > >> For additional commands, e-mail: users-help@maven.apache.org > > > > > > > -- > > best regards, > > > > Stefan Seidel > > software developer > > ________________________ > > VUB Printmedia GmbH > > Chopinstra=DFe 4 > > D-04103 Leipzig > > Germany > > tel. +49 (341) 9 60 50 07 > > fax. +49 (341) 9 60 50 92 > > mail. sseidel@vub.de > > web. www.vub.de > > > > HRB K=F6ln 24015 > > UStID DE 122 649 251 > > GF Dr. Achim Preuss Neudorf, > > Dr. Christian Preuss Neudorf > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org