-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-M1
-
Fix Version/s: 2.0.0-M2
-
Component/s: ZZZ Archetype: SimpleApp
-
Labels:None
As reported by Gabriel Terwesten <gabriel@terwesten.net> [1]
This is only true for projects generated from the 2.0.0-M1 archetype. The integration tests in module `application` are executed.
To reproduce generate a project:
mvn archetype:generate \
-D archetypeGroupId=org.apache.isis.archetype \
-D archetypeArtifactId=simpleapp-archetype \
-D archetypeVersion=2.0.0-M1 \
-D groupId=com.mycompany \
-D artifactId=isis-2 \
-D version=1.0-SNAPSHOT \
-B
Then execute:
- mvn clean install
- mvn -pl module-simple verify
The test output for integration tests is empty.