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
50cb72cb
Commit
50cb72cb
authored
Mar 25, 2016
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore failing Maven goal from Eclipse
parent
a3bfc29e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
1 deletion
+36
-1
pom.xml
spring-boot-samples/pom.xml
+35
-0
pom.xml
spring-boot-samples/spring-boot-sample-actuator/pom.xml
+1
-1
No files found.
spring-boot-samples/pom.xml
View file @
50cb72cb
...
@@ -145,6 +145,41 @@
...
@@ -145,6 +145,41 @@
</configuration>
</configuration>
</plugin>
</plugin>
</plugins>
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>
org.eclipse.m2e
</groupId>
<artifactId>
lifecycle-mapping
</artifactId>
<version>
1.0.0
</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<versionRange>
[1.4.0.BUILD-SNAPSHOT,)
</versionRange>
<goals>
<goal>
build-info
</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</build>
<repositories>
<repositories>
<repository>
<repository>
...
...
spring-boot-samples/spring-boot-sample-actuator/pom.xml
View file @
50cb72cb
...
@@ -61,7 +61,7 @@
...
@@ -61,7 +61,7 @@
<artifactId>commons-logging</artifactId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusion>
</exclusions>
</exclusions>
</dependency>-->
</dependency>
-->
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
...
...
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