[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-274) EmbeddedMaven - Support running Maven builds in the background

Matous Jobanek (JIRA) issues at jboss.org
Thu May 18 05:04:01 EDT 2017


Matous Jobanek created SHRINKRES-274:
----------------------------------------

             Summary: EmbeddedMaven - Support running Maven builds in the background
                 Key: SHRINKRES-274
                 URL: https://issues.jboss.org/browse/SHRINKRES-274
             Project: ShrinkWrap Resolvers
          Issue Type: Feature Request
          Components: maven
    Affects Versions: 3.0.0-beta-1
            Reporter: Matous Jobanek
            Assignee: Matous Jobanek
             Fix For: 3.0.0-beta-2


It should possible to also stop the execution of the main thread and wait till some line matches a regex. Useful for cases when maven build triggers some server or other application (eg. using {{mvn spring-boot:run}})

use-case:

EmbeddedMaven
    .forProject("path/to/pom.xml")
    .useMaven3Version("3.5.0")
    .setGoals("spring-boot:run")
    .useAsDaemon()
    .withWaitUntilOutputLineMathes(".*Started Application.*", 30, TimeUnit.SECONDS)
    .build();



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the shrinkwrap-issues mailing list