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
624946a7
Commit
624946a7
authored
Jun 04, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade to Maven Invoker Plugin 3.1.0
Closes gh-12687
parent
d54072e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
pom.xml
spring-boot-samples-invoker/pom.xml
+0
-3
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
624946a7
...
...
@@ -196,7 +196,7 @@
<maven-enforcer-plugin.version>
3.0.0-M1
</maven-enforcer-plugin.version>
<maven-failsafe-plugin.version>
2.21.0
</maven-failsafe-plugin.version>
<maven-install-plugin.version>
2.5.2
</maven-install-plugin.version>
<maven-invoker-plugin.version>
3.
0
.0
</maven-invoker-plugin.version>
<maven-invoker-plugin.version>
3.
1
.0
</maven-invoker-plugin.version>
<maven-help-plugin.version>
2.2
</maven-help-plugin.version>
<maven-jar-plugin.version>
3.0.2
</maven-jar-plugin.version>
<maven-javadoc-plugin.version>
3.0.0
</maven-javadoc-plugin.version>
...
...
spring-boot-samples-invoker/pom.xml
View file @
624946a7
...
...
@@ -21,12 +21,9 @@
<!-- We use invoker so that the spring-boot-maven-plugin can be used -->
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-invoker-plugin
</artifactId>
<!-- Downgrade due to https://issues.apache.org/jira/browse/MINVOKER-224 -->
<version>
2.0.0
</version>
<inherited>
false
</inherited>
<configuration>
<projectsDirectory>
${main.basedir}/spring-boot-samples
</projectsDirectory>
<cloneProjectsTo
/>
<skipInvocation>
${skipTests}
</skipInvocation>
<streamLogs>
true
</streamLogs>
<pomIncludes>
...
...
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