jkesselm commented on PR #122:
URL: https://github.com/apache/xalan-java/pull/122#issuecomment-1813451799

   Problem. After merging your change, I'm getting 
   
   ```
   [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project 
xalan-project: Error generating maven-javadoc-plugin:3.6.0:aggregate report: 
Unable to resolve artifact:groupId = 'xalan'
   [ERROR] artifactId = 'xalan2jtaglet'
   [ERROR] version = '{project.version}'
   [ERROR] classifier = 'null': Failure to find 
xalan:xalan2jtaglet:jar:{project.version} in 
https://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced
   
   ```
   
   When I try to add it to the dependencies, for sequencing, I'm told I have to 
specify version -- unlike the other dependencies in my project. That's odd...
   
   There might a time window issue. The taglet needs to be packaged before 
javadoc is run. But site needs to run before package if I'm to include the 
javadocs in the distribution jarfiles. I wonder whether the **provided** flag 
was letting me get away with this in the past....
   
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to