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

Commit

Permalink
build(maven): removing sub-project notice checks
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed Sep 26, 2017
1 parent 7367c3a commit e80c0b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions angularjs-portal-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,17 @@
<filtering>true</filtering>
</resource>
</resources>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-notice-plugin</artifactId>
<configuration>
<skipChecks>true</skipChecks>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.lesscss</groupId>
Expand Down
11 changes: 11 additions & 0 deletions angularjs-portal-mock-portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,16 @@

<build>
<finalName>portal</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-notice-plugin</artifactId>
<configuration>
<skipChecks>true</skipChecks>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>

0 comments on commit e80c0b4

Please sign in to comment.