This adds a trivial integration test and a test project. The test project is minimally modified from the output of org.objectstyle.woproject.maven2.erxapplication-archetype, version 2.2-SNAPSHOT. At this stage, we really just want to test anything that builds. Needed to add project.type=application in build.properties and rename resources → woresources.
This adds a trivial integration test and a test project. The test project is minimally modified from the output of
org.objectstyle.woproject.maven2.erxapplication-archetype
, version2.2-SNAPSHOT
. At this stage, we really just want to test anything that builds. Needed to addproject.type=application
inbuild.properties
and renameresources
→woresources
.