Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
e8aa3a3a
Commit
e8aa3a3a
authored
May 29, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Maven War Plugin 3.1.0
Closes gh-9344
parent
0c8893f4
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
9 deletions
+1
-9
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
pom.xml
spring-boot-parent/pom.xml
+0
-3
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+0
-1
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-war/pom.xml
+0
-1
pom.xml
...s/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml
+0
-1
pom.xml
...s/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml
+0
-1
pom.xml
...ng-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml
+0
-1
No files found.
spring-boot-dependencies/pom.xml
View file @
e8aa3a3a
...
...
@@ -212,7 +212,7 @@
<maven-site-plugin.version>
3.5.1
</maven-site-plugin.version>
<maven-source-plugin.version>
3.0.1
</maven-source-plugin.version>
<maven-surefire-plugin.version>
2.18.1
</maven-surefire-plugin.version>
<maven-war-plugin.version>
2.6
</maven-war-plugin.version>
<maven-war-plugin.version>
3.1.0
</maven-war-plugin.version>
<versions-maven-plugin.version>
2.3
</versions-maven-plugin.version>
</properties>
<dependencyManagement>
...
...
spring-boot-parent/pom.xml
View file @
e8aa3a3a
...
...
@@ -580,9 +580,6 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
...
...
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
e8aa3a3a
...
...
@@ -104,7 +104,6 @@
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<archive>
<manifest>
<mainClass>
${start-class}
</mainClass>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml
View file @
e8aa3a3a
...
...
@@ -33,7 +33,6 @@
<Start-Class>
org.springframework.boot.load.it.war.embedded.EmbeddedWarStarter
</Start-Class>
</manifestEntries>
</archive>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml
View file @
e8aa3a3a
...
...
@@ -29,7 +29,6 @@
<artifactId>
maven-war-plugin
</artifactId>
<version>
@maven-war-plugin.version@
</version>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<archive>
<manifestEntries>
<Not-Used>
Foo
</Not-Used>
...
...
spring-boot-tools/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml
View file @
e8aa3a3a
...
...
@@ -38,7 +38,6 @@
<artifactId>
maven-war-plugin
</artifactId>
<version>
@maven-war-plugin.version@
</version>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<archive>
<manifestEntries>
<Not-Used>
Foo
</Not-Used>
...
...
spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml
View file @
e8aa3a3a
...
...
@@ -30,7 +30,6 @@
<artifactId>
maven-war-plugin
</artifactId>
<version>
@maven-war-plugin.version@
</version>
<configuration>
<failOnMissingWebXml>
false
</failOnMissingWebXml>
<archive>
<manifestEntries>
<Not-Used>
Foo
</Not-Used>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment