header
header
Main Menu
Home
Eviware Store
Downloads
Products
News
Forum
Eviware Blog
Search
FAQs
Customer Area
Support
Documentation
Tutorials
CookBook
Downloads
Forum
Login Form
Welcome, Guest. Please login or register.
November 23, 2008, 01:27:31 pm
Username: Password:
Login with username, password and session length

Forgot your password?
 
Latest posts of: bm
Welcome, Guest. Please login or register.
November 23, 2008, 01:27:31 pm
Home Help Search Login Register
News: The Forums are up! Welcome to eviware.

  Show Posts
Pages: [1]
1  soapUI / soapUI / Re: Generating JUnit style report from Maven on: May 30, 2008, 04:30:19 pm
I did add the entry as suggested, but report is still not being generated.

pom.xml
...
<pluginRepositories>
   <pluginRepository>
      <id>eviwarePluginRepository</id>
      <url>http://www.eviware.com/repository/maven2/</url>
   </pluginRepository>
</pluginRepositories>
...
<build>
   <finalName>SimpleWebApp1</finalName>
   <plugins>
      <plugin>
         <groupId>eviware</groupId>
         <artifactId>maven-soapui-plugin</artifactId>
         <version>1.7.6</version>
         <configuration>
            <projectFile>soapui-project.xml</projectFile>
            <host>aHost:9080</host>
            <junitReport>true</junitReport>
         </configuration>
      </plugin>
   </plugins>
</build>
...

Command: mvn eviware:maven-soapui-plugin:test


Also, where can I find the complete list of all the configuration options for the maven-soapui-plugin?

Thanks
2  soapUI / soapUI / Generating JUnit style report from Maven on: May 29, 2008, 07:11:01 pm
Is there a way to generate JUnit style reports directly from Maven, when executing functional tests.

Thanks!
Pages: [1]


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
header header
header
header