Skip to content

Commit

Permalink
SAK-40004 - Maven War Plugin Updated (sakaiproject#5966)
Browse files Browse the repository at this point in the history
* Udate maven-war-plugin to latest version and force same version

* Deleted a default value
  • Loading branch information
Raul Hidalgo Caballero authored and ern committed Sep 10, 2018
1 parent da4c680 commit d2e3cea
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<warSourceExcludes>editor/elfinder/sakai/js/src/**</warSourceExcludes>
<webResources>
Expand Down
1 change: 0 additions & 1 deletion mailsender/tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
<configuration>
<packagingExcludes>WEB-INF/bundle/*.properties,WEB-INF/bundle</packagingExcludes>
<webResources>
Expand Down
4 changes: 2 additions & 2 deletions master/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2021,7 +2021,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -2221,10 +2221,10 @@
</configuration>
</plugin>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<!--TODO Change this to use the default value -->
<warSourceDirectory>${basedir}/src/webapp</warSourceDirectory>
</configuration>
</plugin>
Expand Down
1 change: 0 additions & 1 deletion samigo/samigo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
</plugin>
</plugins>
<resources>
Expand Down
1 change: 0 additions & 1 deletion simple-rss-portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration>
<webResources>
<resource>
Expand Down

0 comments on commit d2e3cea

Please sign in to comment.