[java-parent-project-v3] branch master updated: Custom Javadoc tags show up in two places.
Scott Cantor
cantor.2 at osu.edu
Mon Apr 4 11:57:00 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-parent-project-v3.
The following commit(s) were added to refs/heads/master by this push:
new 60120d3 Custom Javadoc tags show up in two places.
60120d3 is described below
commit 60120d3cedcfabec69c180779d53cfc3c784e55c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 4 11:56:59 2016 -0400
Custom Javadoc tags show up in two places.
---
pom.xml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/pom.xml b/pom.xml
index 22e5019..eac0792 100644
--- a/pom.xml
+++ b/pom.xml
@@ -705,6 +705,26 @@
<windowtitle>${project.name} ${project.version} API</windowtitle>
<tags>
<tag>
+ <name>parent</name>
+ <placement>t</placement>
+ <head>Parent:</head>
+ </tag>
+ <tag>
+ <name>child</name>
+ <placement>t</placement>
+ <head>Child:</head>
+ </tag>
+ <tag>
+ <name>added</name>
+ <placement>t</placement>
+ <head>Added:</head>
+ </tag>
+ <tag>
+ <name>removed</name>
+ <placement>t</placement>
+ <head>Removed:</head>
+ </tag>
+ <tag>
<name>event</name>
<placement>t</placement>
<head>Event:</head>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list