ams-tschoening commented on a change in pull request #30:
URL: https://github.com/apache/logging-log4cxx/pull/30#discussion_r457335062



##########
File path: pom.xml
##########
@@ -372,7 +372,6 @@
                                        <reportSet>
                                                <reports>
                                                        <report>scm</report>
-                                                       
<report>dependencies</report>

Review comment:
       I get your point and tried the same in the past and failed as well. 
Tried again now and came up with some hacky approach:
   
        <dependency>
                <groupId>apr</groupId>
                <artifactId>util</artifactId>
                <version>1.5.4</version>
                <scope>system</scope>
                
<systemPath>${user.home}/Documents/Svn/Src/Libs/trunk/C/X-OS/APR/apr-util/1.5.4/build/RAD
 10.2/libs/libapr-util/Win32/Debug/out/libapr-util.lib</systemPath>
                <type>lib</type>
        </dependency>
   
   That makes the build succeed and adds dependencies to the page, but still 
prints an error message and would be best to avoid any hard-coded path. I've 
[asked on 
SO](https://stackoverflow.com/questions/62995298/how-to-model-non-java-dependencies-not-available-in-any-repository-using-maven)
 about that problem, maybe there's some solution with keeping the plugin we are 
just not aware of.




----------------------------------------------------------------
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.

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


Reply via email to