[
https://issues.jboss.org/browse/SEAM-84?page=com.atlassian.jira.plugin.sy...
]
Jozef Hartinger updated SEAM-84:
--------------------------------
Workaround Description:
Use the following configuration of the surefire plugin in every profile.
{code:xml}
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>false</skip>
<testNGArtifactName>none:none</testNGArtifactName>
<excludes>
<exclude>**/ftest/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
{code}
Workaround: [Workaround Exists]
booking - integration tests are always skipped
----------------------------------------------
Key: SEAM-84
URL:
https://issues.jboss.org/browse/SEAM-84
Project: Seam 3 Distribution
Issue Type: Bug
Components: Shared Examples
Affects Versions: 3.0.0.Final
Reporter: Jozef Hartinger
Assignee: Jozef Hartinger
Fix For: Future
As a consequence of using both JUnit and TestNG, the JUnit (integration) tests are never
run.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira