File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,14 @@ JBeret is an implementation of [JSR 352 (Batch Applications for the Java Platfor
1515
1616####Project Resources:
1717* [ JBeret Issues & Bugs] ( https://issues.jboss.org/browse/JBERET-55?jql=project%20%3D%20JBERET )
18+ * [ JBeret Documentation] ( http://docs.jboss.org/jberet/ )
1819* [ JBeret-dev Mailing List] ( https://lists.jboss.org/mailman/listinfo/jberet-dev )
1920* [ WildFly Forum] ( https://community.jboss.org/en/wildfly?view=discussions )
2021* [ JBeret Forum] ( https://community.jboss.org/en/jberet/ )
2122* [ JSR 352 Expert Group Discussion] ( https://java.net/projects/jbatch/lists/public/archive )
2223* [ JBoss Batch API project] ( https://github.com/jboss/jboss-batch-api_spec )
2324* Download JBeret jars and distro zip from [ JBoss.org nexus] ( https://repository.jboss.org/nexus/index.html#nexus-search;quick~jberet )
24- * Additional JBeret project info on [ ohloh.net ] ( https://www.ohloh.net/p/jberet )
25+ * Additional JBeret project info on [ ohloh Open HUB ] ( https://www.ohloh.net/p/jberet )
2526
2627####Batch sample & test applications:
2728 - < https://github.com/chengfang/wildfly-samples/tree/master/jberet > , web apps that demonstrate the following:
Original file line number Diff line number Diff line change 114114 <additionalJOptions >
115115 <additionalJOption >-Xdoclint:none</additionalJOption >
116116 </additionalJOptions >
117+ <excludePackageNames >*._private.*</excludePackageNames >
117118
118119 <doclet >org.jboss.apiviz.APIviz</doclet >
119120 <docletArtifact >
129130 <version >true</version >
130131 <author >true</author >
131132 <keywords >true</keywords >
132- <additionalparam >
133- -sourceclasspath ${project.build.outputDirectory}
134- </additionalparam >
133+ <additionalparam >-sourceclasspath ${project.build.outputDirectory} </additionalparam >
135134 </configuration >
136135 </plugin >
137136 </plugins >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ downloadsLink=https://repository.jboss.org/nexus/index.html#nexus-search;quick~j
3131
3232# Documents
3333# ######################################################
34- docsLink =https ://github.com /jberet/jsr352
34+ docsLink =http ://docs.jboss.org /jberet/
3535
3636# Community links
3737# ######################################################
You can’t perform that action at this time.
0 commit comments