track pom files in the database
This commit is contained in:
parent
5d59b35ba9
commit
0ab3e4e541
4 changed files with 62 additions and 30 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue