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
5e2d5959
Commit
5e2d5959
authored
Jan 29, 2019
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish
parent
9e43ee1d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
14 deletions
+11
-14
pom.xml
spring-boot-project/spring-boot-docs/pom.xml
+10
-14
pom.xml
spring-boot-project/spring-boot-parent/pom.xml
+1
-0
No files found.
spring-boot-project/spring-boot-docs/pom.xml
View file @
5e2d5959
...
...
@@ -944,14 +944,6 @@
<artifactId>
spring-boot-starter-web
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- Documentation generation -->
<dependency>
<groupId>
io.spring.docresources
</groupId>
<artifactId>
spring-doc-resources
</artifactId>
<version>
0.1.0.BUILD-SNAPSHOT
</version>
<type>
zip
</type>
<optional>
true
</optional>
</dependency>
</dependencies>
<build>
<plugins>
...
...
@@ -1162,15 +1154,19 @@
<execution>
<id>
unpack-doc-resources
</id>
<goals>
<goal>
unpack
-dependencies
</goal>
<goal>
unpack
</goal>
</goals>
<phase>
generate-resources
</phase>
<configuration>
<includeGroupIds>
io.spring.docresources
</includeGroupIds>
<includeArtifactIds>
spring-doc-resources
</includeArtifactIds>
<includeTypes>
zip
</includeTypes>
<excludeTransitive>
true
</excludeTransitive>
<outputDirectory>
${refdocs.build.directory}
</outputDirectory>
<artifactItems>
<artifactItem>
<groupId>
io.spring.docresources
</groupId>
<artifactId>
spring-doc-resources
</artifactId>
<version>
${spring-doc-resources.version}
</version>
<type>
zip
</type>
<outputDirectory>
${refdocs.build.directory}
</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
</executions>
...
...
spring-boot-project/spring-boot-parent/pom.xml
View file @
5e2d5959
...
...
@@ -27,6 +27,7 @@
<maven-resolver.version>
1.1.1
</maven-resolver.version>
<spock.version>
1.0-groovy-2.4
</spock.version>
<dependency-management-plugin.version>
1.0.6.RELEASE
</dependency-management-plugin.version>
<spring-doc-resources.version>
0.1.0.BUILD-SNAPSHOT
</spring-doc-resources.version>
</properties>
<scm>
<url>
http://github.com/spring-projects/spring-boot
</url>
...
...
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