Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit e80c0b4

Browse files
committed
build(maven): removing sub-project notice checks
1 parent 7367c3a commit e80c0b4

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

angularjs-portal-home/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,17 @@
143143
<filtering>true</filtering>
144144
</resource>
145145
</resources>
146+
<pluginManagement>
147+
<plugins>
148+
<plugin>
149+
<groupId>org.jasig.maven</groupId>
150+
<artifactId>maven-notice-plugin</artifactId>
151+
<configuration>
152+
<skipChecks>true</skipChecks>
153+
</configuration>
154+
</plugin>
155+
</plugins>
156+
</pluginManagement>
146157
<plugins>
147158
<plugin>
148159
<groupId>org.lesscss</groupId>

angularjs-portal-mock-portal/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,16 @@
3333

3434
<build>
3535
<finalName>portal</finalName>
36+
<pluginManagement>
37+
<plugins>
38+
<plugin>
39+
<groupId>org.jasig.maven</groupId>
40+
<artifactId>maven-notice-plugin</artifactId>
41+
<configuration>
42+
<skipChecks>true</skipChecks>
43+
</configuration>
44+
</plugin>
45+
</plugins>
46+
</pluginManagement>
3647
</build>
3748
</project>

0 commit comments

Comments
 (0)