Skip to content

Commit e7802ec

Browse files
author
Rob Austin
committed
added maven-scm-publish-plugin for javadoc
1 parent 917379f commit e7802ec

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

affinity/pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,22 @@
9999

100100
<plugins>
101101

102+
103+
<plugin>
104+
<groupId>org.apache.maven.plugins</groupId>
105+
<artifactId>maven-scm-publish-plugin</artifactId>
106+
<configuration>
107+
<checkoutDirectory>${project.build.directory}/scmpublish/javadoc</checkoutDirectory>
108+
<checkinComment>Publishing javadoc for ${project.artifactId}:${project.version}
109+
</checkinComment>
110+
<content>${project.reporting.outputDirectory}</content>
111+
<skipDeletedFiles>true</skipDeletedFiles>
112+
<pubScmUrl>scm:git:[email protected]:OpenHFT/Java-Thread-Affinity</pubScmUrl>
113+
<scmBranch>gh-pages</scmBranch>
114+
</configuration>
115+
</plugin>
116+
117+
102118
<plugin>
103119
<groupId>org.apache.felix</groupId>
104120
<artifactId>maven-bundle-plugin</artifactId>

0 commit comments

Comments
 (0)