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
657bd557
Commit
657bd557
authored
Dec 19, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to automate javadoc deployment
parent
ac5b8740
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
3 deletions
+30
-3
pom.xml
spring-boot-javadoc/pom.xml
+13
-3
pom.xml
spring-boot-parent/pom.xml
+17
-0
No files found.
spring-boot-javadoc/pom.xml
View file @
657bd557
...
...
@@ -9,7 +9,7 @@
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
<artifactId>
spring-boot-javadoc
</artifactId>
<packaging>
pom
</packaging>
<packaging>
jar
</packaging>
<dependencies>
<dependency>
<groupId>
${project.groupId}
</groupId>
...
...
@@ -42,14 +42,24 @@
<id>
full
</id>
<build>
<plugins>
<plugin>
<groupId>
org.jfrog.buildinfo
</groupId>
<artifactId>
artifactory-maven-plugin
</artifactId>
<configuration>
<deployProperties>
<zip.type>
docs
</zip.type>
<zip.deployed>
false
</zip.deployed>
</deployProperties>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-javadoc-plugin
</artifactId>
<executions>
<execution>
<id>
a
ggregate
-javadocs
</id>
<id>
a
ttach
-javadocs
</id>
<goals>
<goal>
aggregate-
jar
</goal>
<goal>
jar
</goal>
</goals>
<configuration>
<includeDependencySources>
true
</includeDependencySources>
...
...
spring-boot-parent/pom.xml
View file @
657bd557
...
...
@@ -412,6 +412,15 @@
<profile>
<id>
full
</id>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>
org.jfrog.buildinfo
</groupId>
<artifactId>
artifactory-maven-plugin
</artifactId>
<version>
2.2.2
</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>
maven-javadoc-plugin
</artifactId>
...
...
@@ -447,6 +456,14 @@
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>
jfrog
</id>
<name>
JFrog Repository
</name>
<url>
http://dl.bintray.com/jfrog/jfrog-jars/
</url>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
<profile>
...
...
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