Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

TJDO Settings

PropertyOptional?Description
maven.tjdo.jdo.fileset.dir Yes Directory root of the filespace including the JDO files defining the datastore persistence to be managed by TJDO. The default is ${maven.build.dest}
maven.tjdo.jdo.fileset.include Yes Include pattern of JDO files. The default is **/*.jdo
maven.tjdo.jdo.fileset.exclude Yes Exclude pattern of JDO files. The default is empty.