how about something along the lines of: If this flag is false then the Weblogic deployment tool will call System.exit and prematurely end the Maven build.
On Sun, Feb 21, 2010 at 12:47 PM, Wayne Fay <[email protected]> wrote: > Perhaps it would be helpful for other new users if you wrote a couple > sentences that could be added to the documentation which made the use > of this flag more clear? > > Wayne > > On Sun, Feb 21, 2010 at 10:36 AM, Jon Strayer <[email protected]> wrote: > > Thanks. I completely misunderstood the use of that flag. > > > > On Sat, Feb 20, 2010 at 4:30 PM, Vinicius Diniz <[email protected]> > > wrote: > >> > >> Hi John, > >> Use this property in <configuration> of plugin to not exit after > deploy... > >> <noExit>true</noExit> > >> Att, > >> ------------------------------------------------- > >> Vinicius Diniz e Silva > >> [email protected] > >> Ideais Tecnologia LTDA > >> > >> On Fri, Feb 19, 2010 at 19:58, Jon Strayer <[email protected]> wrote: > >>> > >>> I'm using the weblogic plugin to deploy an ear to a weblogic 9.2 > server. > >>> Everything works fine except that there is no success message in the > log. > >>> > >>> Actually, it looks like something in the Weblogic code is calling > >>> System.exit. If I have other goals configured after the deploy goal > they > >>> never run. No errors are in the log, it just ends. > >>> > >>> [INFO] Scanning for projects... > >>> 19-Feb-2010 16:05:45 [INFO] > >>> > ------------------------------------------------------------------------ > >>> 19-Feb-2010 16:05:45 [INFO] Building Unnamed - > >>> com.fusionsoftllc.wss:wss:ear:1.1 > >>> 19-Feb-2010 16:05:45 [INFO] task-segment: [weblogic:deploy] > >>> 19-Feb-2010 16:05:45 [INFO] > >>> > ------------------------------------------------------------------------ > >>> 19-Feb-2010 16:05:46 [INFO] [weblogic:deploy {execution: > >>> default-cli}] > >>> 19-Feb-2010 16:05:46 [INFO] Weblogic Deployment beginning with > >>> parameters DeployMojoBase[adminServerHostName = softwl03, > >>> adminServerProtocol = t3, adminServerPort = 7009, userId = weblogic, > >>> password = xxxxxx, artifactPath = e:\latest\wss-1.1.ear, > projectPackaging = > >>> ear, name = wss, targetNames = AdminServer, remote = true] > >>> 19-Feb-2010 16:05:46 [INFO] Weblogic Deployment parameters > >>> [-adminurl, t3://softwl03:7009, -username, weblogic, -password, xxxxxx, > >>> -name, wss, -targets, AdminServer, -upload, -source, > e:\latest\wss-1.1.ear, > >>> -deploy] > >>> 19-Feb-2010 16:05:46 weblogic.Deployer invoked with options: > >>> -adminurl t3://softwl03:7009 -username weblogic -name wss -targets > >>> AdminServer -upload -source e:\latest\wss-1.1.ear -deploy > >>> 19-Feb-2010 16:05:48 <Feb 19, 2010 4:05:47 PM EST> <Info> <J2EE > >>> Deployment SPI> <BEA-260121> <Initiating deploy operation for > application, > >>> wss [archive: E:\latest\wss-1.1.ear], to AdminServer .> > >>> 19-Feb-2010 16:05:56 Task 4 initiated: [Deployer:149026]deploy > >>> application wss on AdminServer. > >>> 19-Feb-2010 16:06:28 Task 4 completed: [Deployer:149026]deploy > >>> application wss on AdminServer. > >>> 19-Feb-2010 16:06:28 Target state: deploy completed on Server > >>> AdminServer > >>> > >>> > >>> > >>> -- > >>> " People who couldn't find Nebraska on a world map are certain that > >>> global warming is a left-wing hoax. > >>> Gene Lyons" > >> > > > > > > > > -- > > " People who couldn't find Nebraska on a world map are certain that > global > > warming is a left-wing hoax. > > Gene Lyons" > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- " People who couldn't find Nebraska on a world map are certain that global warming is a left-wing hoax. Gene Lyons"
