Karan created LOGGING-169:
-----------------------------

             Summary: Required filename-based automodules detected. Please 
don't publish this project to a public artifact repository!
                 Key: LOGGING-169
                 URL: https://issues.apache.org/jira/browse/LOGGING-169
             Project: Commons Logging
          Issue Type: Bug
            Reporter: Karan


"Required filename-based automodules detected. Please don't publish this 
project to a public artifact repository!  " I got this error for jlink while I 
am adding MongoDB version 3.12.1

 

<plugin>
 <groupId>org.mongodb</groupId>
 <artifactId>mongo-java-driver</artifactId>
 <version>3.12.1</version>
 <configuration>
 <archive>
 <manifestEntries>
 <Automatic-Module-Name>org.mongodb.mongo-java-driver</Automatic-Module-Name>
 </manifestEntries>
 </archive>
 </configuration>
</plugin>

 

I am trying this(MongoDB for a project) in my project but it's not working 
properly 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to