This repository was archived by the owner on May 11, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Java EE Security (JSR 375) API
44
5- This code represents the JSR-375 API.
5+ This code represents the JSR-375 API.
6+
7+ [ Online JavaDoc] ( https://javaee-security-spec.github.io/security-api/ ) .
68
79Building
810--------
Original file line number Diff line number Diff line change 102102 </configuration >
103103 </plugin >
104104 <!-- Configure the jar with the sources (or rather, convince Maven that
105- we want sources at all) -->
105+ we want sources at all) -->
106106 <plugin >
107107 <groupId >org.apache.maven.plugins</groupId >
108108 <artifactId >maven-source-plugin</artifactId >
117117 </executions >
118118 </plugin >
119119 <!-- Configure the jar with the javadoc (or rather, convince Maven that
120- we want javadoc at all) -->
120+ we want javadoc at all) -->
121121 <plugin >
122122 <groupId >org.apache.maven.plugins</groupId >
123123 <artifactId >maven-javadoc-plugin</artifactId >
223223 </lifecycleMappingMetadata >
224224 </configuration >
225225 </plugin >
226+ <plugin >
227+ <groupId >org.apache.maven.plugins</groupId >
228+ <artifactId >maven-scm-publish-plugin</artifactId >
229+ <version >1.1</version >
230+ <configuration >
231+ <checkoutDirectory >${project.build.directory} /javadoc-scm</checkoutDirectory >
232+ <checkinComment >Publishing Javadoc for ${project.artifactId} :${project.version} </checkinComment >
233+ <content >${project.reporting.outputDirectory} /apidocs</content >
234+ <
pubScmUrl >scm:git:
[email protected] :javaee-security-spec/security-api.git</
pubScmUrl >
235+ <scmBranch >gh-pages</scmBranch >
236+ </configuration >
237+ </plugin >
226238 </plugins >
227239 <pluginManagement >
228240 <plugins >
You can’t perform that action at this time.
0 commit comments