File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments