diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-03-27 16:01:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 16:01:36 +0300 |
commit | 5c9c7730dd08ab1851b73d23b6862f54d7ff5c52 (patch) | |
tree | ffc6e201d12702864210477f43e22bf337aa616c | |
parent | a3899faa81169801e0cf27bc1e595bcd14d1606a (diff) | |
download | vaadin-framework-5c9c7730dd08ab1851b73d23b6862f54d7ff5c52.tar.gz vaadin-framework-5c9c7730dd08ab1851b73d23b6862f54d7ff5c52.zip |
Add vaadin-archetypes as expected artifact (#8953)
-rw-r--r-- | scripts/GenerateBuildTestAndStagingReport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/GenerateBuildTestAndStagingReport.py b/scripts/GenerateBuildTestAndStagingReport.py index 05e8a0d313..25a61ed601 100644 --- a/scripts/GenerateBuildTestAndStagingReport.py +++ b/scripts/GenerateBuildTestAndStagingReport.py @@ -118,7 +118,7 @@ def completeArtifactNames(artifactIds, version): allowedPluginArtifacts = completeArtifactNames([ 'vaadin-maven-plugin' ], args.version) -allowedArchetypeArtifacts = completeArtifactNames([ 'vaadin-archetype-application', 'vaadin-archetype-application-multimodule', 'vaadin-archetype-application-example', 'vaadin-archetype-widget', 'vaadin-archetype-liferay-portlet' ], args.version) +allowedArchetypeArtifacts = completeArtifactNames([ 'vaadin-archetypes', 'vaadin-archetype-application', 'vaadin-archetype-application-multimodule', 'vaadin-archetype-application-example', 'vaadin-archetype-widget', 'vaadin-archetype-liferay-portlet' ], args.version) allowedFrameworkArtifacts = completeArtifactNames([ 'vaadin-root', 'vaadin-bom', 'vaadin-shared', 'vaadin-server', 'vaadin-client', 'vaadin-client-compiler', 'vaadin-client-compiled', 'vaadin-push', 'vaadin-themes', 'vaadin-widgets' ], args.version) content = "<html><head></head><body><table>" |