This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d2fab8  Update juneau taglet jar location.
1d2fab8 is described below

commit 1d2fab8d42c56c72fdd0071cf5debe6dcbd4d5a2
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jan 13 14:18:17 2020 -0500

    Update juneau taglet jar location.
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 65bdd58..b7037db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,7 @@
                                                        
<additionalJOption>-J-DjuneauVersionNext=${juneauVersionNext}</additionalJOption>
                                                </additionalJOptions>
                                                <show>protected</show>
-                                               <windowtitle>${project.name} 
${project.version}</windowtitle>
+                                               <windowtitle>Apache Juneau 
${project.version}</windowtitle>
                                                <author>true</author>
                                                <linksource>true</linksource>
                                                <source>1.8</source>
@@ -238,19 +238,19 @@
                                                <taglets>
                                                        <taglet>
                                                                
<tagletClass>org.apache.juneau.doc.internal.DocTag</tagletClass>
-                                                               
<tagletpath>${basedir}/juneau-doc/juneau-doc.jar</tagletpath>
+                                                               
<tagletpath>${basedir}/juneau-doc/target/juneau-doc-${project.version}.jar</tagletpath>
                                                        </taglet>
                                                        <taglet>
                                                                
<tagletClass>org.apache.juneau.doc.internal.PropertyTag</tagletClass>
-                                                               
<tagletpath>${basedir}/juneau-doc/juneau-doc.jar</tagletpath>
+                                                               
<tagletpath>${basedir}/juneau-doc/target/juneau-doc-${project.version}.jar</tagletpath>
                                                        </taglet>
                                                        <taglet>
                                                                
<tagletClass>org.apache.juneau.doc.internal.FragmentTag</tagletClass>
-                                                               
<tagletpath>${basedir}/juneau-doc/juneau-doc.jar</tagletpath>
+                                                               
<tagletpath>${basedir}/juneau-doc/target/juneau-doc-${project.version}.jar</tagletpath>
                                                        </taglet>
                                                        <taglet>
                                                                
<tagletClass>org.apache.juneau.doc.internal.SourceTag</tagletClass>
-                                                               
<tagletpath>${basedir}/juneau-doc/juneau-doc.jar</tagletpath>
+                                                               
<tagletpath>${basedir}/juneau-doc/target/juneau-doc-${project.version}.jar</tagletpath>
                                                        </taglet>
                                                        
                                                        
<!--org.apache.juneau.doc.internal.DocTag</taglet-->

Reply via email to