Forum Discussion

AndyO's avatar
AndyO
Occasional Contributor
8 years ago
Solved

soapui-maven-plugin-5.3.0 does not work

I've just tried the latest  soapui-maven-plugin-5.3.0.jar and it didn't work. I wonder if I'm missing out something?   Here is my pom.xml file: <project xmlns="http://maven.apache.org/POM/4.0.0"...
  • nmrao's avatar
    8 years ago

    MD01,

    Here your go:

     

    Looks like this is your question in Stackoverflow which happened to answer there already.

    It would be easy if you use time category as shown below. 

     

    use(groovy.time.TimeCategory) {
        def halfHourFromNow = new Date() + 2.hour 
        log.info halfHourFromNow.format("yyyy-MM-dd HH:mm:ss")
    }

    You can quickly check it online demo