track pom files in the database

This commit is contained in:
Mike Bonnet 2008-01-15 17:31:25 -05:00
parent 5d59b35ba9
commit 0ab3e4e541
4 changed files with 62 additions and 30 deletions

View file

@ -627,6 +627,7 @@ CREATE TABLE archivetypes (
) WITHOUT OIDS;
insert into archivetypes (name, description, extensions) values ('zip', 'Zip archives, including jars', 'zip jar war rar ear');
insert into archivetypes (name, description, extensions) values ('pom', 'Maven Project Object Management files', 'pom');
-- Do we want to enforce a constraint that a build can only generate one
-- archive with a given name?