Skip to content

Commit

Permalink
Add vaadin-archetypes as expected artifact (#8953)
Browse files Browse the repository at this point in the history
  • Loading branch information
hesara authored Mar 27, 2017
1 parent a3899fa commit 5c9c773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/GenerateBuildTestAndStagingReport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit 5c9c773

Please sign in to comment.