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
853b0a80
Commit
853b0a80
authored
Jan 21, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some maven warnings
parent
cdda330a
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23 additions
and
2 deletions
+23
-2
pom.xml
spring-boot-parent/pom.xml
+2
-2
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-dir/pom.xml
+3
-0
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-jar/pom.xml
+3
-0
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-war/pom.xml
+3
-0
pom.xml
...ng-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml
+3
-0
pom.xml
...g-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml
+3
-0
pom.xml
...ng-boot-tools/spring-boot-maven-plugin/src/it/run/pom.xml
+3
-0
pom.xml
...ng-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml
+3
-0
No files found.
spring-boot-parent/pom.xml
View file @
853b0a80
...
@@ -279,7 +279,7 @@
...
@@ -279,7 +279,7 @@
[1.3.1,)
[1.3.1,)
</versionRange>
</versionRange>
<goals>
<goals>
<goal>
enforce
-once
</goal>
<goal>
enforce
</goal>
</goals>
</goals>
</pluginExecutionFilter>
</pluginExecutionFilter>
<action>
<action>
...
@@ -341,7 +341,7 @@
...
@@ -341,7 +341,7 @@
<execution>
<execution>
<id>
enforce-rules
</id>
<id>
enforce-rules
</id>
<goals>
<goals>
<goal>
enforce
-once
</goal>
<goal>
enforce
</goal>
</goals>
</goals>
<configuration>
<configuration>
<rules>
<rules>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml
View file @
853b0a80
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
<artifactId>
executable-dir
</artifactId>
<artifactId>
executable-dir
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml
View file @
853b0a80
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
<artifactId>
executable-jar
</artifactId>
<artifactId>
executable-jar
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml
View file @
853b0a80
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
<artifactId>
executable-war
</artifactId>
<artifactId>
executable-war
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml
View file @
853b0a80
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
<artifactId>
jar
</artifactId>
<artifactId>
jar
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml
View file @
853b0a80
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
<artifactId>
jar
</artifactId>
<artifactId>
jar
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-maven-plugin/src/it/run/pom.xml
View file @
853b0a80
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
<artifactId>
run
</artifactId>
<artifactId>
run
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml
View file @
853b0a80
...
@@ -6,6 +6,9 @@
...
@@ -6,6 +6,9 @@
<artifactId>
war
</artifactId>
<artifactId>
war
</artifactId>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<version>
0.0.1.BUILD-SNAPSHOT
</version>
<packaging>
war
</packaging>
<packaging>
war
</packaging>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
...
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