Skip to content

Commit

Permalink
NOJIRA Change overlay pom to include META-INF/context.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wennmacher authored and drewwills committed Aug 27, 2013
1 parent 560faf7 commit ff1123e
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 45 deletions.
1 change: 1 addition & 0 deletions uportal-portlets-overlay/AnnouncementsPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<filters>
<filter>${basedir}/../../${filters.file}</filter>
</filters>
<!-- A side effect of this exclude is we'll retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
Expand Down
1 change: 1 addition & 0 deletions uportal-portlets-overlay/CalendarPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<filters>
<filter>${basedir}/../../${filters.file}</filter>
</filters>
<!-- A side effect of this exclude is we'll retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
Expand Down
1 change: 1 addition & 0 deletions uportal-portlets-overlay/NewsReaderPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<!-- A side effect of this exclude is we'll retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
Expand Down
10 changes: 10 additions & 0 deletions uportal-portlets-overlay/NotificationPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<!-- Define an exclude to insure we retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>maven-pluto-plugin</artifactId>
Expand Down

This file was deleted.

9 changes: 9 additions & 0 deletions uportal-portlets-overlay/SimpleContentPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<!-- A side effect of this exclude is we'll retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>maven-pluto-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion uportal-portlets-overlay/WeatherPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<!-- Define an exclude to insure we retain META-INF/context.xml -->
<!-- Define an exclude to insure we retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
Expand Down
1 change: 1 addition & 0 deletions uportal-portlets-overlay/WebProxyPortlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<filters>
<filter>${basedir}/../../${filters.file}</filter>
</filters>
<!-- A side effect of this exclude is we'll retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
Expand Down
9 changes: 9 additions & 0 deletions uportal-portlets-overlay/email-preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<!-- A side effect of this exclude is we'll retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.portals.pluto</groupId>
<artifactId>maven-pluto-plugin</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions uportal-portlets-overlay/jasig-widget-portlets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
<filters>
<filter>${basedir}/../../${filters.file}</filter>
</filters>
<!-- Define an exclude to insure we retain META-INF/context.xml (META-INF is excluded by default) -->
<dependentWarExcludes>
WEB-INF/lib/hsqldb-*.jar
</dependentWarExcludes>
</configuration>
</plugin>
<plugin>
Expand Down

This file was deleted.

0 comments on commit ff1123e

Please sign in to comment.