Skip to content

Commit 484fe73

Browse files
committed
exclude *._private.* packages from javadoc, and other misc changes.
1 parent d7fec1d commit 484fe73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<additionalJOptions>
115115
<additionalJOption>-Xdoclint:none</additionalJOption>
116116
</additionalJOptions>
117+
<excludePackageNames>*._private.*</excludePackageNames>
117118

118119
<doclet>org.jboss.apiviz.APIviz</doclet>
119120
<docletArtifact>
@@ -129,9 +130,7 @@
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>

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
#######################################################

0 commit comments

Comments
 (0)