Skip to content

SAK-51196 webcomponents Run tests on maven build #13489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rubrics/api/src/main/bundle/rubrics.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ existing student rubric scores to the default point value for selected ratings.
public_rubrics_title=Publicly Shared Rubrics
public_rubrics_info=Rubrics in this section were created by instructors and shared publicly with all users. You can share a rubric publicly by clicking on the "Globe" icon next to the rubric you would like to share. To use one of these rubrics in your course site, expand the "Public Rubrics" section and click on the "Copy" icon located in the "Actions" column.

# Rubrics in pdf
export_title=Export {}
export_rubric_title=Exported Rubric Title: {0}
export_rubric_student=Student Name: {0}
Expand Down
3 changes: 3 additions & 0 deletions webcomponents/bundle/src/main/bundle/dashboard.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ option3=Option 3
select=Select
layout=Layout
layout_tooltip=Launch the layout picker
layout1_alt=Example image of layout 1
layout2_alt=Example image of layout 2
layout3_alt=Example image of layout 3
2 changes: 2 additions & 0 deletions webcomponents/bundle/src/main/bundle/tasks.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
filter_label=Filter your tasks
filter_current=All Current
filter_priority_5=Priority: 5
filter_priority_4=Priority: 4
Expand All @@ -10,6 +11,7 @@ priority_2_tooltip=Quite low (2) priority
priority_3_tooltip=Medium (3) priority
priority_4_tooltip=Quite high (4) priority
priority_5_tooltip=High (5) priority
sort_label=Sort your tasks
sort_none=Sort
sort_due_latest_first=Due: Latest First
sort_due_earliest_first=Due: Earliest First
Expand Down
44 changes: 9 additions & 35 deletions webcomponents/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,6 @@
<artifactId>webcomponents</artifactId>
<packaging>war</packaging>

<dependencies>
<!--dependency>
<groupId>org.sakaiproject.kernel</groupId>
<artifactId>sakai-kernel-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.kernel</groupId>
<artifactId>sakai-component-manager</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.kernel</groupId>
<artifactId>sakai-kernel-util</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.entitybroker</groupId>
<artifactId>entitybroker-api</artifactId>
</dependency>
<dependency>
<groupId>org.sakaiproject.entitybroker</groupId>
<artifactId>entitybroker-utils</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency-->
</dependencies>

<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -158,6 +123,15 @@
<arguments>run analyze</arguments>
</configuration>
</execution>
<execution>
<id>test</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>run test</arguments>
</configuration>
</execution>
<execution>
<id>bundle</id>
<goals>
Expand Down
Loading
Loading